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

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: Created 6 years, 9 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 5f51794e7754801295cdc3bf08c2f067fc24f842..e5b5196d1c93f44ac1de8a884864b11b65a96611 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',
+ ],
+ },
+ }],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',

Powered by Google App Engine
This is Rietveld 408576698