diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 12:35:57 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 12:35:57 +0000 |
commit | cc1b14657d607bb9bdab70bdbce048c0ea94c7fd (patch) | |
tree | 5116b32d2e3276e1135f6b6c85374027c32a75f0 | |
parent | a5f28b41d9a86e70220bd828d9e9717075efe81a (diff) | |
download | chromium_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-- | .gitignore | 1 | ||||
-rw-r--r-- | DEPS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 @@ -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", } |