Chromium Code Reviews| Index: tools/gn/format_test_data/026.golden |
| diff --git a/tools/gn/format_test_data/026.golden b/tools/gn/format_test_data/026.golden |
| index 1f6b70d7578deb11fcd2246b1a378df51535c8c5..b1e04bf11dfcf866305c5566bbeb30cee3905ca2 100644 |
| --- a/tools/gn/format_test_data/026.golden |
| +++ b/tools/gn/format_test_data/026.golden |
| @@ -1,5 +1,5 @@ |
| args = [ |
| - rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir), |
| - "EXPERIMENTAL", |
| - v8_compress_startup_data, |
| -] + rebase_path(sources, root_build_dir) |
| + rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir), |
|
brettw
2014/11/26 18:32:07
This is interesting. I was going to say this is wr
scottmg
2014/11/26 18:39:54
Yeah, the special formatting for lists is a bit we
|
| + "EXPERIMENTAL", |
| + v8_compress_startup_data, |
| + ] + rebase_path(sources, root_build_dir) |