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

Unified Diff: content/content_common.gypi

Issue 225023009: Add Intel DRM backed GpuMemoryBuffer implementation. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and add gl implementation checks Created 6 years, 8 months 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/client/gpu_memory_buffer_impl_linux.cc ('k') | ui/gfx/gpu_memory_buffer.h » ('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 6ac2b75619be9ff5b1a21170959460efc26ff12e..cafadc18ce14f847efd44a27d325ade699e750df 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -553,6 +553,20 @@
'content.gyp:common_aidl',
],
}],
+ ['OS=="linux"', {
+ 'dependencies': [
+ '<(DEPTH)/build/linux/system.gyp:dridrm',
+ ],
+ 'sources': [
+ 'common/gpu/client/gpu_memory_buffer_impl_intel_drm.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_intel_drm.h',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '-ldrm_intel',
+ ],
+ },
+ }],
['use_pango == 1', {
'dependencies': [
'../build/linux/system.gyp:pangocairo',
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl_linux.cc ('k') | ui/gfx/gpu_memory_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698