summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-02 01:15:00 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-02 01:15:00 +0000
commit458ea0b01fb75f4589b6601250ab01c8c4b8a6dc (patch)
tree976eae10a0849a702920211f465ae30ee806d6ba
parent4b8927edff57dbb6bfcd20874f959db20b182fe5 (diff)
downloadchromium_src-458ea0b01fb75f4589b6601250ab01c8c4b8a6dc.zip
chromium_src-458ea0b01fb75f4589b6601250ab01c8c4b8a6dc.tar.gz
chromium_src-458ea0b01fb75f4589b6601250ab01c8c4b8a6dc.tar.bz2
Roll libvpx, icu, hunspell, and flac.
This picks up the clang_warning_flags changes I landed earlier today. For libvpx and icu, nothing else is in their rolls. For hunspell and flac, one other change is also in the range. hunspell: https://codereview.chromium.org/306793002/ flac: https://codereview.chromium.org/254083004/ Both look like they don't have an effect in practice, so I'm including them in this roll. (NSS is currently preparing a real roll – crbug.com/396377 – so I'm not rolling that at this point.) BUG=none TBR=hans Review URL: https://codereview.chromium.org/440513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287139 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS8
1 files changed, 4 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index c629c1b..1056963 100644
--- a/DEPS
+++ b/DEPS
@@ -42,7 +42,7 @@ vars = {
"google_toolbox_for_mac_revision": "662",
"libaddressinput_revision": "316",
"libphonenumber_revision": "621",
- "libvpx_revision": "286315",
+ "libvpx_revision": "287125",
"lss_revision": "26",
"sfntly_revision": "239",
"lighttpd_revision": "33737",
@@ -126,13 +126,13 @@ deps = {
"/external/w3c/csswg-test.git@bacbb4a8dca702cd86646761fde96793db13d4f1",
"src/third_party/icu":
- "/trunk/deps/third_party/icu52@285387",
+ "/trunk/deps/third_party/icu52@287122",
"src/third_party/libexif/sources":
"/trunk/deps/third_party/libexif/sources@265008",
"src/third_party/hunspell":
- "/trunk/deps/third_party/hunspell@283809",
+ "/trunk/deps/third_party/hunspell@287123",
"src/third_party/hunspell_dictionaries":
"/trunk/deps/third_party/hunspell_dictionaries@255132",
@@ -243,7 +243,7 @@ deps = {
"/trunk/deps/third_party/libjpeg_turbo@272637",
"src/third_party/flac":
- "/trunk/deps/third_party/flac@222897",
+ "/trunk/deps/third_party/flac@287124",
"src/third_party/pyftpdlib/src":
(Var("googlecode_url") % "pyftpdlib") + "/trunk@977",