Chromium Code Reviews| Index: remoting/remoting_test.gypi |
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi |
| index ec3a693440b776c56661fe632cef9fd174c7b804..7fa3b27879da449ba66de9f3a8d4106f6a5f8c2d 100644 |
| --- a/remoting/remoting_test.gypi |
| +++ b/remoting/remoting_test.gypi |
| @@ -56,16 +56,29 @@ |
| 'test/app_remoting_report_issue_request.h', |
| 'test/app_remoting_service_urls.cc', |
| 'test/app_remoting_service_urls.h', |
| + 'test/app_remoting_test_driver_environment.cc', |
| + 'test/app_remoting_test_driver_environment_app_details.cc', |
|
joedow
2015/07/16 23:15:38
Does the ar_test_driver target still build with th
tonychun
2015/07/16 23:47:55
Yes it does.
|
| + 'test/app_remoting_test_driver_environment.h', |
| + 'test/chromoting_test_driver_environment.cc', |
| + 'test/chromoting_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', |
| 'test/fake_app_remoting_report_issue_request.h', |
| + 'test/fake_host_list_fetcher.cc', |
| + 'test/fake_host_list_fetcher.h', |
| 'test/fake_network_dispatcher.cc', |
| 'test/fake_network_dispatcher.h', |
| 'test/fake_network_manager.cc', |
| 'test/fake_network_manager.h', |
| 'test/fake_port_allocator.cc', |
| 'test/fake_port_allocator.h', |
| + 'test/fake_refresh_token_store.cc', |
| + 'test/fake_refresh_token_store.h', |
| 'test/fake_remote_host_info_fetcher.cc', |
| 'test/fake_remote_host_info_fetcher.h', |
| 'test/fake_socket_factory.cc', |
| @@ -110,7 +123,13 @@ |
| '../testing/gtest.gyp:gtest', |
| ], |
| 'sources': [ |
| + 'test/chromoting_test_driver_environment.cc', |
| + 'test/chromoting_test_driver_environment.h', |
| 'test/chromoting_test_driver.cc', |
| + 'test/host_info.cc', |
| + 'test/host_info.h', |
| + 'test/host_list_fetcher.cc', |
| + 'test/host_list_fetcher.h', |
|
joedow
2015/07/16 23:15:38
I don't think you need these since they are alread
tonychun
2015/07/16 23:47:55
Removed.
|
| ], |
| }, # end of target 'chromoting_test_driver' |
| { |
| @@ -320,6 +339,8 @@ |
| 'signaling/xmpp_signal_strategy_unittest.cc', |
| 'test/access_token_fetcher_unittest.cc', |
| 'test/app_remoting_report_issue_request_unittest.cc', |
| + 'test/app_remoting_test_driver_environment_unittest.cc', |
|
joedow
2015/07/16 23:15:38
This file is already included (line 359)
tonychun
2015/07/16 23:47:55
Removed.
|
| + 'test/chromoting_test_driver_environment_unittest.cc', |
| 'test/host_list_fetcher_unittest.cc', |
| 'test/remote_host_info_fetcher_unittest.cc', |
| 'test/test_chromoting_client_unittest.cc', |