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

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: Added files to BUILD.gn and synced with connect to localhost changes. 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
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/chromoting_test_driver_environment.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index ca854fd7bfc1727f611925af5930a8855de81d7d..c8bacfdf4a725a86540c09c96a6994de5e0385ef 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',
Sergey Ulanov 2015/07/23 19:12:43 please add this file in BUILD.gn
tonychun 2015/07/24 16:16:47 Done.
'test/host_list_fetcher_unittest.cc',
'test/remote_host_info_fetcher_unittest.cc',
'test/test_chromoting_client_unittest.cc',
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/chromoting_test_driver_environment.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698