| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 807e86e5a6ba17890ba633c793b34c955d0d7710..8024b7e510111204b6c1b4ca53d871d26961086f 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -51,6 +51,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/chromoting_host_info.cc',
|
| + 'test/chromoting_host_info.h',
|
| + 'test/chromoting_host_list_fetcher.cc',
|
| + 'test/chromoting_host_list_fetcher.h',
|
| 'test/fake_access_token_fetcher.cc',
|
| 'test/fake_access_token_fetcher.h',
|
| 'test/fake_network_dispatcher.cc',
|
| @@ -130,6 +134,10 @@
|
| 'VERSION=<(version_full)',
|
| ],
|
| 'sources': [
|
| + 'test/chromoting_host_info.cc',
|
| + 'test/chromoting_host_info.h',
|
| + 'test/chromoting_host_list_fetcher.cc',
|
| + 'test/chromoting_host_list_fetcher.h',
|
| 'test/chromoting_test_driver.cc',
|
| ],
|
| 'include_dirs': [
|
| @@ -355,6 +363,7 @@
|
| 'signaling/xmpp_signal_strategy_unittest.cc',
|
| 'test/access_token_fetcher_unittest.cc',
|
| 'test/app_remoting_test_driver_environment_unittest.cc',
|
| + 'test/chromoting_host_list_fetcher_unittest.cc',
|
| 'test/remote_host_info_fetcher_unittest.cc',
|
| 'test/test_chromoting_client_unittest.cc',
|
| ],
|
|
|