summaryrefslogtreecommitdiff
path: root/chromium/media/gpu/linux/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/gpu/linux/BUILD.gn')
-rw-r--r--chromium/media/gpu/linux/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/media/gpu/linux/BUILD.gn b/chromium/media/gpu/linux/BUILD.gn
index 034c9a2f49a..de42139a999 100644
--- a/chromium/media/gpu/linux/BUILD.gn
+++ b/chromium/media/gpu/linux/BUILD.gn
@@ -10,6 +10,8 @@ assert(is_linux)
source_set("linux") {
defines = [ "MEDIA_GPU_IMPLEMENTATION" ]
sources = [
+ "mailbox_video_frame_converter.cc",
+ "mailbox_video_frame_converter.h",
"platform_video_frame_utils.cc",
"platform_video_frame_utils.h",
]
@@ -17,9 +19,11 @@ source_set("linux") {
deps = [
"//base",
"//media",
+ "//media/gpu:command_buffer_helper",
"//media/gpu:common",
"//ui/gfx:buffer_types",
"//ui/gfx:memory_buffer",
+ "//ui/gl",
]
if (use_ozone) {
@@ -37,6 +41,7 @@ source_set("video_frame_mapper") {
deps = [
"//base",
"//media",
+ "//media/gpu:command_buffer_helper",
"//media/gpu:common",
"//media/gpu:video_frame_mapper_common",
]