Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index cc95137347537833b1a6b28b80882ea4ff2e948a..b73a71b6ebb994d09adaa0999bc2db665ceed936 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -207,11 +207,6 @@ |
sources += [ |
"gpu/client/gpu_memory_buffer_impl_io_surface.cc", |
"gpu/client/gpu_memory_buffer_impl_io_surface.h", |
- "gpu/gpu_memory_buffer_factory_io_surface.cc", |
- "gpu/gpu_memory_buffer_factory_io_surface.h", |
- "gpu/media/vt.h", |
- "gpu/media/vt_video_decode_accelerator.cc", |
- "gpu/media/vt_video_decode_accelerator.h", |
] + get_target_outputs(":libvt_generate_stubs") |
sources -= [ "plugin_list_posix.cc" ] |
@@ -224,11 +219,7 @@ |
"//third_party/WebKit/public:resources", |
"//ui/accelerated_widget_mac", |
] |
- libs += [ |
- "IOSurface.framework", |
- "OpenGL.framework", |
- "QuartzCore.framework", |
- ] |
+ libs += [ "QuartzCore.framework" ] |
} |
if (is_android) { |