vars = {
  "pnacl_binutils_rev": "1712e607754a0eaa507ec6f735997542c99dd0be",
  "pnacl_clang_rev": "3b1ef29c338890ce55a1990389d8e63f6be7da2c",
  "pnacl_llvm_rev": "197cadba6026114ce62ed57dafe2125e70500a6b",
  "pnacl_gcc_rev": "2933722d1fe2aeb27e0471972b4c693fcbf71fc1",
  "pnacl_libcxx_rev": "7456fbacf145b57404b741dc72bac397b12f8330",
  "pnacl_libcxxabi_rev": "19222a8f373a6db1b13c4308988fd9cf1c02cb1b",

  "glibc_rev": "ef989bae60d93e2906847b367becbd0e7f27679f",
  "newlib_rev": "c37e9aefa58db1b357e17fdc3754a474923250e1",
  "pnacl_llvm_testsuite_rev": "0d6d7c909e6f7cc83e2b85c11332e9347b73dfb9",
  "compiler_rt_rev": "cad11a9ea0008d18125e81beafc27271ee71926e",
  "nacl_base_readonly": "http://git.chromium.org/native_client",
  "nacl_base_readwrite": "ssh://gerrit.chromium.org:29418/native_client",
  "llvm_upstream_base": "http://llvm.org/git/",
}

deps = {
  "binutils":
    Var("nacl_base_readonly") + "/nacl-binutils.git@" + Var("pnacl_binutils_rev"),
  "llvm":
    Var("nacl_base_readonly") + "/pnacl-llvm.git@" + Var("pnacl_llvm_rev"),
  "gcc":
    Var("nacl_base_readonly") + "/pnacl-gcc.git@" + Var("pnacl_gcc_rev"),
  "glibc":
    Var("nacl_base_readonly") + "/nacl-glibc.git@" + Var("glibc_rev"),
  "llvm-test-suite":
    Var("nacl_base_readonly") + "/pnacl-llvm-testsuite.git@" + Var("pnacl_llvm_testsuite_rev"),
  "nacl-newlib":
    Var("nacl_base_readonly") + "/nacl-newlib.git@" + Var("newlib_rev"),
  "compiler-rt":
    Var("nacl_base_readonly") + "/pnacl-compiler-rt.git@" + Var("compiler_rt_rev"),
  "clang":
    Var("nacl_base_readonly") + "/pnacl-clang.git@" + Var("pnacl_clang_rev"),
  "libcxx":
    Var("nacl_base_readonly") + "/pnacl-libcxx.git@" + Var("pnacl_libcxx_rev"),
  "libcxxabi":
    Var("nacl_base_readonly") + "/pnacl-libcxxabi.git@" + Var("pnacl_libcxxabi_rev"),
}

skip_child_includes = [
  'git',
  'src',
]
