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

Unified Diff: third_party/closure_compiler/compile_js.gypi

Issue 476453002: Python readability review for dbeam@. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rothwell@ review Created 5 years, 10 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/compile_js.gypi
diff --git a/third_party/closure_compiler/compile_js.gypi b/third_party/closure_compiler/compile_js.gypi
index 6b191522d22d47dd567d3abee3391c546a47db47..a4ff319fba367dc14888c57bc77cb7d1a3cbca79 100644
--- a/third_party/closure_compiler/compile_js.gypi
+++ b/third_party/closure_compiler/compile_js.gypi
@@ -37,6 +37,7 @@
'--depends', '<@(depends)',
'--externs', '<@(externs)',
'--out_file', '<(out_file)',
+ # Add '--verbose', for glorious log spam.
],
'message': 'Compiling <(source_file)',
}

Powered by Google App Engine
This is Rietveld 408576698