diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 20:03:24 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-17 20:03:24 +0000 |
commit | e72e5389f820d924814f8f7d95b2db195087b089 (patch) | |
tree | 18ab9b7813abe2008fcd873a1862be46fd325e00 /tools/cros.DEPS | |
parent | 813b10cf705edeb8ab55e953e40fe5538b17d1dd (diff) | |
download | chromium_src-e72e5389f820d924814f8f7d95b2db195087b089.zip chromium_src-e72e5389f820d924814f8f7d95b2db195087b089.tar.gz chromium_src-e72e5389f820d924814f8f7d95b2db195087b089.tar.bz2 |
Try #2 - moving forward libcros deps.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6709007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78591 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 880a238..afb9bb2 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@82fea488", + Var("chromium_git") + "/cros.git@15369e4c", } |