• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DEPS file for unit tests.
2
3vars = {
4  'chromium_git': 'https://chromium.googlesource.com',
5
6  # This is updated compared to the DEPS file.
7  'depot_tools_revision': '1206a353e40abb70d8454eb9af53db0ad10b713c',
8}
9
10deps = {
11  'src/third_party/depot_tools':
12    Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' +  Var('depot_tools_revision'),
13
14  'src/buildtools/linux64': {
15    'packages': [
16      {
17        'package': 'gn/gn/linux-amd64',
18        'version': 'git_revision:new-revision',
19      }
20    ],
21    'dep_type': 'cipd',
22    'condition': 'checkout_linux',
23  },
24
25  # Script expects to find these markers.
26  # === ANDROID_DEPS Generated Code Start ===
27  # === ANDROID_DEPS Generated Code End ===
28}
29