Chromium Code Reviews| Index: gpu/config/BUILD.gn |
| diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn |
| index 4dab028213cc494d3f17b87774241356e7951aa8..0d8b3a342aee92cdb9d309c4198520baa8ac7ca3 100644 |
| --- a/gpu/config/BUILD.gn |
| +++ b/gpu/config/BUILD.gn |
| @@ -62,7 +62,7 @@ source_set("config") { |
| ] |
| } |
| } |
| - if (is_linux && (use_x11 || use_ozone)) { |
| + if (is_linux && use_libpci && (use_x11 || use_ozone)) { |
|
piman
2014/10/29 21:01:51
I think you need to declare use_libpci in build/co
|
| deps += [ |
| "//build/config/linux:libpci", |
| ] |