summaryrefslogtreecommitdiff
path: root/chromium/remoting/host/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-11 11:32:04 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-18 13:40:17 +0000
commit31ccca0778db85c159634478b4ec7997f6704860 (patch)
tree3d33fc3afd9d5ec95541e1bbe074a9cf8da12a0e /chromium/remoting/host/BUILD.gn
parent248b70b82a40964d5594eb04feca0fa36716185d (diff)
downloadqtwebengine-chromium-31ccca0778db85c159634478b4ec7997f6704860.tar.gz
BASELINE: Update Chromium to 80.0.3987.136
Change-Id: I98e1649aafae85ba3a83e67af00bb27ef301db7b Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'chromium/remoting/host/BUILD.gn')
-rw-r--r--chromium/remoting/host/BUILD.gn29
1 files changed, 9 insertions, 20 deletions
diff --git a/chromium/remoting/host/BUILD.gn b/chromium/remoting/host/BUILD.gn
index 09942bceb10..e7ea946b458 100644
--- a/chromium/remoting/host/BUILD.gn
+++ b/chromium/remoting/host/BUILD.gn
@@ -62,6 +62,8 @@ source_set("base") {
"logging_linux.cc",
"logging_mac.cc",
"logging_win.cc",
+ "switches.cc",
+ "switches.h",
"username.cc",
"username.h",
]
@@ -176,10 +178,6 @@ static_library("common") {
"ftl_host_change_notification_listener.h",
"ftl_signaling_connector.cc",
"ftl_signaling_connector.h",
- "gcd_rest_client.cc",
- "gcd_rest_client.h",
- "gcd_state_updater.cc",
- "gcd_state_updater.h",
"heartbeat_sender.cc",
"heartbeat_sender.h",
"host_attributes.cc",
@@ -284,8 +282,6 @@ static_library("common") {
"single_window_input_injector_linux.cc",
"single_window_input_injector_mac.cc",
"single_window_input_injector_win.cc",
- "switches.cc",
- "switches.h",
"test_echo_extension.cc",
"test_echo_extension.h",
"test_echo_extension_session.cc",
@@ -335,7 +331,7 @@ static_library("common") {
"//remoting/protocol",
"//remoting/resources",
"//services/network:network_service",
- "//third_party/webrtc/modules/desktop_capture",
+ "//third_party/webrtc_overrides:webrtc_component",
# //remoting uses the power_save_blocker directly. See crbug.com/689423
"//services/device/wake_lock/power_save_blocker",
@@ -425,13 +421,11 @@ static_library("common") {
"Carbon.framework",
]
- deps += [
- ":remoting_version",
- "//third_party/google_toolbox_for_mac",
- ]
+ deps += [ ":remoting_version" ]
}
if (is_win) {
+ libs += [ "crypt32.lib" ]
deps += [
# On Windows, we use //media/gpu/MediaFoundationVideoEncodeAcceleratorWin
# to detect whether HW encoder is supported by the system.
@@ -472,8 +466,7 @@ static_library("test_support") {
"//remoting/host/file_transfer:test_support",
"//third_party/libjingle_xmpp",
"//third_party/protobuf:protobuf_lite",
- "//third_party/webrtc/modules/desktop_capture",
- "//third_party/webrtc_overrides:init_webrtc",
+ "//third_party/webrtc_overrides:webrtc_component",
]
}
@@ -495,8 +488,6 @@ source_set("unit_tests") {
"desktop_session_agent_unittest.cc",
"ftl_host_change_notification_listener_unittest.cc",
"ftl_signaling_connector_unittest.cc",
- "gcd_rest_client_unittest.cc",
- "gcd_state_updater_unittest.cc",
"heartbeat_sender_unittest.cc",
"host_attributes_unittest.cc",
"host_config_unittest.cc",
@@ -611,7 +602,7 @@ if (enable_remoting_host) {
deps = [
"//third_party/libjingle_xmpp",
- "//third_party/webrtc_overrides:init_webrtc",
+ "//third_party/webrtc_overrides:webrtc_component",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
@@ -699,7 +690,7 @@ if (enable_remoting_host) {
script = "//remoting/tools/build/remoting_localize.py"
args = [
"--locale_dir",
- rebase_path(webapp_locale_dir, root_build_dir),
+ rebase_path(resources_locale_dir, root_build_dir),
"--variables",
rebase_path(branding_path, root_build_dir),
"--template",
@@ -745,9 +736,7 @@ if (enable_me2me_host) {
"//remoting/host",
"//remoting/proto",
"//third_party/libjingle_xmpp",
- "//third_party/webrtc/api:scoped_refptr",
- "//third_party/webrtc/modules/desktop_capture",
- "//third_party/webrtc_overrides:init_webrtc",
+ "//third_party/webrtc_overrides:webrtc_component",
]
if (is_posix) {