Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index a9c86bb51b712c1d7b1121144d748b4e52c43dce..47104562b19b33ae34f8dff2bd4a30a512503f65 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -2912,6 +2912,7 @@ if (is_linux || is_mac) { |
":net", |
":test_support", |
"//base", |
+ "//build/config:exe_and_shlib_deps", |
] |
} |
@@ -2926,6 +2927,7 @@ if (is_linux || is_mac) { |
":net", |
":test_support", |
"//base", |
+ "//build/config:exe_and_shlib_deps", |
"//url", |
] |
} |