diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 01:54:41 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 01:54:41 +0000 |
commit | 47a5122ed84875b8dea2fda4100d01dd9fa31483 (patch) | |
tree | e6538f26e92c685c37de4f8f861e229defa9f912 /sync/sync.gyp | |
parent | 129f2869aca4cdffb14f09c9bcc3d49f087b564d (diff) | |
download | chromium_src-47a5122ed84875b8dea2fda4100d01dd9fa31483.zip chromium_src-47a5122ed84875b8dea2fda4100d01dd9fa31483.tar.gz chromium_src-47a5122ed84875b8dea2fda4100d01dd9fa31483.tar.bz2 |
Move ChromeAsyncSocket to jingle/glue
ChromeAsyncSocket will be reused by chromoting for XMPP connections,
moving it to jingle/glue.
BUG=137140
Review URL: https://chromiumcodereview.appspot.com/10817013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r-- | sync/sync.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp index 40f5817..b517825 100644 --- a/sync/sync.gyp +++ b/sync/sync.gyp @@ -235,6 +235,7 @@ ], 'dependencies': [ '../base/base.gyp:base', + '../jingle/jingle.gyp:jingle_glue', '../jingle/jingle.gyp:notifier', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', # TODO(akalin): Remove this (http://crbug.com/133352). |