diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-03 21:39:13 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-03 21:39:13 +0000 |
commit | e73acd56ff87ba8c6ed0865305f504fe6d61a8ca (patch) | |
tree | dcc15a0da431951a3b20d45c580719af4bd14c67 /remoting/remoting.gyp | |
parent | f2b50aacbeaf43c61e8b173e73f991f34d1f2968 (diff) | |
download | chromium_src-e73acd56ff87ba8c6ed0865305f504fe6d61a8ca.zip chromium_src-e73acd56ff87ba8c6ed0865305f504fe6d61a8ca.tar.gz chromium_src-e73acd56ff87ba8c6ed0865305f504fe6d61a8ca.tar.bz2 |
Changes to have chrome building with net.dll
BUG=76997
TEST=none
Review URL: http://codereview.chromium.org/7056049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 156f29d..e03343f 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -233,6 +233,7 @@ 'dependencies': [ '../base/base.gyp:base', '../ui/ui.gyp:ui_gfx', + '../net/net.gyp:net', '../third_party/protobuf/protobuf.gyp:protobuf_lite', '../third_party/libvpx/libvpx.gyp:libvpx_include', '../third_party/zlib/zlib.gyp:zlib', @@ -499,6 +500,7 @@ 'remoting_jingle_glue', '../crypto/crypto.gyp:crypto', '../jingle/jingle.gyp:jingle_glue', + '../net/net.gyp:net', ], 'export_dependent_settings': [ 'remoting_jingle_glue', |