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

Unified Diff: third_party/closure_compiler/compile_js.gypi

Issue 1152583011: Refactor compile_js.gypi to support script_args and closure_args (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi ('k') | no next file » | 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 b97b2acffdc65f7ecb72199eeb74dc49124c5d1c..dda43c23e316fb31ad2463ed74edd8f081c09e3b 100644
--- a/third_party/closure_compiler/compile_js.gypi
+++ b/third_party/closure_compiler/compile_js.gypi
@@ -17,6 +17,7 @@
'out_file': '<(SHARED_INTERMEDIATE_DIR)/closure/<!(python <(CLOSURE_DIR)/build/outputs.py <@(source_file))',
'externs%': [],
'depends%': [],
+ 'extra_args%': [],
},
'inputs': [
'compile_js.gypi',
@@ -35,6 +36,7 @@
'python',
'<(CLOSURE_DIR)/compile.py',
'<(source_file)',
+ '<@(extra_args)',
Dan Beam 2015/05/27 00:57:03 we'd probably want to pass these through to closur
Theresa 2015/05/28 20:24:22 One of the things I wanted to use extra args for w
'--depends', '<@(depends)',
'--externs', '<@(externs)',
'--out_file', '<(out_file)',
« no previous file with comments | « components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698