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

Unified Diff: ui/file_manager/compile_js.gypi

Issue 2117653002: Add the ability to pass arguments to runner.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable-chrome-pass
Patch Set: merge Created 4 years, 4 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 | « third_party/closure_compiler/runner/runner.jar ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/compile_js.gypi
diff --git a/ui/file_manager/compile_js.gypi b/ui/file_manager/compile_js.gypi
index f82d56ee6d440964371d4f3f854df81a989db466..b8df0b9aaa1a2859f9f48b5cf72b89b907b3f869 100644
--- a/ui/file_manager/compile_js.gypi
+++ b/ui/file_manager/compile_js.gypi
@@ -4,6 +4,7 @@
{
'variables': {
'closure_args': [
+ '<@(default_closure_args)',
'warning_level=VERBOSE',
],
},
« no previous file with comments | « third_party/closure_compiler/runner/runner.jar ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698