diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 23:24:23 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 23:24:23 +0000 |
commit | 008521ab715815c43e6f9a1822fdf1ff8de37d25 (patch) | |
tree | 8280d5925aea21e25fbd7e82e04f741a4df98020 /tools/cros.DEPS | |
parent | b4f4fe4fa3ba2012d2ba309f51d89d86b3668f3a (diff) | |
download | chromium_src-008521ab715815c43e6f9a1822fdf1ff8de37d25.zip chromium_src-008521ab715815c43e6f9a1822fdf1ff8de37d25.tar.gz chromium_src-008521ab715815c43e6f9a1822fdf1ff8de37d25.tar.bz2 |
Pull system_api.git.
system_api.git will be used to share constants and definitions between
Chrome and Chrome OS.
BUG=chromium-os:19054
TEST=confirm that third_party/cros and third_party/system_api are pulled
Review URL: http://codereview.chromium.org/7633078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 1c4c035..097c41b 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -1,8 +1,10 @@ vars = { - "chromium_git": "http://git.chromium.org/git", + "chromiumos_git": "http://git.chromium.org/chromiumos", } deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@56c93050", + Var("chromiumos_git") + "/platform/cros.git@56c93050", + "src/third_party/cros_system_api": + Var("chromiumos_git") + "/platform/system_api.git@d56d4785", } |