Adds corresponding NPM lockfiles to package.json files. This enumerates dependencies...
[android_tools.git] / DEPS
blob340cc92d25593a6072b2414f026a3bcb48c71cfc
1 use_relative_paths = True
3 vars = {
4   'ndk_revision': 'e951c37287c7d8cd915bf8d4149fd4a06d808b55',
6 deps = {
7   'ndk': {
8     # This is necessary for the buildspecs used on release branches.
9     # See crbug.com/783607 for more context.
10     'condition': 'checkout_android',
11     'url': 'https://chromium.googlesource.com/android_ndk.git' + '@' + Var('ndk_revision'),
12   }