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

Unified Diff: remoting/app_remoting_test.gyp

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
« no previous file with comments | « no previous file | remoting/remoting_test.gypi » ('j') | remoting/test/access_token_fetcher.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_test.gyp
diff --git a/remoting/app_remoting_test.gyp b/remoting/app_remoting_test.gyp
index 87ef886ff76586a97027ed1f1a53955c04d46c1d..1999e2228e89c4271b05131e51c153dda90f9512 100644
--- a/remoting/app_remoting_test.gyp
+++ b/remoting/app_remoting_test.gyp
@@ -29,6 +29,11 @@
'defines': [
'VERSION=<(version_full)',
],
+ 'sources': [
+ 'test/access_token_fetcher.cc',
+ 'test/app_remoting_test_driver_environment.cc',
+ 'test/refresh_token_store.cc',
+ ],
}, # end of target 'ar_test_driver_common'
{
# An external version of the test driver tool which includes minimal tests
« no previous file with comments | « no previous file | remoting/remoting_test.gypi » ('j') | remoting/test/access_token_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698