xref: /third_party/gn/src/gn/format_test_data/030.golden
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/gn/src/gn/format_test_data/
16d528ed9Sopenharmony_ci# Don't separate simple statements in a scope.
26d528ed9Sopenharmony_ci
36d528ed9Sopenharmony_ciimport("//testing/test.gni")
46d528ed9Sopenharmony_ci
56d528ed9Sopenharmony_citest("something") {
66d528ed9Sopenharmony_ci  if (is_linux) {
76d528ed9Sopenharmony_ci    sources -= [ "file_version_info_unittest.cc" ]
86d528ed9Sopenharmony_ci    sources += [ "nix/xdg_util_unittest.cc" ]
96d528ed9Sopenharmony_ci    defines = [ "USE_SYMBOLIZE" ]
106d528ed9Sopenharmony_ci    configs += [ "//build/config/linux:glib" ]
116d528ed9Sopenharmony_ci  }
126d528ed9Sopenharmony_ci}
13

Indexes created Thu Nov 07 10:32:03 CST 2024