diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 16:50:07 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 16:50:07 +0000 |
commit | 68187f07bfc3ae25f1a53f3ab5d5c6cdd5ede440 (patch) | |
tree | b3fb9f22c34017904678adda21e87b738f1dcc5c | |
parent | c50a660db8dc3a4faa627e2dc78f6fbeea6e57cf (diff) | |
download | chromium_src-68187f07bfc3ae25f1a53f3ab5d5c6cdd5ede440.zip chromium_src-68187f07bfc3ae25f1a53f3ab5d5c6cdd5ede440.tar.gz chromium_src-68187f07bfc3ae25f1a53f3ab5d5c6cdd5ede440.tar.bz2 |
Add the newly included speex third party library to the DEPS file and ignore list.
I have also set the svn:ignore property for the 'speex' subdir under third_party directory, though I guess it can't be seen in the review.
BUG=none
TEST=none yet
Review URL: http://codereview.chromium.org/3143022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56371 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | DEPS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,7 @@ /third_party/python_24 /third_party/pywebsocket /third_party/skia +/third_party/speex /third_party/swig /third_party/valgrind /third_party/xdg-utils @@ -166,6 +166,9 @@ deps = { "src/third_party/libjingle/source": "http://libjingle.googlecode.com/svn/branches/nextsnap@" + Var("libjingle_revision"), + + "src/third_party/speex": + "/trunk/deps/third_party/speex@56359", } |