diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-06 04:54:41 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-06 04:54:41 +0000 |
commit | 1f61c01bc61fe5b3eb46c69293c2c610e1343b0a (patch) | |
tree | f1387ba48b294d06c637c12ef7ab054522b20ba6 | |
parent | e4afb5c8ad3e23b7d37af1f1e9c4ebc5d264131a (diff) | |
download | chromium_src-1f61c01bc61fe5b3eb46c69293c2c610e1343b0a.zip chromium_src-1f61c01bc61fe5b3eb46c69293c2c610e1343b0a.tar.gz chromium_src-1f61c01bc61fe5b3eb46c69293c2c610e1343b0a.tar.bz2 |
Pull the latest libcros.
BUG=chromium-os:14017
TEST=build chrome
Review URL: http://codereview.chromium.org/7113003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87968 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index f400f95..3bedbb7 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@65274cb4", + Var("chromium_git") + "/cros.git@39469643", } |