summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp_compile.gypi
diff options
context:
space:
mode:
authortwellington <twellington@chromium.org>2015-04-20 09:27:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-20 16:27:55 +0000
commit80cb4aa26112660ad65459ee618a1eac9fd5676b (patch)
tree76a033275f2e3dc3492e7a2f040147ab7053928d /remoting/remoting_webapp_compile.gypi
parent1f550594c57c70c4e63c8c40093efe0018e38f3e (diff)
downloadchromium_src-80cb4aa26112660ad65459ee618a1eac9fd5676b.zip
chromium_src-80cb4aa26112660ad65459ee618a1eac9fd5676b.tar.gz
chromium_src-80cb4aa26112660ad65459ee618a1eac9fd5676b.tar.bz2
Add --output_wrapper support to checker.py and Runner.java
Modify Runner.java to understand quoted args and add optional --output_wrapper argument to checker.py BUG=393874 Review URL: https://codereview.chromium.org/1081073002 Cr-Commit-Position: refs/heads/master@{#325856}
Diffstat (limited to 'remoting/remoting_webapp_compile.gypi')
-rw-r--r--remoting/remoting_webapp_compile.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/remoting_webapp_compile.gypi b/remoting/remoting_webapp_compile.gypi
index 094ff92..abae2d9 100644
--- a/remoting/remoting_webapp_compile.gypi
+++ b/remoting/remoting_webapp_compile.gypi
@@ -23,7 +23,7 @@
'<(success_stamp)',
],
'action': [
- 'python', '<(DEPTH)/third_party/closure_compiler/checker.py',
+ 'python', '<(DEPTH)/third_party/closure_compiler/compile.py',
'--strict',
'--no-single-file',
'--success-stamp', '<(success_stamp)',
@@ -44,7 +44,7 @@
'<(success_stamp_bt)',
],
'action': [
- 'python', '<(DEPTH)/third_party/closure_compiler/checker.py',
+ 'python', '<(DEPTH)/third_party/closure_compiler/compile.py',
'--strict',
'--no-single-file',
'--success-stamp', '<(success_stamp_bt)',
@@ -66,7 +66,7 @@
'<(success_stamp_ut)',
],
'action': [
- 'python', '<(DEPTH)/third_party/closure_compiler/checker.py',
+ 'python', '<(DEPTH)/third_party/closure_compiler/compile.py',
'--strict',
'--no-single-file',
'--success-stamp', '<(success_stamp_ut)',