naiveproxy/tools/gn/format_test_data/017.gn
2018-02-02 05:49:39 -05:00

16 lines
392 B
Plaintext

executable("win" # Suffix comment on arg.
# And a strangely positioned line comment for some reason
) {
defines = [ # Defines comment, suffix at end position.
]
deps = [
# Deps comment, should be forced multiline.
]
sources = [
"a.cc"
# End of single sources comment, should be forced multiline.
]
# End of block comment.
}