| Index: remoting/app_remoting_test.gyp
|
| diff --git a/remoting/app_remoting_test.gyp b/remoting/app_remoting_test.gyp
|
| index 87ef886ff76586a97027ed1f1a53955c04d46c1d..42fc32245fcb506d56c7db52d9603b5b131612fe 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_storage.cc',
|
| + ],
|
| }, # end of target 'ar_test_driver_common'
|
| {
|
| # An external version of the test driver tool which includes minimal tests
|
|
|