Chromium Code Reviews| Index: gpu/config/BUILD.gn |
| diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn |
| index 4dab028213cc494d3f17b87774241356e7951aa8..c9a9295d69af3947db811cd4d6e4f52a68fbe4e5 100644 |
| --- a/gpu/config/BUILD.gn |
| +++ b/gpu/config/BUILD.gn |
| @@ -62,7 +62,10 @@ source_set("config") { |
| ] |
| } |
| } |
| - if (is_linux && (use_x11 || use_ozone)) { |
| + if(use_libpci) { |
|
brettw
2014/10/30 17:00:50
space before (
|
| + defines += [ "USE_LIBPCI=1" ] |
| + } |
| + if (is_linux && use_libpci && (use_x11 || use_ozone)) { |
| deps += [ |
| "//build/config/linux:libpci", |
| ] |