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

Unified Diff: content/content_browser.gypi

Issue 186123006: zero copy - NOT FOR REVIEW Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minus ui-map-image and ui-impl-side setting, plus tiled mode Created 6 years, 9 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_foobar.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
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 0ca5776bc5b7d1620bc9eb97943ef259df21fe3e..b989b20b9049bfef4d144808baee10ad539f0b5b 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1511,7 +1511,13 @@
['OS=="linux"', {
'dependencies': [
'../sandbox/sandbox.gyp:libc_urandom_override',
+ '<(DEPTH)/build/linux/system.gyp:dridrm',
],
+ 'link_settings': {
+ 'libraries': [
+ '-ldrm_intel',
+ ],
+ },
}],
['use_udev == 1', {
'dependencies': [
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl_foobar.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698