summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authortonychun <tonychun@google.com>2015-07-24 09:22:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-24 16:23:14 +0000
commited3010ac30028a8126b9e80b2c6dcfd8b4d7b111 (patch)
tree6a818832ecc9c6921492cf4591cd16944bed735d /remoting/remoting_test.gypi
parent1bfaea7620d0514d8a98e10490f0de55e078c741 (diff)
downloadchromium_src-ed3010ac30028a8126b9e80b2c6dcfd8b4d7b111.zip
chromium_src-ed3010ac30028a8126b9e80b2c6dcfd8b4d7b111.tar.gz
chromium_src-ed3010ac30028a8126b9e80b2c6dcfd8b4d7b111.tar.bz2
Added chromoting test environment for the chromoting tests to share data.
I've refactored out the fake_refresh_token_store to a shared class so that both chromoting test environment and app remoting test environment can use it. I've also added a new class called fake_host_list_fetcher to fake retrieving a host list. Added a new test and made some cleanups. BUG= Review URL: https://codereview.chromium.org/1237883002 Cr-Commit-Position: refs/heads/master@{#340283}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 4e9e286..5379ca57 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -56,18 +56,24 @@
'test/app_remoting_report_issue_request.h',
'test/app_remoting_service_urls.cc',
'test/app_remoting_service_urls.h',
+ 'test/chromoting_test_driver_environment.cc',
+ 'test/chromoting_test_driver_environment.h',
'test/connection_setup_info.cc',
'test/connection_setup_info.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',
@@ -321,6 +327,7 @@
'signaling/xmpp_signal_strategy_unittest.cc',
'test/access_token_fetcher_unittest.cc',
'test/app_remoting_report_issue_request_unittest.cc',
+ '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',