Commit ecd1a0d8 authored by thakis's avatar thakis Committed by Commit bot

mac/gn: Unbreak video_encode_accelerator_unittest after https://codereview.chromium.org/1818903004

A media/gpu header now includes a webrtc video_common header, so video_common
now must be a public_dep, so that webrtc's include directories are passed to
dependencies.

BUG=616220
NOTRY=true

Review-Url: https://codereview.chromium.org/2028543003
Cr-Commit-Position: refs/heads/master@{#397114}
parent 49219e95
...@@ -186,9 +186,9 @@ component("gpu") { ...@@ -186,9 +186,9 @@ component("gpu") {
] + get_target_outputs(":libvt_generate_stubs") ] + get_target_outputs(":libvt_generate_stubs")
deps += [ deps += [
":libvt_generate_stubs", ":libvt_generate_stubs",
"//third_party/webrtc/common_video",
"//third_party/webrtc/system_wrappers", "//third_party/webrtc/system_wrappers",
] ]
public_deps += [ "//third_party/webrtc/common_video" ]
libs += [ libs += [
"CoreFoundation.framework", "CoreFoundation.framework",
"Foundation.framework", "Foundation.framework",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment