summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-17 12:35:57 +0000
committersatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-17 12:35:57 +0000
commitcc1b14657d607bb9bdab70bdbce048c0ea94c7fd (patch)
tree5116b32d2e3276e1135f6b6c85374027c32a75f0
parenta5f28b41d9a86e70220bd828d9e9717075efe81a (diff)
downloadchromium_src-cc1b14657d607bb9bdab70bdbce048c0ea94c7fd.zip
chromium_src-cc1b14657d607bb9bdab70bdbce048c0ea94c7fd.tar.gz
chromium_src-cc1b14657d607bb9bdab70bdbce048c0ea94c7fd.tar.bz2
Add the newly included FLAC third party library to the DEPS file and ignore
list. I have also set the svn:ignore property for the 'flac' subdir under third_party directory, though I guess it can't be seen in the review. BUG=none TEST=none Review URL: http://codereview.chromium.org/6205006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71593 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 c359e2a..bb4ad11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,6 +75,7 @@ v8.log
/third_party/cros
/third_party/cygwin
/third_party/directxsdk
+/third_party/flac
/third_party/ffmpeg
/third_party/gles2_conform
/third_party/googlemac
diff --git a/DEPS b/DEPS
index 111a1fb..f61794f 100644
--- a/DEPS
+++ b/DEPS
@@ -180,6 +180,9 @@ deps = {
"src/third_party/libjpeg_turbo":
"/trunk/deps/third_party/libjpeg_turbo@66929",
+
+ "src/third_party/flac":
+ "/trunk/deps/third_party/flac@71053",
}