diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-18 10:09:43 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-18 10:09:43 +0000 |
commit | 2d6ddb59b33a05e476d0f06e134983c96a9ea6ee (patch) | |
tree | 77b15fd6103b9773b8fa13875f5c09f05300e12f /tools/cros.DEPS | |
parent | 9b68b6984eb07b69f507404de42234f9aa7f8428 (diff) | |
download | chromium_src-2d6ddb59b33a05e476d0f06e134983c96a9ea6ee.zip chromium_src-2d6ddb59b33a05e476d0f06e134983c96a9ea6ee.tar.gz chromium_src-2d6ddb59b33a05e476d0f06e134983c96a9ea6ee.tar.bz2 |
Update cros.DEPS
BUG=None
TEST=build success
Review URL: http://codereview.chromium.org/8561010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-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 7609b57..c3b5e9d 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@f9b5e6b0", + Var("chromiumos_git") + "/platform/cros.git@ca5f26b8", "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@de0587b4", + Var("chromiumos_git") + "/platform/system_api.git@d09da749", } } |