summaryrefslogtreecommitdiffstats
path: root/tools/gn/format_test_data/009.golden
blob: af27d79700544877eb25277f317775824af6492f (plain)
1
2
3
4
5
6
7
8
9
if (is_win) {
  sources = [
    "win.cc",
  ]
} else {
  sources = [
    "linux.cc",
  ]
}