| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index fa7a27fd36422a644d4d61720e51cad06e1c6728..33d34b9120e2d79250cd62b264b46ee820332a39 100644
|
| --- a/remoting/remoting_webapp_files.gypi
|
| +++ b/remoting/remoting_webapp_files.gypi
|
| @@ -60,6 +60,7 @@
|
| 'webapp/base/js/application.js',
|
| 'webapp/base/js/base.js',
|
| 'webapp/base/js/platform.js',
|
| + 'webapp/crd/js/apps_v2_migration.js',
|
| 'webapp/crd/js/error.js',
|
| 'webapp/crd/js/event_handlers.js',
|
| 'webapp/crd/js/plugin_settings.js',
|
| @@ -169,6 +170,7 @@
|
| 'remoting_webapp_unittest_js_files': [
|
| 'webapp/unittests/chrome_mocks.js',
|
| 'webapp/js_proto/chrome_proto.js',
|
| + 'webapp/unittests/apps_v2_migration_unittest.js',
|
| 'webapp/unittests/base_unittest.js',
|
| 'webapp/unittests/fallback_signal_strategy_unittest.js',
|
| 'webapp/unittests/it2me_helpee_channel_unittest.js',
|
|
|