Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / tools / gn / format_test_data / 012.golden
blob7e3fc989e0214f906f84b6ac2cd0c67ab1f8b320
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.
6 if (is_win) {
7   # This is some special stuff for Windows
8   sources = [ "win.cc" ]
9 } else if (is_linux) {
10   # This is a block comment inside the linux block, but not attached.
12   sources = [ "linux.cc" ]
13 } else {
14   # A comment with trailing spaces
15   sources = [ "wha.cc" ]