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

Unified Diff: remoting/remoting_webapp.gypi

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define Entry for browser_tests Created 5 years, 11 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: remoting/remoting_webapp.gypi
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index 05a1321e49bba65134cba282762b2a5ac3964d9f..0ad3fe6b953f2e627af7cdc4ab81d3982e1c42f6 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -34,10 +34,12 @@
'<(success_stamp)',
],
'action': [
- 'python', 'tools/jscompile.py',
+ 'python', '../third_party/closure_compiler/checker.py',
+ '--strict',
+ '--no-single-file',
+ '--success-stamp', '<(success_stamp)',
'<@(remoting_webapp_crd_js_files)',
'<@(remoting_webapp_js_proto_files)',
- '--success-stamp', '<(success_stamp)'
],
},
], # actions

Powered by Google App Engine
This is Rietveld 408576698