Index: gpu/config/BUILD.gn |
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn |
index 195f6e6d080d2649b9809baf768e5fd89ac2c821..2be013dbabd02501030b08e3be68cc56ba44ddb9 100644 |
--- a/gpu/config/BUILD.gn |
+++ b/gpu/config/BUILD.gn |
@@ -98,7 +98,7 @@ source_set("config_sources") { |
} |
if (use_libpci) { |
defines = [ "USE_LIBPCI=1" ] |
- deps += [ "//build/linux:libpci" ] |
+ deps += [ "//build/linux/libpci:libpci" ] |
} |
if (is_linux && use_x11) { |
configs += [ |