naiveproxy/tools/gn/format_test_data/004.golden
2018-01-29 00:30:36 +08:00

14 lines
275 B
Plaintext

# 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",
]
}