| Index: media/gpu/BUILD.gn
|
| diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
|
| index ba02e8aa5829d12cb2668f56f0d482cc92dd728b..ada653b29356e2f843720cac1bd0e34501d10e84 100644
|
| --- a/media/gpu/BUILD.gn
|
| +++ b/media/gpu/BUILD.gn
|
| @@ -186,7 +186,8 @@ component("gpu") {
|
| ] + get_target_outputs(":libvt_generate_stubs")
|
| deps += [
|
| ":libvt_generate_stubs",
|
| - "//third_party/webrtc/common_video:common_video",
|
| + "//third_party/webrtc/common_video",
|
| + "//third_party/webrtc/system_wrappers",
|
| ]
|
| libs += [
|
| "CoreFoundation.framework",
|
| @@ -306,6 +307,7 @@ component("gpu") {
|
| ]
|
| if (use_x11) {
|
| configs += [ "//build/config/linux:x11" ]
|
| + deps += [ "//ui/gfx/x" ]
|
| sources += [
|
| "vaapi_tfp_picture.cc",
|
| "vaapi_tfp_picture.h",
|
| @@ -350,10 +352,6 @@ component("gpu") {
|
| "/DELAYLOAD:mfplat.dll",
|
| ]
|
| }
|
| -
|
| - if (use_x11) {
|
| - deps += [ "//ui/gfx/x" ]
|
| - }
|
| }
|
|
|
| if (is_win || is_android || is_chromeos) {
|
|
|