Sign in
gn
/
gn.git
/
77ce0ce3118054ef5e8d93d0d7ea4de50449500d
/
.
/
tools
/
gn
/
format_test_data
/
066.golden
blob: 45467b880f57a28915b8fd8b8135c87fcb0f739d [
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"
,
]