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

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: fix typos 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c4096fff7f25c6828db14e017a53ff10a95c9f2a..26856fe355d043afb12ce3f0d9cdacec74b58e03 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -545,6 +545,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