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

Unified Diff: remoting/BUILD.gn

Issue 1237093004: Support for connecting to localhost on the chromoting test driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up ConnectionSetupInfo, comments, and merge 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/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 06b0637f7717ae5e83bde1278ddd5782336ceae3..adacfec9a33bb5abfca4c249bac8f5a99b9369f1 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -75,6 +75,59 @@ group("remoting_all") {
source_set("test_support") {
testonly = true
+ sources = [
Sergey Ulanov 2015/07/16 23:42:09 This looks like a failed merge. You want to add c
tonychun 2015/07/17 16:25:49 Done.
+ # Files from remoting_test_common not in separate test_support targets.
joedow 2015/07/16 23:26:33 Please fix this merge issue (sergey removed this s
tonychun 2015/07/17 16:25:49 Done.
+ "signaling/fake_signal_strategy.cc",
+ "signaling/fake_signal_strategy.h",
+ "signaling/mock_signal_strategy.cc",
+ "signaling/mock_signal_strategy.h",
+ "test/access_token_fetcher.cc",
+ "test/access_token_fetcher.h",
+ "test/app_remoting_report_issue_request.cc",
+ "test/app_remoting_report_issue_request.h",
+ "test/app_remoting_service_urls.cc",
+ "test/app_remoting_service_urls.h",
+ "test/app_remoting_test_driver_environment.cc",
+ "test/app_remoting_test_driver_environment.h",
+ "test/app_remoting_test_driver_environment_app_details.cc",
+ "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_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_remote_host_info_fetcher.cc",
+ "test/fake_remote_host_info_fetcher.h",
+ "test/fake_socket_factory.cc",
+ "test/fake_socket_factory.h",
+ "test/host_info.cc",
+ "test/host_info.h",
+ "test/host_list_fetcher.cc",
+ "test/host_list_fetcher.h",
+ "test/leaky_bucket.cc",
+ "test/leaky_bucket.h",
+ "test/mock_access_token_fetcher.cc",
+ "test/mock_access_token_fetcher.h",
+ "test/refresh_token_store.cc",
+ "test/refresh_token_store.h",
+ "test/remote_application_details.h",
+ "test/remote_connection_observer.h",
+ "test/remote_host_info.cc",
+ "test/remote_host_info.h",
+ "test/remote_host_info_fetcher.cc",
+ "test/remote_host_info_fetcher.h",
+ "test/test_chromoting_client.cc",
+ "test/test_chromoting_client.h",
+ "test/test_video_renderer.cc",
+ "test/test_video_renderer.h",
+ ]
+
deps = [
"//base",
"//net",
« 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