Bug 1867925 - Mark some storage-access-api tests as intermittent after wpt-sync....
[gecko.git] / third_party / python / gyp / DEPS
blob167fb779b0e1bea881c0777924f25552a054020f
1 # DEPS file for gclient use in buildbot execution of gyp tests.
3 # (You don't need to use gclient for normal GYP development work.)
5 vars = {
6   "chromium_git": "https://chromium.googlesource.com/",
9 deps = {
12 deps_os = {
13   "win": {
14     "third_party/cygwin":
15       Var("chromium_git") + "chromium/deps/cygwin@4fbd5b9",
17     "third_party/python_26":
18       Var("chromium_git") + "chromium/deps/python_26@5bb4080",
20     "src/third_party/pefile":
21        Var("chromium_git") + "external/pefile@72c6ae4",
22   },