Commit 1521b122 authored by maruel@chromium.org's avatar maruel@chromium.org

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
parent ca41e2e4
......@@ -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",
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment