OLD | NEW |
---|---|
1 args = [ | 1 args = [ |
2 rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir), | 2 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
| |
3 "EXPERIMENTAL", | 3 "EXPERIMENTAL", |
4 v8_compress_startup_data, | 4 v8_compress_startup_data, |
5 ] + rebase_path(sources, root_build_dir) | 5 ] + rebase_path(sources, root_build_dir) |
OLD | NEW |