From b91865cd50cb2c4be042178ca6c6a6448dde206b Mon Sep 17 00:00:00 2001 From: amistry Date: Fri, 6 Mar 2015 00:50:36 -0800 Subject: [PATCH] Make net_utility_services depend on net_with_v8 instead of net. Without this, windows release builds will fail to link when this is added to the utility process build rule. BUG=11746 Review URL: https://codereview.chromium.org/969393004 Cr-Commit-Position: refs/heads/master@{#319424} --- net/net.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.gyp b/net/net.gyp index 0f184595b98b..0d416c3cb6ee 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1300,8 +1300,8 @@ ], 'dependencies': [ 'mojo_type_converters', - 'net', 'net_interfaces', + 'net_with_v8', '../mojo/mojo_base.gyp:mojo_url_type_converters', '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', ], -- 2.11.4.GIT