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