diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 09:40:36 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-21 09:40:36 +0000 |
commit | 2661154fbe8f77cd810d76876559047f9914e7c6 (patch) | |
tree | 5f0600b0f1eee13e9a82d19e69c6f6cdbd365372 /tools/cros.DEPS | |
parent | 41e655090f3c65ccc31af537e737de2a3b44854f (diff) | |
download | chromium_src-2661154fbe8f77cd810d76876559047f9914e7c6.zip chromium_src-2661154fbe8f77cd810d76876559047f9914e7c6.tar.gz chromium_src-2661154fbe8f77cd810d76876559047f9914e7c6.tar.bz2 |
Update DEPS to pull the recent cros change.
http://git.chromium.org/gitweb/?p=cros.git;a=commit;h=34a0e132afad573f7595c1c813ae03d9d5ff6eec
BUG=chromium-os:11101
TEST=try
Review URL: http://codereview.chromium.org/6364003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.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 5385004..31b2bca 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@a186acda", + Var("chromium_git") + "/cros.git@34a0e132", } |