summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/tools_webrtc/autoroller/unittests/testdata/roll_deps/DEPS.chromium.new
blob: 7d40e425d59a0f0142f240f4ff550fccf8c228eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# DEPS file for unit tests.

vars = {
  'chromium_git': 'https://chromium.googlesource.com',

  # This is updated compared to the DEPS file.
  'depot_tools_revision': '1206a353e40abb70d8454eb9af53db0ad10b713c',
}

deps = {
  'src/third_party/depot_tools':
    Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' +  Var('depot_tools_revision'),

  'src/buildtools/linux64': {
    'packages': [
      {
        'package': 'gn/gn/linux-amd64',
        'version': 'git_revision:new-revision',
      }
    ],
    'dep_type': 'cipd',
    'condition': 'checkout_linux',
  },

  # Script expects to find these markers.
  # === ANDROID_DEPS Generated Code Start ===
  # === ANDROID_DEPS Generated Code End ===
}