summaryrefslogtreecommitdiff
path: root/gn/tools/gn/format_test_data/029.gn
blob: ac67830164e0fefbb861fea0b704943710e74acf (plain)
1
2
3
4
5
6
7
8
9
# Don't separate small simple statements.
is_android = false
is_chromeos = false
is_ios = false
is_linux -= false
is_mac = true
is_nacl = false
is_posix += true
is_win = false