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

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: Fixing some lint/readability errors 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 0b97aa229b30307ac08ae77e60ecff1a98c23a07..bb1984240086cd52dd74eedcc88b96a23e4b266e 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -51,6 +51,10 @@
'test/fake_socket_factory.h',
'test/leaky_bucket.cc',
'test/leaky_bucket.h',
+ 'test/access_token_fetcher.cc',
+ 'test/app_remoting_test_driver_environment.cc',
+ 'test/mock_access_token_fetcher.cc',
+ 'test/refresh_token_storage.cc',
],
'conditions': [
['enable_remoting_host == 0', {
@@ -218,6 +222,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