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

Unified Diff: build/common.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
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | content/gpu/gpu_info_collector_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e7ee580522edc28a4bb9a6b456a4ed4886473351..ba657016ccdc589651787880b4b01a9524ba7b88 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -810,6 +810,8 @@
'linux_link_gnome_keyring%': 0,
# Set to 1 to link against gsettings APIs instead of using dlopen().
'linux_link_gsettings%': 0,
+ # Set to 1 to link against libpci instead of using dlopen().
+ 'linux_link_libpci%': 0,
# Set Thumb compilation flags.
'arm_thumb%': 0,
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | content/gpu/gpu_info_collector_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698