Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
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.)
5 vars = {
6 "chrome_trunk": "http://src.chromium.org/svn/trunk",
7 "googlecode_url": "http://%s.googlecode.com/svn",
8 }
10 deps = {
11 "scons":
12 Var("chrome_trunk") + "/src/third_party/scons@44099",
13 }
15 deps_os = {
16 "win": {
17 "third_party/cygwin":
18 Var("chrome_trunk") + "/deps/third_party/cygwin@66844",
20 "third_party/python_26":
21 Var("chrome_trunk") + "/tools/third_party/python_26@89111",
23 "src/third_party/pefile":
24 (Var("googlecode_url") % "pefile") + "/trunk@63",
25 },
26 }