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

Unified Diff: remoting/BUILD.gn

Issue 976233003: Adding the base ChromotingInstance implementation and unittests. This class will be used by the ap… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a unit test name Created 5 years, 9 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/client/chromoting_client.h » ('j') | remoting/client/chromoting_client.cc » ('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 047650fdbb1eb05cba80926f225b0f38a666d726..16ce53c164e448a8332e852a6d32e83ae59b7975 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -25,8 +25,13 @@ source_set("test_support") {
"signaling/mock_signal_strategy.cc",
"signaling/mock_signal_strategy.h",
"test/access_token_fetcher.cc",
+ "test/access_token_fetcher.h",
"test/app_remoting_test_driver_environment.cc",
+ "test/app_remoting_test_driver_environment.h",
+ "test/chromoting_instance.cc",
+ "test/chromoting_instance.h",
"test/fake_access_token_fetcher.cc",
+ "test/fake_access_token_fetcher.h",
"test/fake_network_dispatcher.cc",
"test/fake_network_dispatcher.h",
"test/fake_network_manager.cc",
@@ -34,14 +39,22 @@ source_set("test_support") {
"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/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_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/video_renderer.cc",
+ "test/video_renderer.h",
]
deps = [
@@ -75,6 +88,7 @@ if (!is_win && !is_mac) {
"signaling/server_log_entry_unittest.h",
"test/access_token_fetcher_unittest.cc",
"test/app_remoting_test_driver_environment_unittest.cc",
+ "test/chromoting_instance_unittest.cc",
"test/remote_host_info_fetcher_unittest.cc",
]
@@ -87,6 +101,7 @@ if (!is_win && !is_mac) {
"//google_apis",
"//remoting/base:unit_tests",
"//remoting/client:unit_tests",
+ "//remoting/protocol:test_support",
"//remoting/protocol:unit_tests",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | remoting/client/chromoting_client.h » ('j') | remoting/client/chromoting_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698