summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-03-05 18:41:02 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-06 02:41:58 +0000
commitdd5660bd5b757e906eee390b83c8a7585822a60d (patch)
tree32592da2e604f96a50e180e2e0cdecc60c56eb29 /remoting/BUILD.gn
parentdbf8bfd7fa34d69e880f0b8073a0441f439bf08a (diff)
downloadchromium_src-dd5660bd5b757e906eee390b83c8a7585822a60d.zip
chromium_src-dd5660bd5b757e906eee390b83c8a7585822a60d.tar.gz
chromium_src-dd5660bd5b757e906eee390b83c8a7585822a60d.tar.bz2
Adding the RemoteHostInfo and RemoteHostInfoFetcher classes and unittests for use with the App Remoting Test Driver.
This changelist also includes some lint error cleanup and updating of assertions in the unittest code to remove the c_str() calls. BUG=462307 Review URL: https://codereview.chromium.org/962763002 Cr-Commit-Position: refs/heads/master@{#319396}
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index f87db3d..047650f 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -33,12 +33,15 @@ source_set("test_support") {
"test/fake_network_manager.h",
"test/fake_port_allocator.cc",
"test/fake_port_allocator.h",
+ "test/fake_remote_host_info_fetcher.cc",
"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/refresh_token_store.cc",
+ "test/remote_host_info.cc",
+ "test/remote_host_info_fetcher.cc",
]
deps = [
@@ -72,6 +75,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/remote_host_info_fetcher_unittest.cc",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.