Chromium Code Reviews| Index: third_party/closure_compiler/run_compiler |
| diff --git a/third_party/closure_compiler/run_compiler b/third_party/closure_compiler/run_compiler |
| index 884c41551c4f6a4583d86eeef1475b41c626af1c..b292233ea67bfd429d3ad8318db5224f2d12eeb5 100755 |
| --- a/third_party/closure_compiler/run_compiler |
| +++ b/third_party/closure_compiler/run_compiler |
| @@ -14,3 +14,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 |
|
Dan Beam
2016/09/07 18:18:05
80 col wrap
Dan Beam
2016/09/07 18:18:05
nit: store "third_party/closure_compiler:compile_j
Dan Beam
2016/09/07 18:18:05
can we change the name of where these are generate
|
| + |
| +ninja -C out/Default third_party/closure_compiler:compile_js_all |