OLD | NEW |
---|---|
1 args = [ | 1 # 80 --------------------------------------------------------------------------- |
2 rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir), | 2 args = |
3 "EXPERIMENTAL", | 3 [ |
4 v8_compress_startup_data, | 4 rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir), |
5 ] + rebase_path(sources, root_build_dir) | 5 "EXPERIMENTAL", |
6 v8_compress_startup_data, | |
7 ] + rebase_path(sources, root_build_dir) | |
OLD | NEW |