| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 2a50d6bab17a9c7bd0f011317a3d8a08bc785376..73a9f17448e9a03babdcf19310f88eb8e52c8032 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -55,6 +55,10 @@
|
| 'test/app_remoting_test_driver_environment.cc',
|
| 'test/app_remoting_test_driver_environment_app_details.cc',
|
| 'test/app_remoting_test_driver_environment.h',
|
| + 'test/host_info.cc',
|
| + 'test/host_info.h',
|
| + 'test/host_list_fetcher.cc',
|
| + 'test/host_list_fetcher.h',
|
| 'test/fake_access_token_fetcher.cc',
|
| 'test/fake_access_token_fetcher.h',
|
| 'test/fake_app_remoting_report_issue_request.cc',
|
| @@ -136,6 +140,10 @@
|
| 'VERSION=<(version_full)',
|
| ],
|
| 'sources': [
|
| + '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': [
|
| @@ -375,6 +383,7 @@
|
| 'test/access_token_fetcher_unittest.cc',
|
| 'test/app_remoting_report_issue_request_unittest.cc',
|
| 'test/app_remoting_test_driver_environment_unittest.cc',
|
| + 'test/host_list_fetcher_unittest.cc',
|
| 'test/remote_host_info_fetcher_unittest.cc',
|
| 'test/test_chromoting_client_unittest.cc',
|
| 'test/test_video_renderer_unittest.cc',
|
|
|