Chromium Code Reviews| 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 |