Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index d7173ceea4f9f50ef3ae030cbf37fccd9d8a821e..4507176efb4dc520af004228ba1fe75278a915f0 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -308,7 +308,7 @@ component("net") { |
if (use_glib && !is_chromeos) { |
configs += [ "//build/config/linux:gconf" ] |
- deps += [ "//build/config/linux:gio" ] |
+ deps += [ "//build/linux:gio" ] |
} |
if (is_linux) { |
@@ -1007,7 +1007,7 @@ if (!is_ios && !is_android) { |
] |
if (is_desktop_linux) { |
- deps += [ "//build/config/linux:gio" ] |
+ deps += [ "//build/linux:gio" ] |
} |
if (use_gconf) { |