| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index 0b639c26554a5497d7ddec405bbe3cb356c59165..eb6fb077c12906130a5826120344f79cb2328d68 100644
|
| --- a/remoting/remoting_webapp_files.gypi
|
| +++ b/remoting/remoting_webapp_files.gypi
|
| @@ -76,6 +76,7 @@
|
| 'webapp/crd/js/fallback_signal_strategy_unittest.js',
|
| 'webapp/crd/js/gcd_client_unittest.js',
|
| 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
|
| + 'webapp/crd/js/host_controller_unittest.js',
|
| 'webapp/crd/js/host_daemon_facade_unittest.js',
|
| 'webapp/crd/js/host_table_entry_unittest.js',
|
| 'webapp/crd/js/identity_unittest.js',
|
| @@ -91,6 +92,7 @@
|
| 'remoting_webapp_unittests_js_mock_files': [
|
| # Some proto files can be repurposed as simple mocks for the unittests.
|
| # Note that some defs in chrome_proto are overwritten by chrome_mocks.
|
| + 'webapp/crd/js/mock_host_daemon_facade.js',
|
| 'webapp/crd/js/mock_signal_strategy.js',
|
| 'webapp/js_proto/chrome_proto.js',
|
| 'webapp/js_proto/chrome_mocks.js',
|
|
|