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 |