|
1 |
| -# This file is automatically processed to create .DEPS.git which is the file |
2 |
| -# that gclient uses under git. |
| 1 | +# This file contains the dependencies used by the Engine repo. |
3 | 2 | #
|
4 |
| -# See http://code.google.com/p/chromium/wiki/UsingGit |
5 |
| -# |
6 |
| -# To test manually, run: |
7 |
| -# python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
8 |
| -# where <gcliendir> is the absolute path to the directory containing the |
9 |
| -# .gclient file (the parent of 'src'). |
10 |
| -# |
11 |
| -# Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run |
12 |
| -# gclient sync.. |
13 |
| -# Verify the thing happened you wanted. Then revert your .DEPS.git change |
14 |
| -# DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically |
15 |
| -# updated by a bot when you modify this one. |
16 |
| -# |
17 |
| -# When adding a new dependency, please update the top-level .gitignore file |
18 |
| -# to list the dependency's destination directory. |
| 3 | +# Use the `gclient sync` command to download and sync local checkouts |
| 4 | +# with the versions listed in this file. |
19 | 5 |
|
20 | 6 | vars = {
|
21 | 7 | 'chromium_git': 'https://chromium.googlesource.com',
|
@@ -445,6 +431,16 @@ deps = {
|
445 | 431 | 'src/third_party/pkg/when':
|
446 | 432 | Var('dart_git') + '/when.git' + '@' + '0.2.0',
|
447 | 433 |
|
| 434 | + 'src/third_party/bundletool': { |
| 435 | + 'packages': [ |
| 436 | + { |
| 437 | + 'package': 'flutter/android/bundletool', |
| 438 | + 'version': 'version:1.7.1' |
| 439 | + } |
| 440 | + ], |
| 441 | + 'dep_type': 'cipd', |
| 442 | + }, |
| 443 | + |
448 | 444 | 'src/third_party/android_tools/ndk': {
|
449 | 445 | 'packages': [
|
450 | 446 | {
|
|
0 commit comments