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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 514343002: XMPP implementation in JavaScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | remoting/webapp/base.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 95a64114d3334a4eba7092f2b4a2443e9beb3da1..f8d87ae21c6dc4bc82a44a372ed8860e8472801e 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -108,6 +108,12 @@
'webapp/host_settings.js',
'webapp/host_table_entry.js',
],
+ # Remoting XMPP JavaScript files.
+ 'remoting_webapp_js_xmpp_files': [
+ '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',
@@ -149,11 +155,14 @@
'webapp/js_proto/chrome_proto.js',
'webapp/unittests/chrome_mocks.js',
'webapp/unittests/base_unittest.js',
- 'webapp/unittests/l10n_unittest.js',
- 'webapp/unittests/menu_button_unittest.js',
'webapp/unittests/it2me_helpee_channel_unittest.js',
'webapp/unittests/it2me_helper_channel_unittest.js',
- 'webapp/unittests/it2me_service_unittest.js'
+ 'webapp/unittests/it2me_service_unittest.js',
+ 'webapp/unittests/l10n_unittest.js',
+ 'webapp/unittests/menu_button_unittest.js',
+ 'webapp/unittests/xmpp_connection_unittest.js',
+ 'webapp/unittests/xmpp_login_handler_unittest.js',
+ 'webapp/unittests/xmpp_stream_parser_unittest.js',
],
'remoting_webapp_unittest_additional_files': [
'webapp/menu_button.css',
@@ -177,6 +186,7 @@
'<@(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)',
# 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 | « no previous file | remoting/webapp/base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698