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

Unified Diff: remoting/remoting_client.gypi

Issue 450383003: Hangout remote desktop part II - background.html and AppLauncher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: remoting/remoting_client.gypi
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index d7d66f16b0580bff5364c2b09bd9cf79a2f339f4..3da83aef22b01d8b5d425975403ab6d9275852e1 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -85,6 +85,22 @@
'--js', '<@(remoting_webapp_wcs_sandbox_html_js_files)',
],
},
+ {
+ 'action_name': 'Build Remoting Webapp background.html',
+ 'inputs': [
+ 'webapp/build-html.py',
+ '<(remoting_webapp_template_background)',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/background.html',
+ ],
+ 'action': [
+ 'python', 'webapp/build-html.py',
+ '<(SHARED_INTERMEDIATE_DIR)/background.html',
+ '<(remoting_webapp_template_background)',
+ '--js', '<@(remoting_webapp_background_js_files)',
+ ],
+ },
],
}, # end of target 'remoting_webapp_html'
@@ -114,7 +130,6 @@
'variables': {
'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2.zip',
- 'extra_files': [ 'webapp/background.js' ],
},
'conditions': [
['disable_nacl==0 and disable_nacl_untrusted==0', {

Powered by Google App Engine
This is Rietveld 408576698