| Index: remoting/remoting_webapp_files.gypi
|
| diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
|
| index 7bfa958a5352c95bc51ce9729e43f0aec7df2f15..04910671b6448272c899f624c76238e56f5493a7 100644
|
| --- a/remoting/remoting_webapp_files.gypi
|
| +++ b/remoting/remoting_webapp_files.gypi
|
| @@ -139,11 +139,14 @@
|
| 'webapp/event_handlers.js',
|
| ],
|
| # The unit test cases for the webapp
|
| - 'remoting_webapp_unittest_cases': [
|
| + 'remoting_webapp_unittest_js_files': [
|
| '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_helper_channel_unittest.js',
|
| + 'webapp/unittests/it2me_service_unittest.js'
|
| ],
|
| 'remoting_webapp_unittest_additional_files': [
|
| 'webapp/menu_button.css',
|
| @@ -177,7 +180,9 @@
|
| 'webapp/client_session.js',
|
| 'webapp/typecheck.js',
|
| 'webapp/background/app_launcher.js',
|
| - 'webapp/background/background.js'
|
| + 'webapp/background/background.js',
|
| + 'webapp/background/it2me_helper_channel.js',
|
| + 'webapp/background/it2me_service.js',
|
| ],
|
|
|
| # The JavaScript files required by wcs_sandbox.html.
|
|
|