naiveproxy/tools/gn/format_test_data/017.golden

17 lines
375 B
Plaintext
Raw Normal View History

2018-01-28 21:32:06 +03:00
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.
}