Index: third_party/closure_compiler/run_compiler |
diff --git a/third_party/closure_compiler/run_compiler b/third_party/closure_compiler/run_compiler |
index 894752d3a1f3d387260f5751b79559b72b691b77..69e526372e153c51670b5479bfcbb30dbd421184 100755 |
--- a/third_party/closure_compiler/run_compiler |
+++ b/third_party/closure_compiler/run_compiler |
@@ -10,8 +10,6 @@ cd "$SCRIPT_DIR/../.." # src/. |
export GYP_GENERATORS="ninja" |
-tools/gyp/gyp --no-circular-check \ |
-third_party/closure_compiler/compiled_resources.gyp \ |
-third_party/closure_compiler/compiled_resources2.gyp |
+tools/gyp/gyp --no-circular-check third_party/closure_compiler/compiled_resources2.gyp |
ninja -C out/Default -j `nproc` $@ |