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', |