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

Unified Diff: remoting/remoting_test.gypi

Issue 880273006: Adding the AccessTokenFetcher and Environment class to the app remoting test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating AccessTokenFetcher Unittests to use the FakeURLFetcherFactory Created 5 years, 10 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_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index a6510d9ff41bb4d4741fcf6c0e95554d60a812be..4cce848b50dcaee9edb7b44e193767e7942b1b11 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -41,6 +41,9 @@
'signaling/fake_signal_strategy.h',
'signaling/mock_signal_strategy.cc',
'signaling/mock_signal_strategy.h',
+ 'test/access_token_fetcher.cc',
+ 'test/app_remoting_test_driver_environment.cc',
+ 'test/fake_access_token_fetcher.cc',
'test/fake_network_dispatcher.cc',
'test/fake_network_dispatcher.h',
'test/fake_network_manager.cc',
@@ -51,6 +54,8 @@
'test/fake_socket_factory.h',
'test/leaky_bucket.cc',
'test/leaky_bucket.h',
+ 'test/mock_access_token_fetcher.cc',
+ 'test/refresh_token_store.cc',
],
'conditions': [
['enable_remoting_host == 0', {
@@ -220,6 +225,8 @@
'signaling/log_to_server_unittest.cc',
'signaling/server_log_entry_unittest.cc',
'signaling/server_log_entry_unittest.h',
+ 'test/access_token_fetcher_unittest.cc',
+ 'test/app_remoting_test_driver_environment_unittest.cc'
],
'conditions': [
[ 'OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698