| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 8bf6af6536a8af76f2abfb07ee4c8ac00f73f058..08a135301f96cb3713abef6cc06f4be55025441a 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -179,10 +179,6 @@ source_set("common") {
|
| }
|
|
|
| if (use_x11) {
|
| - sources += [
|
| - "gpu/gpu_memory_buffer_factory_x11_pixmap.cc",
|
| - "common/gpu/gpu_memory_buffer_factory_x11_pixmap.h",
|
| - ]
|
| include_dirs += [ "//third_party/khronos" ]
|
| configs += [ "//build/config/linux:xcomposite" ]
|
|
|
| @@ -192,10 +188,6 @@ source_set("common") {
|
| "gpu/x_util.h",
|
| ]
|
| }
|
| - } else {
|
| - sources -= [
|
| - "gpu/gpu_memory_buffer_factory_x11.cc",
|
| - ]
|
| }
|
|
|
| if (enable_plugins) {
|
|
|