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

Unified Diff: remoting/BUILD.gn

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: Cleaned up environment code. 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/remoting_test.gypi » ('j') | remoting/remoting_test.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 9be8a41b4dfce55bc5857d6172ea58f1e3a8ff73..72f0109df160bbd47dd98674c4ae20ba59e2961c 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -90,16 +90,22 @@ source_set("test_support") {
"test/app_remoting_test_driver_environment.cc",
"test/app_remoting_test_driver_environment.h",
"test/app_remoting_test_driver_environment_app_details.cc",
+ "test/chromoting_test_driver_environment.cc",
+ "test/chromoting_test_driver_environment.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",
« no previous file with comments | « no previous file | remoting/remoting_test.gypi » ('j') | remoting/remoting_test.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698