| Index: content/content_browser.gypi
|
| ===================================================================
|
| --- content/content_browser.gypi (revision 277402)
|
| +++ content/content_browser.gypi (working copy)
|
| @@ -624,6 +624,8 @@
|
| 'browser/gpu/browser_gpu_channel_host_factory.h',
|
| 'browser/gpu/compositor_util.cc',
|
| 'browser/gpu/compositor_util.h',
|
| + 'browser/gpu/dri_buffer_manager.cc',
|
| + 'browser/gpu/dri_buffer_manager.h',
|
| 'browser/gpu/gpu_data_manager_impl.cc',
|
| 'browser/gpu/gpu_data_manager_impl.h',
|
| 'browser/gpu/gpu_data_manager_impl_private.cc',
|
| @@ -1606,7 +1608,14 @@
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| '../sandbox/sandbox.gyp:libc_urandom_override',
|
| + '<(DEPTH)/build/linux/system.gyp:dridrm',
|
| ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '-ldrm',
|
| + '-l/home/marius/mesa_ander/lib/libgbm.so',
|
| + ],
|
| +},
|
| }],
|
| ['use_udev == 1', {
|
| 'dependencies': [
|
|
|