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

Unified Diff: remoting/remoting.gyp

Issue 163953011: [Chromoting] Update jscompile target to use JS files from gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update gyp file (wcs sandbox) Created 6 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
« no previous file with comments | « no previous file | remoting/tools/htmlcompile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index da3a51f6e5b7eb01e141ec1868a68d4a1964b798..1ac3b845220c7124fe5d825a5bf6628d8ba2c007 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -218,15 +218,13 @@
'inputs': [
'<@(remoting_webapp_js_files)',
'<@(remoting_webapp_js_proto_files)',
- # Include zip as input so that this action is run after the build.
- '<(zip_path)',
],
'outputs': [
'<(success_stamp)',
],
'action': [
- 'python', 'tools/htmlcompile.py',
- '<(output_dir)/main.html',
+ 'python', 'tools/jscompile.py',
+ '<@(remoting_webapp_js_files)',
'<@(remoting_webapp_js_proto_files)',
'--success-stamp',
'<(success_stamp)'
« no previous file with comments | « no previous file | remoting/tools/htmlcompile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698