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

Unified Diff: remoting/host/BUILD.gn

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/host/capture_scheduler.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 54898909566e8116186e0b80c9a0a1f8849dd415..ffef4543ecda29087c36c0ffb4e1469d6562ee29 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -80,8 +80,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"//remoting/protocol",
"//remoting/resources",
"//ui/base",
- "//ui/events/platform",
"//ui/events:dom_keycode_converter",
+ "//ui/events/platform",
]
if (enable_configuration_policy) {
@@ -206,8 +206,6 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
testonly = true
sources = [
- "fake_desktop_capturer.cc",
- "fake_desktop_capturer.h",
"fake_desktop_environment.cc",
"fake_desktop_environment.h",
"fake_host_extension.cc",
@@ -250,7 +248,6 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"audio_pump_unittest.cc",
"audio_silence_detector_unittest.cc",
"backoff_timer_unittest.cc",
- "capture_scheduler_unittest.cc",
"chromeos/aura_desktop_capturer_unittest.cc",
"chromeos/clipboard_aura_unittest.cc",
"chromoting_host_context_unittest.cc",
@@ -295,7 +292,6 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"third_party_auth_config_unittest.cc",
"token_validator_factory_impl_unittest.cc",
"touch_injector_win_unittest.cc",
- "video_frame_pump_unittest.cc",
"video_frame_recorder_unittest.cc",
"win/rdp_client_unittest.cc",
"win/worker_process_launcher_unittest.cc",
@@ -313,9 +309,9 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
deps = [
":host",
":test_support",
- "//remoting/host/setup",
"//remoting/host/it2me:common",
"//remoting/host/native_messaging",
+ "//remoting/host/setup",
"//remoting/proto",
"//skia",
"//testing/gmock",
@@ -518,8 +514,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
]
deps = [
- ":remoting_me2me_host_static",
":credits",
+ ":remoting_me2me_host_static",
"//build/config/sanitizers:deps",
]
}
@@ -536,8 +532,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"//base",
"//remoting/base:breakpad",
"//remoting/host",
- "//remoting/host/setup",
"//remoting/host/native_messaging",
+ "//remoting/host/setup",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
« no previous file with comments | « no previous file | remoting/host/capture_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698