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

Unified Diff: content/content_gpu.gypi

Issue 11343015: Linux: add option to link libpci directly instead of using dlopen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 2 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_gpu.gypi
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi
index d55093c50c433f1513acf165789c295b8adb24a4..66cb3c682adde8189014aaaef2d38b73d4f4c0c0 100644
--- a/content/content_gpu.gypi
+++ b/content/content_gpu.gypi
@@ -97,6 +97,7 @@
}],
['OS=="linux"', {
'dependencies': [
+ '../build/linux/system.gyp:libpci',
'../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
],
}],

Powered by Google App Engine
This is Rietveld 408576698