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

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: re-upload 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 06b3b02c08ab1f8e79bdd59e006a53ed0896f9ad..91c5acf404decc5fbbca4e8c12a62bfb2724d8cf 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1483,6 +1483,12 @@
'dependencies': [
'../sandbox/sandbox.gyp:libc_urandom_override',
],
+ 'link_settings': {
+ 'libraries': [
+ '-ldrm',
+ '-ldrm_intel',
+ ],
+ },
}],
['use_udev == 1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698