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

Unified Diff: media/gpu/BUILD.gn

Issue 1997083003: media: Fix gn deps on some media/ targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « media/base/ipc/BUILD.gn ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « media/base/ipc/BUILD.gn ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698