| Index: third_party/closure_compiler/run_compiler
|
| diff --git a/third_party/closure_compiler/run_compiler b/third_party/closure_compiler/run_compiler
|
| index 2278d02d4e11443237342d45dfa80107e07ae46e..22f566ac0b30073f6bed5bd97ae4dd4793382f08 100755
|
| --- a/third_party/closure_compiler/run_compiler
|
| +++ b/third_party/closure_compiler/run_compiler
|
| @@ -15,3 +15,7 @@ third_party/closure_compiler/compiled_resources.gyp \
|
| third_party/closure_compiler/compiled_resources2.gyp
|
|
|
| ninja -C out/Default -j4 $@
|
| +
|
| +gn gen --args='root_extra_deps=["//third_party/closure_compiler:compile_js_all"]' out/Default
|
| +
|
| +ninja -C out/Default third_party/closure_compiler:compile_js_all
|
|
|