diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 05:01:57 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 05:01:57 +0000 |
commit | 25b87f911dba1303c035df67a284729e012f82e4 (patch) | |
tree | cd706111dac41735b4de321a99a5ec18ee1f4051 /tools/cros.DEPS/DEPS | |
parent | 06a6cb548c0f433ba250ffb61a287f9acb9ba625 (diff) | |
download | chromium_src-25b87f911dba1303c035df67a284729e012f82e4.zip chromium_src-25b87f911dba1303c035df67a284729e012f82e4.tar.gz chromium_src-25b87f911dba1303c035df67a284729e012f82e4.tar.bz2 |
Pull the latest libcros to make it easier to test http://codereview.chromium.org/7074008/.
BUG=none
TEST=try
Review URL: http://codereview.chromium.org/6975055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS/DEPS')
-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 15230c9..f400f95 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@160d7959", + Var("chromium_git") + "/cros.git@65274cb4", } |