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

Unified Diff: third_party/closure_compiler/compile_js.gypi

Issue 1062653002: Fix some issues when building Closure runner.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | third_party/closure_compiler/externs/chrome_extensions.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/compile_js.gypi
diff --git a/third_party/closure_compiler/compile_js.gypi b/third_party/closure_compiler/compile_js.gypi
index 81b86a871095d9f2eb235a423c04aaa285a35104..f1c73f52c33d0a07020f7a5d699d78359d53b708 100644
--- a/third_party/closure_compiler/compile_js.gypi
+++ b/third_party/closure_compiler/compile_js.gypi
@@ -38,7 +38,7 @@
'--depends', '<@(depends)',
'--externs', '<@(externs)',
'--out_file', '<(out_file)',
- # Add '--verbose', for glorious log spam.
+ # Add '--verbose' for make glorious log spam of Closure compiler.
],
'message': 'Compiling <(source_file)',
}
« no previous file with comments | « no previous file | third_party/closure_compiler/externs/chrome_extensions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698