summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-03-24 23:10:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-25 06:11:03 +0000
commit2230e1f901c84ce7fb9a69b2055ba9879a0461a2 (patch)
treea2c91ad6b6c57e14bb6eb724512a6c3cbc21c05d /remoting/BUILD.gn
parenta73fbeaa64b86689506bbbb9a2473460b976dbf8 (diff)
downloadchromium_src-2230e1f901c84ce7fb9a69b2055ba9879a0461a2.zip
chromium_src-2230e1f901c84ce7fb9a69b2055ba9879a0461a2.tar.gz
chromium_src-2230e1f901c84ce7fb9a69b2055ba9879a0461a2.tar.bz2
Adding Test Fixture for initial test cases for the App Remoting Test Driver. Also includes the public stubs for the remote application data methods.
Also ran clang-format on edited files to keep consistent with formatting in my previous changelist. BUG=467200 Review URL: https://codereview.chromium.org/1008043003 Cr-Commit-Position: refs/heads/master@{#322119}
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index ecf6fb5..e8d6411 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -28,6 +28,7 @@ source_set("test_support") {
"test/access_token_fetcher.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/fake_access_token_fetcher.cc",
"test/fake_access_token_fetcher.h",
"test/fake_network_dispatcher.cc",
@@ -46,6 +47,7 @@ source_set("test_support") {
"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",