diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 16:07:49 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 16:07:49 +0000 |
commit | 1521b122811497e92a5172c457eeba8e6766d925 (patch) | |
tree | 501c7617f69c0177b0f3c8876187d23394e5f478 /tools/cros.DEPS | |
parent | ca41e2e43a3a87f4946e376bd6dd20fcfd441b07 (diff) | |
download | chromium_src-1521b122811497e92a5172c457eeba8e6766d925.zip chromium_src-1521b122811497e92a5172c457eeba8e6766d925.tar.gz chromium_src-1521b122811497e92a5172c457eeba8e6766d925.tar.bz2 |
Make sure cros.DEPS dependencies are only checked out on linux.
R=satorux@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/7663010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 097c41b..7a03024 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -2,9 +2,11 @@ vars = { "chromiumos_git": "http://git.chromium.org/chromiumos", } -deps = { - "src/third_party/cros": - Var("chromiumos_git") + "/platform/cros.git@56c93050", - "src/third_party/cros_system_api": - Var("chromiumos_git") + "/platform/system_api.git@d56d4785", +deps_os = { + "unix" : { + "src/third_party/cros": + Var("chromiumos_git") + "/platform/cros.git@56c93050", + "src/third_party/cros_system_api": + Var("chromiumos_git") + "/platform/system_api.git@d56d4785", + } } |