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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 1055313002: Added mock_xhr module w/ unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for review Created 5 years, 9 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 e9ad1afa1617c647e09cbd2af8ed71cc6a07ff1a..c81620a6f49c60a714c8d1170d9ec420e40b042f 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -75,10 +75,12 @@
'webapp/crd/js/error_unittest.js',
'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_table_entry_unittest.js',
'webapp/crd/js/identity_unittest.js',
'webapp/crd/js/l10n_unittest.js',
'webapp/crd/js/menu_button_unittest.js',
+ 'webapp/crd/js/mock_xhr_unittest.js',
'webapp/crd/js/typecheck_unittest.js',
'webapp/crd/js/xhr_unittest.js',
'webapp/crd/js/xmpp_connection_unittest.js',
@@ -92,6 +94,7 @@
'webapp/js_proto/chrome_proto.js',
'webapp/js_proto/chrome_mocks.js',
'webapp/unittests/sinon_helpers.js',
+ 'webapp/crd/js/mock_xhr.js',
],
# Prototypes for objects that are not mocked.
'remoting_webapp_unittests_js_proto_files': [
« no previous file with comments | « no previous file | remoting/webapp/base/js/base.js » ('j') | remoting/webapp/crd/js/gcd_client_with_mock_xhr_unittest.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698