Chromium Code Reviews| Index: remoting/remoting_test.gypi |
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi |
| index 73a9f17448e9a03babdcf19310f88eb8e52c8032..2a3f04244b45c8ce75066a8ee8afee1d2aa042b0 100644 |
| --- a/remoting/remoting_test.gypi |
| +++ b/remoting/remoting_test.gypi |
| @@ -55,6 +55,8 @@ |
| 'test/app_remoting_test_driver_environment.cc', |
| 'test/app_remoting_test_driver_environment_app_details.cc', |
| 'test/app_remoting_test_driver_environment.h', |
| + 'test/connection_info.cc', |
| + 'test/connection_info.h', |
| 'test/host_info.cc', |
| 'test/host_info.h', |
| 'test/host_list_fetcher.cc', |
| @@ -120,6 +122,8 @@ |
| 'sources': [ |
| 'test/access_token_fetcher.cc', |
| 'test/access_token_fetcher.h', |
| + 'test/connection_info.cc', |
| + 'test/connection_info.h', |
|
joedow
2015/07/16 03:23:19
sync with Sergey on this as he has a change that w
tonychun
2015/07/16 23:12:08
I talked to Sergey and I'll take care of the merge
|
| 'test/refresh_token_store.cc', |
| 'test/refresh_token_store.h', |
| 'test/remote_connection_observer.h', |
| @@ -134,17 +138,18 @@ |
| 'target_name': 'chromoting_test_driver', |
| 'type': '<(gtest_target_type)', |
| 'dependencies': [ |
| + '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', |
| 'remoting_test_driver_common', |
| ], |
| 'defines': [ |
| 'VERSION=<(version_full)', |
| ], |
| 'sources': [ |
| + 'test/chromoting_test_driver.cc', |
| 'test/host_info.cc', |
| 'test/host_info.h', |
| 'test/host_list_fetcher.cc', |
| 'test/host_list_fetcher.h', |
| - 'test/chromoting_test_driver.cc', |
| ], |
| 'include_dirs': [ |
| '../testing/gtest/include', |