1 # (A sample top level block comment)
2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
7 # This is some special stuff for Windows
8 sources = ["win.cc"] } else if (is_linux) {
10 # This is a block comment inside the linux block, but not attached.
12 sources = ["linux.cc"]
14 # A comment with trailing spaces
15 sources = ["wha.cc"] }