| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index bc0aba74a64edc95a9df3c4238c1a7447e396283..5899f9f61cb9ed4b886ff0bcc35a9936417b8ff3 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',
|
|
|