naiveproxy/tools/gn/format_test_data/066.gn

31 lines
236 B
Plaintext
Raw Permalink Normal View History

2018-01-28 21:32:06 +03:00
# Suppress sorting based on comment.
# NOSORT
sources = []
# NOSORT
sources = [
"a",
]
# NOSORT
sources += [
"a",
]
# NOSORT
sources = [
"z",
"z2",
"a",
"y.cc",
]
# NOSORT
sources += [
"z",
"z2",
"a",
"y.cc",
]