blob: 2e1120f274687dad2b5bb56d88220dcbda5a0424 [file] [log] [blame]
sgk@chromium.org19244af2009-08-26 23:02:57 +00001# 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
bradnelson@google.com87e48282011-10-13 19:44:55 +00005vars = {
6 "chrome_trunk": "http://src.chromium.org/svn/trunk",
scottmg@chromium.orge9f84602012-03-14 01:29:17 +00007 "googlecode_url": "http://%s.googlecode.com/svn",
bradnelson@google.com87e48282011-10-13 19:44:55 +00008}
9
sgk@chromium.org19244af2009-08-26 23:02:57 +000010deps = {
bradnelson@google.com87e48282011-10-13 19:44:55 +000011}
12
13deps_os = {
14 "win": {
15 "third_party/cygwin":
16 Var("chrome_trunk") + "/deps/third_party/cygwin@66844",
17
18 "third_party/python_26":
19 Var("chrome_trunk") + "/tools/third_party/python_26@89111",
scottmg@chromium.orge9f84602012-03-14 01:29:17 +000020
21 "src/third_party/pefile":
22 (Var("googlecode_url") % "pefile") + "/trunk@63",
bradnelson@google.com87e48282011-10-13 19:44:55 +000023 },
sgk@chromium.org19244af2009-08-26 23:02:57 +000024}