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   "chromium_git": "https://chromium.googlesource.com/",
      7 }
      8 
      9 deps = {
     10 }
     11 
     12 deps_os = {
     13   "win": {
     14     "third_party/cygwin":
     15       Var("chromium_git") + "chromium/deps/cygwin@4fbd5b9",
     16 
     17     "third_party/python_26":
     18       Var("chromium_git") + "chromium/deps/python_26@5bb4080",
     19 
     20     "src/third_party/pefile":
     21        Var("chromium_git") + "external/pefile@72c6ae4",
     22   },
     23 }
     24