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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 530213004: Use XMPP in V2 webapp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « remoting/client/plugin/delegating_signal_strategy.cc ('k') | remoting/webapp/client_session.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 0dd285559ae61df6db225f76f86970aa0ec87e49..818949c5601544d8da3a00ab34ced73f70568faf 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -108,16 +108,15 @@
'webapp/host_settings.js',
'webapp/host_table_entry.js',
],
- # Remoting XMPP JavaScript files.
- 'remoting_webapp_js_xmpp_files': [
+ # Remoting signaling files.
+ 'remoting_webapp_js_signaling_files': [
+ 'webapp/signal_strategy.js',
+ 'webapp/wcs_adapter.js',
+ 'webapp/wcs_sandbox_container.js',
'webapp/xmpp_connection.js',
'webapp/xmpp_login_handler.js',
'webapp/xmpp_stream_parser.js',
],
- # Remoting WCS container JavaScript files.
- 'remoting_webapp_js_wcs_container_files': [
- 'webapp/wcs_sandbox_container.js',
- ],
# Remoting WCS sandbox JavaScript files.
'remoting_webapp_js_wcs_sandbox_files': [
'webapp/wcs.js',
@@ -185,8 +184,7 @@
'<@(remoting_webapp_js_ui_files)',
'<@(remoting_webapp_js_ui_host_control_files)',
'<@(remoting_webapp_js_ui_host_display_files)',
- '<@(remoting_webapp_js_wcs_container_files)',
- '<@(remoting_webapp_js_xmpp_files)',
+ '<@(remoting_webapp_js_signaling_files)',
# Uncomment this line to include browser test files in the web app
# to expedite debugging or local development.
# '<@(remoting_webapp_js_browser_test_files)'
« no previous file with comments | « remoting/client/plugin/delegating_signal_strategy.cc ('k') | remoting/webapp/client_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698