exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 017.golden
blobd9d7ad9a4721fab524d9f8e238e8808e7f1b9915
1 executable("win"  # Suffix comment on arg.
3            # And a strangely positioned line comment for some reason
4            ) {
5   defines = []  # Defines comment, suffix at end position.
7   deps = [
8     # Deps comment, should be forced multiline.
9   ]
10   sources = [
11     "a.cc",
12     # End of single sources comment, should be forced multiline.
13   ]
15   # End of block comment.