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

Unified Diff: third_party/closure_compiler/run_compiler

Issue 2629323002: Remove Chromium's custom closure runner. (Closed)
Patch Set: merge Created 3 years, 11 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 2278d02d4e11443237342d45dfa80107e07ae46e..49ed48f20cb41397a69ae694a6c45de8c1e249d3 100755
--- a/third_party/closure_compiler/run_compiler
+++ b/third_party/closure_compiler/run_compiler
@@ -14,4 +14,5 @@ tools/gyp/gyp --no-circular-check \
third_party/closure_compiler/compiled_resources.gyp \
third_party/closure_compiler/compiled_resources2.gyp
+# TODO(dbeam): should we be setting -j dynamically based on number of cores?
ninja -C out/Default -j4 $@
« no previous file with comments | « third_party/closure_compiler/roll_closure_compiler ('k') | third_party/closure_compiler/runner/build_runner_jar.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698