DEPS.chromium.old 347 B

12345678910111213
  1. # DEPS file for unit tests.
  2. vars = {
  3. 'chromium_git': 'https://chromium.googlesource.com',
  4. # This is and older revision than DEPS.chromium.new file.
  5. 'buildtools_revision': '64e38f0cebdde27aa0cfb405f330063582f9ac76',
  6. }
  7. deps = {
  8. 'src/buildtools':
  9. Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
  10. }