vars = {
  "chromiumos_git": "http://git.chromium.org/chromiumos",
}

deps_os = {
  "unix" : {
    "src/third_party/cros":
      Var("chromiumos_git") + "/platform/cros.git@b48469c4",
    "src/third_party/cros_system_api":
      Var("chromiumos_git") + "/platform/system_api.git@8152d9bd",
  }
}