exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 017.gn
blob225ae2fe30c472e3c0dfc65fc3143ceeb4dd1cca
1 executable("win" # Suffix comment on arg.
2            # And a strangely positioned line comment for some reason
3           ) {
4     defines = [ # Defines comment, suffix at end position.
5     ]
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     ]
14     # End of block comment.