summaryrefslogtreecommitdiff
path: root/gn/tools/gn/format_test_data/037.golden
blob: 71e95a4b581cd401236cba593d9aa2614b94e5b1 (plain)
1
2
3
4
5
6
if (true) {
  if (true) {
    args = rebase_path(sources, root_build_dir) +
           rebase_path(outputs, root_build_dir)
  }
}