Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: content/common/BUILD.gn

Issue 699643002: ui: Remove GLImageGLX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/gpu/gpu_memory_buffer_factory_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | content/common/gpu/gpu_memory_buffer_factory_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698