exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 012.golden
bloba0049b2d55dfe36a625214a99ea2a89079395917
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 = [
9     "win.cc",
10   ]
11 } else if (is_linux) {
12   # This is a block comment inside the linux block, but not attached.
14   sources = [
15     "linux.cc",
16   ]
17 } else {
18   # A comment with trailing spaces
19   sources = [
20     "wha.cc",
21   ]