exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / gn / format_test_data / 004.gn
blobf36d039cf4c7727f209f8f47a27cc3de44cb2022
1 # This is a block comment that goes at the top of the file and is attached to
2 # the top level target.
3 executable("test") {
4   sources = [
5     "stuff.cc",# Comment attached to list item.
6     "things.cc"
7   ]
8   # Comment attached to statement.
9   deps = [ "//base", ]