diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 09:54:27 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 09:54:27 +0000 |
commit | 1fdeb0bc830903e74446f725c2895d38fe2d44c5 (patch) | |
tree | 6a2dcd3404a365b156f87364645001ff5c8473cc /tools | |
parent | 7e98aefbe510c0035f9e12c35183aaecfeedf3ef (diff) | |
download | chromium_src-1fdeb0bc830903e74446f725c2895d38fe2d44c5.zip chromium_src-1fdeb0bc830903e74446f725c2895d38fe2d44c5.tar.gz chromium_src-1fdeb0bc830903e74446f725c2895d38fe2d44c5.tar.bz2 |
Update cros.DEPS
BUG=chromium-os:16553
TEST=build success
Review URL: http://codereview.chromium.org/9290041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cros.DEPS/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 891c918..b0c71cf 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -5,8 +5,8 @@ vars = { deps_os = { "unix" : { "src/third_party/cros": - Var("chromiumos_git") + "/platform/cros.git@fc4565a4", + Var("chromiumos_git") + "/platform/cros.git@aa50358c", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@58d34158", + Var("chromiumos_git") + "/platform/system_api.git@1dbe5fd6", } } |