Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index b0fee26fbe5a33ef2a853cc2c868df13fe6a616b..912c21f5e0ab43f57f5a6bd3e041379e6346eb69 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -173,6 +173,10 @@ source_set("common") { |
"//gpu/command_buffer/service", |
"//gpu/ipc/client", |
"//gpu/ipc/common", |
+ |
+ # TODO(markdittmer): This should be removed once content/common/gpu/media |
+ # is refactored into media/ipc. |
+ "//gpu/ipc/service", |
"//gpu/skia_bindings", |
"//ipc", |
"//ipc/mojo", |
@@ -227,8 +231,6 @@ source_set("common") { |
if (is_mac) { |
sources += [ |
- "gpu/gpu_memory_buffer_factory_io_surface.cc", |
- "gpu/gpu_memory_buffer_factory_io_surface.h", |
"gpu/media/vt_mac.h", |
"gpu/media/vt_video_decode_accelerator_mac.cc", |
"gpu/media/vt_video_decode_accelerator_mac.h", |
@@ -257,11 +259,6 @@ source_set("common") { |
} |
if (is_android) { |
- sources += [ |
- "gpu/gpu_memory_buffer_factory_surface_texture.cc", |
- "gpu/gpu_memory_buffer_factory_surface_texture.h", |
- ] |
- |
deps += [ |
"//content/public/android:common_aidl", |
"//content/public/android:jni", |
@@ -283,8 +280,6 @@ source_set("common") { |
sources -= [ |
"cursors/webcursor_ozone.cc", |
"font_list_ozone.cc", |
- "gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc", |
- "gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h", |
] |
} |
@@ -307,17 +302,6 @@ source_set("common") { |
sources -= [ "font_list_pango.cc" ] |
} |
- if (use_x11) { |
- configs += [ |
- "//build/config/linux:xcomposite", |
- "//third_party/khronos:khronos_headers", |
- ] |
- |
- if (current_cpu != "arm" || !is_chromeos) { |
- sources += [ "gpu/x_util.h" ] |
- } |
- } |
- |
if (enable_plugins) { |
deps += [ "//ppapi/shared_impl" ] |
} else { |