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

Unified Diff: content/content_common.gypi

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 | « content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 030d2f84d5466e754d09f66cf9a2791605f19fbf..c1acea71c4280b54e845264b65bf44a77ef1cbb4 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -287,10 +287,10 @@
'common/gpu/gpu_config.h',
'common/gpu/gpu_memory_buffer_factory.h',
'common/gpu/gpu_memory_buffer_factory_android.cc',
+ 'common/gpu/gpu_memory_buffer_factory_linux.cc',
'common/gpu/gpu_memory_buffer_factory_mac.cc',
'common/gpu/gpu_memory_buffer_factory_ozone.cc',
'common/gpu/gpu_memory_buffer_factory_win.cc',
- 'common/gpu/gpu_memory_buffer_factory_x11.cc',
'common/gpu/gpu_memory_manager.cc',
'common/gpu/gpu_memory_manager.h',
'common/gpu/gpu_memory_manager_client.cc',
@@ -695,10 +695,6 @@
'dependencies': [
'<(DEPTH)/build/linux/system.gyp:xcomposite',
],
- 'sources': [
- 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc',
- 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.h',
- ],
}],
['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
'sources': [
« no previous file with comments | « content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698