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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 877993002: Implement base.IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviewer's feedback Created 5 years, 11 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/ipc.js » ('j') | remoting/webapp/unittests/chrome_mocks.js » ('J')
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 2f337f1646cbeb7d345682120ec82527e51fc82a..a18ec50f36b372ade6aa9e18e06e1c336d8a27b6 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -59,6 +59,7 @@
'remoting_webapp_js_core_files': [
'webapp/base/js/application.js',
'webapp/base/js/base.js',
+ 'webapp/base/js/ipc.js',
'webapp/base/js/platform.js',
'webapp/crd/js/apps_v2_migration.js',
'webapp/crd/js/error.js',
@@ -178,6 +179,7 @@
'webapp/unittests/base_unittest.js',
'webapp/unittests/dns_blackhole_checker_unittest.js',
'webapp/unittests/fallback_signal_strategy_unittest.js',
+ 'webapp/unittests/ipc_unittest.js',
'webapp/unittests/it2me_helpee_channel_unittest.js',
'webapp/unittests/it2me_helper_channel_unittest.js',
'webapp/unittests/it2me_service_unittest.js',
@@ -226,6 +228,7 @@
# The JavaScript files that are used in the background page.
'remoting_webapp_background_js_files': [
'webapp/base/js/base.js',
+ 'webapp/base/js/ipc.js',
'webapp/base/js/message_window_helper.js',
'webapp/base/js/message_window_manager.js',
'webapp/crd/js/app_launcher.js',
« no previous file with comments | « no previous file | remoting/webapp/base/js/ipc.js » ('j') | remoting/webapp/unittests/chrome_mocks.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698