Index: gpu/config/BUILD.gn |
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn |
index 195f6e6d080d2649b9809baf768e5fd89ac2c821..1e6551c1c26715e6ba6adf03909755e5a503350b 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" ] |
} |
if (is_linux && use_x11) { |
configs += [ |