Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: third_party/closure_compiler/run_compiler

Issue 2887253006: Closure: remove older, original GYP compilation system (Closed)
Patch Set: compiled_resources.gypi Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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` $@
« no previous file with comments | « third_party/closure_compiler/compiled_resources.gyp ('k') | third_party/closure_compiler/tools/compile_coverage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698