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

Unified Diff: build/config/ui.gni

Issue 692543002: Provide a way to disable libpci dependency. (Closed) Base URL: git://nuxepg2.fr.nds.com/CHROM/chromium-src.git@master
Patch Set: Add use_libpci definition into ui.gni (included in gpu/config/BUILD.gn) Created 6 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: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index f23cd004a57b8af94be9c71c45d9560bcb4fbb65..1d297a0e9d1f39a35995ef2d2ec40ff2d7a27064 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -20,6 +20,9 @@ declare_args() {
# that does not require X11.
use_ozone = false
+ # Use the PCI lib to collect GPU information.
brettw 2014/10/30 17:00:50 Can this comment include whether this is Linux onl
+ use_libpci = true
+
# Support ChromeOS touchpad gestures with ozone.
use_evdev_gestures = false
« no previous file with comments | « build/common.gypi ('k') | build/linux/system.gyp » ('j') | gpu/config/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698