DEPS 566 B

123456789101112131415161718192021222324
  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. vars = {
  5. "chrome_trunk": "http://src.chromium.org/svn/trunk",
  6. "googlecode_url": "http://%s.googlecode.com/svn",
  7. }
  8. deps = {
  9. }
  10. deps_os = {
  11. "win": {
  12. "third_party/cygwin":
  13. Var("chrome_trunk") + "/deps/third_party/cygwin@66844",
  14. "third_party/python_26":
  15. Var("chrome_trunk") + "/tools/third_party/python_26@89111",
  16. "src/third_party/pefile":
  17. (Var("googlecode_url") % "pefile") + "/trunk@63",
  18. },
  19. }