Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 62145ac928a694a37cb9fe0e3f48e6cd3ea0b434..ed29540a329e0566434524d2f1f296e6f83cf130 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -2914,6 +2914,7 @@ if (is_linux || is_mac) { |
| ":net", |
| ":test_support", |
| "//base", |
| + "//build/config:exe_and_shlib_deps", |
| ] |
| } |
| @@ -2928,6 +2929,7 @@ if (is_linux || is_mac) { |
| ":net", |
| ":test_support", |
| "//base", |
| + "//build/config:exe_and_shlib_deps", |
| "//url", |
| ] |
| } |