DEPS.chromium.new 347 B

12345678910111213
  1. # DEPS file for unit tests.
  2. vars = {
  3. 'chromium_git': 'https://chromium.googlesource.com',
  4. # This is updated compared to the DEPS.chromium.old file.
  5. 'buildtools_revision': '55ad626b08ef971fd82a62b7abb325359542952b',
  6. }
  7. deps = {
  8. 'src/buildtools':
  9. Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
  10. }