Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: remoting/remoting_test.gypi

Issue 1237883002: Added chromoting test environment for the tests to share data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarified comments, removed unused headers, and fixed unit tests. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index a665b506de7296b47c71461994ad04a1e070423a..3b38901aa134af8660ce4083ba17ccd53e741e04 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/chromoting_test_driver_environment.cc',
+ 'test/chromoting_test_driver_environment.h',
joedow 2015/07/16 21:32:58 please sync sergey's changes in and include in the
tonychun 2015/07/16 23:07:43 Done.
'test/host_info.cc',
'test/host_info.h',
'test/host_list_fetcher.cc',
@@ -63,12 +65,16 @@
'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',
@@ -140,11 +146,13 @@
'VERSION=<(version_full)',
],
'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',
- 'test/chromoting_test_driver.cc',
],
'include_dirs': [
'../testing/gtest/include',
@@ -383,6 +391,7 @@
'test/access_token_fetcher_unittest.cc',
'test/app_remoting_report_issue_request_unittest.cc',
'test/app_remoting_test_driver_environment_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',

Powered by Google App Engine
This is Rietveld 408576698