From 27430766fcf4fc23064f223e88e81e342fd59909 Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Fri, 1 Jul 2011 20:51:20 +0000 Subject: net: Build net.dll on Windows. BUG=76997 TEST=none Review URL: http://codereview.chromium.org/7281018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91360 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remoting') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index bcdf9ab..1442876 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -232,6 +232,7 @@ 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', + '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../ui/ui.gyp:ui_gfx', '../net/net.gyp:net', '../third_party/protobuf/protobuf.gyp:protobuf_lite', @@ -246,6 +247,7 @@ ], 'export_dependent_settings': [ '../base/base.gyp:base', + '../net/net.gyp:net', '../third_party/protobuf/protobuf.gyp:protobuf_lite', 'proto/chromotocol.gyp:chromotocol_proto_lib', ], -- cgit v1.1