naiveproxy/tools/gn/format_test_data/004.gn

11 lines
265 B
Plaintext
Raw Permalink Normal View History

2018-01-28 19:30:36 +03:00
# This is a block comment that goes at the top of the file and is attached to
# the top level target.
executable("test") {
sources = [
"stuff.cc",# Comment attached to list item.
"things.cc"
]
# Comment attached to statement.
deps = [ "//base", ]
}