diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-03-11 11:32:04 +0100 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-03-18 13:40:17 +0000 |
commit | 31ccca0778db85c159634478b4ec7997f6704860 (patch) | |
tree | 3d33fc3afd9d5ec95541e1bbe074a9cf8da12a0e /chromium/remoting/codec/BUILD.gn | |
parent | 248b70b82a40964d5594eb04feca0fa36716185d (diff) | |
download | qtwebengine-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/codec/BUILD.gn')
-rw-r--r-- | chromium/remoting/codec/BUILD.gn | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/chromium/remoting/codec/BUILD.gn b/chromium/remoting/codec/BUILD.gn index 15c181d5fc3..486ed1f04da 100644 --- a/chromium/remoting/codec/BUILD.gn +++ b/chromium/remoting/codec/BUILD.gn @@ -34,7 +34,7 @@ source_set("encoder") { "//third_party/libvpx", "//third_party/libyuv", "//third_party/opus", - "//third_party/webrtc/modules/desktop_capture:primitives", + "//third_party/webrtc_overrides:webrtc_component", "//ui/gfx:color_space", "//ui/gfx/geometry", ] @@ -42,9 +42,7 @@ source_set("encoder") { # Currently, building WebrtcVideoEncoderGpu is only supported on Windows and # Linux, and encoding with WebrtcVideoEncoderGpu is only supported on Windows. if (is_win || is_linux) { - public_configs = [ - "//skia:skia_config", - ] + public_configs = [ "//skia:skia_config" ] sources += [ "webrtc_video_encoder_gpu.cc", "webrtc_video_encoder_gpu.h", @@ -95,7 +93,7 @@ source_set("decoder") { "//third_party/libvpx", "//third_party/libyuv", "//third_party/opus", - "//third_party/webrtc/modules/desktop_capture:primitives", + "//third_party/webrtc_overrides:webrtc_component", ] } @@ -115,7 +113,7 @@ source_set("vpx_codec") { "//base/third_party/dynamic_annotations", "//remoting/proto", "//third_party/libyuv", - "//third_party/webrtc/modules/desktop_capture:primitives", + "//third_party/webrtc_overrides:webrtc_component", ] } @@ -141,7 +139,7 @@ source_set("unit_tests") { "//base", "//remoting/proto", "//testing/gtest", - "//third_party/webrtc/modules/desktop_capture", + "//third_party/webrtc_overrides:webrtc_component", "//ui/gfx:color_space", ] |