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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 840023004: Implement mocks for identity and host-list, add a browser test to test the app in various failure m… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file. Created 5 years, 11 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 e70873e29a43ae51fff58f5cc37d50212bc1d0af..34ede97223de1bbb22de326dcfc0bf0f0eaa1914 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -38,6 +38,7 @@
'webapp/crd/js/identity.js',
'webapp/crd/js/oauth2.js',
'webapp/crd/js/oauth2_api.js',
+ 'webapp/crd/js/oauth2_api_impl.js',
],
# Client JavaScript files.
'remoting_webapp_js_client_files': [
@@ -90,6 +91,7 @@
'remoting_webapp_js_host_display_files': [
'webapp/crd/js/host_list.js',
'webapp/crd/js/host_list_api.js',
+ 'webapp/crd/js/host_list_api_impl.js',
'webapp/crd/js/host_table_entry.js',
],
# Logging and stats JavaScript files.
@@ -146,9 +148,14 @@
'webapp/browser_test/cancel_pin_browser_test.js',
'webapp/browser_test/invalid_pin_browser_test.js',
'webapp/browser_test/mock_client_plugin.js',
+ 'webapp/browser_test/mock_host_list_api.js',
+ 'webapp/browser_test/mock_identity.js',
+ 'webapp/browser_test/mock_oauth2_api.js',
'webapp/browser_test/mock_session_connector.js',
'webapp/browser_test/mock_signal_strategy.js',
'webapp/browser_test/scrollbar_browser_test.js',
+ 'webapp/browser_test/timeout_waiter.js',
+ 'webapp/browser_test/unauthenticated_browser_test.js',
'webapp/browser_test/update_pin_browser_test.js',
],
# These product files are excluded from our JavaScript unittest

Powered by Google App Engine
This is Rietveld 408576698