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

Unified Diff: media/gpu/BUILD.gn

Issue 2028543003: mac/gn: Unbreak video_encode_accelerator_unittest after https://codereview.chromium.org/1818903004 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 ada653b29356e2f843720cac1bd0e34501d10e84..baff97361269c7cc15b2c9e91c355a2c60f1a734 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -186,9 +186,9 @@ component("gpu") {
] + get_target_outputs(":libvt_generate_stubs")
deps += [
":libvt_generate_stubs",
- "//third_party/webrtc/common_video",
"//third_party/webrtc/system_wrappers",
]
+ public_deps += [ "//third_party/webrtc/common_video" ]
libs += [
"CoreFoundation.framework",
"Foundation.framework",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698