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

Unified Diff: remoting/host/BUILD.gn

Issue 1923573006: Implement a dummy host to do capturing and analysis only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review commnets Created 4 years, 7 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 | « remoting/codec/video_encoder.cc ('k') | remoting/host/it2me_desktop_environment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 94aa910e5294f750dfde595e9cec616a927b86da..41edb64a94d8b7c9fa86ed0741bf917058aefbc9 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -246,6 +246,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"fake_oauth_token_getter.cc",
"fake_oauth_token_getter.h",
"host_mock_objects.cc",
+ "host_mock_objects.h",
"security_key/fake_ipc_gnubby_auth_handler.cc",
"security_key/fake_ipc_gnubby_auth_handler.h",
"security_key/fake_remote_security_key_ipc_client.cc",
@@ -269,6 +270,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
]
public_deps = [
":host",
+ "//third_party/protobuf:protobuf_lite",
]
if (enable_webrtc) {
« no previous file with comments | « remoting/codec/video_encoder.cc ('k') | remoting/host/it2me_desktop_environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698