DEPS 750 B

1234567891011121314151617181920
  1. # DEPS file for unit tests.
  2. vars = {
  3. 'chromium_git': 'https://chromium.googlesource.com',
  4. 'chromium_revision': '1b9c098a08e40114e44b6c1ec33ddf95c40b901d',
  5. }
  6. deps = {
  7. # Entry that is a directory in Chromium, so we're using a Git subtree mirror for it.
  8. 'src/build':
  9. Var('chromium_git') + '/chromium/src/build' + '@' + '52f7afeca991d96d68cf0507e20dbdd5b845691f',
  10. # Entry that's also a DEPS entry in the Chromium DEPS file.
  11. 'src/buildtools':
  12. Var('chromium_git') + '/chromium/buildtools.git' + '@' + '64e38f0cebdde27aa0cfb405f330063582f9ac76',
  13. # Entry only present in libyuv, not Chromium.
  14. 'src/third_party/gflags/src':
  15. Var('chromium_git') + '/external/github.com/gflags/gflags@03bebcb065c83beff83d50ae025a55a4bf94dfca',
  16. }