| # DEPS file for unit tests. |
| |
| vars = { |
| 'chromium_git': 'https://chromium.googlesource.com', |
| 'chromium_revision': '1b9c098a08e40114e44b6c1ec33ddf95c40b901d', |
| 'fuchsia_version': 'version:10.20221201.3.1', |
| } |
| |
| deps = { |
| # Entry that is a directory in Chromium, so we're using a Git subtree mirror for it. |
| 'src/build': |
| Var('chromium_git') + '/chromium/src/build' + '@' + '52f7afeca991d96d68cf0507e20dbdd5b845691f', |
| |
| # Entry that's also a DEPS entry in the Chromium DEPS file. |
| 'src/third_party/depot_tools': |
| Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b9ae2ca9a55d9b754c313f4c9e9f0f3b804a5e44', |
| |
| # Entry that's also a CIPD entry in the Chromium DEPS file. |
| 'src/buildtools/linux64': { |
| 'packages': [ |
| { |
| 'package': 'gn/gn/linux-amd64', |
| 'version': 'git_revision:69ec4fca1fa69ddadae13f9e6b7507efa0675263', |
| } |
| ], |
| 'dep_type': 'cipd', |
| 'condition': 'checkout_linux', |
| }, |
| |
| # Script expects to find these markers. |
| # === ANDROID_DEPS Generated Code Start === |
| # === ANDROID_DEPS Generated Code End === |
| } |
| |
| deps_os = { |
| # Entry only present in WebRTC, not Chromium. |
| 'android': { |
| 'src/examples/androidtests/third_party/gradle': |
| Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + |
| '89af43c4d0506f69980f00dde78c97b2f81437f8', |
| }, |
| } |