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

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 submit Created 5 years, 8 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
« no previous file with comments | « no previous file | remoting/webapp/base/js/base.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index ca4e1f44b681da46f02a150ed1ced8c3cd45ed6d..b84b0a224c7505fef82db5c6d235aee073fccc7a 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698