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