• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DEPS file for gclient use in buildbot execution of gyp tests.
2#
3# (You don't need to use gclient for normal GYP development work.)
4
5vars = {
6  "chromium_git": "https://chromium.googlesource.com/",
7}
8
9deps = {
10}
11
12deps_os = {
13  "win": {
14    "third_party/cygwin":
15      Var("chromium_git") + "chromium/deps/cygwin@4fbd5b9",
16
17    "third_party/python_26":
18      Var("chromium_git") + "chromium/deps/python_26@5bb4080",
19
20    "src/third_party/pefile":
21       Var("chromium_git") + "external/pefile@72c6ae4",
22  },
23}
24