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

Unified Diff: remoting/remoting_client.gypi

Issue 1370283004: [Chromoting] Remote Assistance in Public Session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PublicSession
Patch Set: Rebase Created 5 years, 3 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/remoting_webapp.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_client.gypi
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index 5490d52b3ef2d60fb8c4c54ad79f702f5e80b1de..891b625b222990a6db99f2ec702b9a7ef37d94ac 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -96,6 +96,25 @@
'--js', '<@(remoting_webapp_message_window_html_all_js_files)',
],
},
+ {
+ 'action_name': 'Build Remoting Webapp public_session.html',
+ 'inputs': [
+ 'webapp/build-html.py',
+ '<(remoting_webapp_template_public_session)',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/public_session.html',
+ ],
+ 'action': [
+ 'python', 'webapp/build-html.py',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/public_session.html',
+ '<(remoting_webapp_template_public_session)',
+ '--template-dir', '<(DEPTH)/remoting',
+ '--templates', '<@(remoting_webapp_public_session_template_files)',
+ '--js',
+ '<@(remoting_webapp_public_session_html_all_js_files)',
+ ],
+ },
], # end of actions
}, # end of target 'remoting_webapp_html'
« no previous file with comments | « no previous file | remoting/remoting_webapp.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698