summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 16:50:07 +0000
committersatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 16:50:07 +0000
commit68187f07bfc3ae25f1a53f3ab5d5c6cdd5ede440 (patch)
treeb3fb9f22c34017904678adda21e87b738f1dcc5c
parentc50a660db8dc3a4faa627e2dc78f6fbeea6e57cf (diff)
downloadchromium_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--.gitignore1
-rw-r--r--DEPS3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8d72150..8c12edf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/DEPS b/DEPS
index 613595a..cb4474b 100644
--- a/DEPS
+++ b/DEPS
@@ -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",
}