Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: DEPS

Issue 2839983002: [Android] Enable multidex for release builds of chrome_public_test_apk. (RELAND) (Closed)
Patch Set: roll deps Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 459
460 # DevTools node modules. Used on Linux buildbots only. 460 # DevTools node modules. Used on Linux buildbots only.
461 'src/third_party/WebKit/Source/devtools/devtools-node-modules': 461 'src/third_party/WebKit/Source/devtools/devtools-node-modules':
462 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-m odules' + '@' + Var('devtools_node_modules_revision') 462 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-m odules' + '@' + Var('devtools_node_modules_revision')
463 }, 463 },
464 'android': { 464 'android': {
465 'src/third_party/android_protobuf/src': 465 'src/third_party/android_protobuf/src':
466 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc 72e97f7fe08bb756958a2cf090f4e7', 466 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc 72e97f7fe08bb756958a2cf090f4e7',
467 467
468 'src/third_party/android_tools': 468 'src/third_party/android_tools':
469 Var('chromium_git') + '/android_tools.git' + '@' + 'b65c4776dac2cf1b80e969 b3b2d4e081b9c84f29', 469 Var('chromium_git') + '/android_tools.git' + '@' + 'cb6bc21107001e2f2eeee2 707b482b2b755baf51',
470 470
471 'src/third_party/apache-portable-runtime/src': 471 'src/third_party/apache-portable-runtime/src':
472 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76 a8c4277e09a82eaa229e35246edea1ee0a6a1', 472 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76 a8c4277e09a82eaa229e35246edea1ee0a6a1',
473 473
474 'src/third_party/errorprone/lib': 474 'src/third_party/errorprone/lib':
475 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea 83b66343133b9c76b7d3288c30321818ebcf', 475 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea 83b66343133b9c76b7d3288c30321818ebcf',
476 476
477 'src/third_party/findbugs': 477 'src/third_party/findbugs':
478 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac7 7ea0a194813d3065dd780c6e566', 478 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac7 7ea0a194813d3065dd780c6e566',
479 479
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 recursedeps = [ 1155 recursedeps = [
1156 # buildtools provides clang_format, libc++, and libc++abi 1156 # buildtools provides clang_format, libc++, and libc++abi
1157 'src/buildtools', 1157 'src/buildtools',
1158 # android_tools manages the NDK. 1158 # android_tools manages the NDK.
1159 'src/third_party/android_tools', 1159 'src/third_party/android_tools',
1160 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1160 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1161 ("src/third_party/angle", "DEPS.chromium"), 1161 ("src/third_party/angle", "DEPS.chromium"),
1162 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. 1162 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero.
1163 ("src/third_party/swiftshader", "DEPS"), 1163 ("src/third_party/swiftshader", "DEPS"),
1164 ] 1164 ]
OLDNEW
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698