Home | History | Annotate | Download | only in gyp
      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 
      5 vars = {
      6   "chrome_trunk": "http://src.chromium.org/svn/trunk",
      7   "googlecode_url": "http://%s.googlecode.com/svn",
      8 }
      9 
     10 deps = {
     11 }
     12 
     13 deps_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",
     20 
     21     "src/third_party/pefile":
     22       (Var("googlecode_url") % "pefile") + "/trunk@63",
     23   },
     24 }
     25