naiveproxy/tools/gn/format_test_data/066.gn

31 lines
236 B
Plaintext
Raw Normal View History

2018-08-11 08:35:24 +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",
]