Sign in
gn
/
gn.git
/
0e4f3935ee53741240a69b877a6a9aed78f62950
/
.
/
tools
/
gn
/
format_test_data
/
066.gn
blob: c62eb2ae6ec738ea1e73234b88aee54bff8b6c72 [
file
]
# 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"
,
]