summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-02 02:39:24 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-02 02:39:24 +0000
commitdbbd42e04575d4131f111d82375df6957d65e349 (patch)
treeb7a74caaddc26766f248626459cb93a6d5c8fd85 /remoting/jingle_glue
parentf14a9a19a92829c2fb0fe2c9963f50f629764d4b (diff)
downloadchromium_src-dbbd42e04575d4131f111d82375df6957d65e349.zip
chromium_src-dbbd42e04575d4131f111d82375df6957d65e349.tar.gz
chromium_src-dbbd42e04575d4131f111d82375df6957d65e349.tar.bz2
Fix check_deps broken in 124769
BUG=115501 TBR=yzshen@chromium.org Review URL: https://chromiumcodereview.appspot.com/9562051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124577 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/jingle_glue')
-rw-r--r--remoting/jingle_glue/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/jingle_glue/DEPS b/remoting/jingle_glue/DEPS
index e8dddf8..f7228c3d8 100644
--- a/remoting/jingle_glue/DEPS
+++ b/remoting/jingle_glue/DEPS
@@ -1,5 +1,5 @@
include_rules = [
"+net",
"+jingle",
- "+third_party/libjingle/source",
+ "+third_party/libjingle",
]