From b8dce7c3aedeca5191710f34484d75d1d56fe68a Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 25 Jun 2010 19:36:29 +0000 Subject: [PATCH] Rull deps to pick up a bunch of svn:executable cleanups. BUG=none TEST=none Review URL: http://codereview.chromium.org/2876010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50877 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index cc507f8fb7a77..78fe25e9b6f36 100644 --- a/DEPS +++ b/DEPS @@ -34,13 +34,13 @@ deps = { "/trunk/deps/third_party/WebKit@33467", "src/third_party/icu": - "/trunk/deps/third_party/icu42@47106", + "/trunk/deps/third_party/icu42@50871", "src/third_party/hunspell": - "/trunk/deps/third_party/hunspell128@48011", + "/trunk/deps/third_party/hunspell128@50872", "src/third_party/hunspell_dictionaries": - "/trunk/deps/third_party/hunspell_dictionaries@48011", + "/trunk/deps/third_party/hunspell_dictionaries@50872", "src/third_party/protobuf2/src": "http://protobuf.googlecode.com/svn/trunk@327", @@ -222,7 +222,7 @@ deps_os = { # TODO(ajwong): Move this into the OS-independent block. "src/third_party/yasm/source/patched-yasm": - "/trunk/deps/third_party/yasm/patched-yasm@29937", + "/trunk/deps/third_party/yasm/patched-yasm@50870", "src/third_party/swig/mac": "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), @@ -244,7 +244,7 @@ deps_os = { # TODO(ajwong): Move this into the OS-independent block. "src/third_party/yasm/source/patched-yasm": - "/trunk/deps/third_party/yasm/patched-yasm@29937", + "/trunk/deps/third_party/yasm/patched-yasm@50870", "src/third_party/swig/linux": "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), -- GitLab