summaryrefslogtreecommitdiffstats
path: root/tools/gn/format_test_data/030.gn
blob: 4ec57a6a69ecf528e409ed40625fd0968391b8b3 (plain)
1
2
3
4
5
6
7
8
9
# Don't separate simple statements in a scope.
test("something") {
  if (is_linux) {
    sources -= [ "file_version_info_unittest.cc" ]
    sources += [ "nix/xdg_util_unittest.cc" ]
    defines = [ "USE_SYMBOLIZE" ]
    configs += [ "//build/config/linux:glib" ]
  }
}