| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 0600b9fe2aa6459443fb467d3d70be5b6641a821..4d23cd051fed2dcaf09a4c4c00573bd3d313952c 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -590,6 +590,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',
|
|
|