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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 468693002: Hangouts remote desktop part III - It2MeService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
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.

Powered by Google App Engine
This is Rietveld 408576698