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

Unified Diff: content/content_browser.gypi

Issue 288343004: working copy of "zero_copy" Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 6 years, 6 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
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl_linux.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl_linux.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698