summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-01 20:51:20 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-01 20:51:20 +0000
commit27430766fcf4fc23064f223e88e81e342fd59909 (patch)
tree69e3c504e5e5f735e6bffd132cfaca89e8ff84ec /remoting
parent66a730f1afc63aad6e5927c78632a69341ce26a6 (diff)
downloadchromium_src-27430766fcf4fc23064f223e88e81e342fd59909.zip
chromium_src-27430766fcf4fc23064f223e88e81e342fd59909.tar.gz
chromium_src-27430766fcf4fc23064f223e88e81e342fd59909.tar.bz2
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
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting.gyp2
1 files changed, 2 insertions, 0 deletions
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',
],