summaryrefslogtreecommitdiffstats
path: root/tools/cros.DEPS/DEPS
blob: 078e2b1c1cfdf87171e52fdd568091b51ecc67e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
vars = {
  "chromiumos_git": "http://git.chromium.org/chromiumos",
}

deps_os = {
  "unix" : {
    "src/third_party/cros":
      Var("chromiumos_git") + "/platform/cros.git@63b0d1fd",
    "src/third_party/cros_system_api":
      Var("chromiumos_git") + "/platform/system_api.git@bb265e37",
  }
}