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

Side by Side Diff: DEPS

Issue 2843293002: Switched to new versions of netty and tcnative (Closed)
Patch Set: Rebase + code formatting 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 | components/cronet/android/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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'src/third_party/jsr-305/src': 477 'src/third_party/jsr-305/src':
478 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919', 478 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919',
479 479
480 'src/third_party/junit/src': 480 'src/third_party/junit/src':
481 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c f4d08253a1556e75481', 481 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c f4d08253a1556e75481',
482 482
483 'src/third_party/mockito/src': 483 'src/third_party/mockito/src':
484 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a d4cf5ea53c69a8a8053780b04b850', 484 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a d4cf5ea53c69a8a8053780b04b850',
485 485
486 'src/third_party/netty-tcnative/src': 486 'src/third_party/netty-tcnative/src':
487 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '2a25ec75d688 9d32594a6f8b4d42962c15255d76', 487 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39 c39c576fcdaaf718b585d75df463',
488 488
489 'src/third_party/netty4/src': 489 'src/third_party/netty4/src':
490 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be 19414d0ac81f2ef6ba3c', 490 Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1c f4f93b2755644cd3b120',
491 491
492 'src/third_party/robolectric/robolectric': 492 'src/third_party/robolectric/robolectric':
493 Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3 371813a676ce06143353e448d', 493 Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3 371813a676ce06143353e448d',
494 494
495 'src/third_party/ub-uiautomator/lib': 495 'src/third_party/ub-uiautomator/lib':
496 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434', 496 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434',
497 497
498 'src/third_party/leakcanary/src': 498 'src/third_party/leakcanary/src':
499 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e', 499 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
500 500
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 recursedeps = [ 1157 recursedeps = [
1158 # buildtools provides clang_format, libc++, and libc++abi 1158 # buildtools provides clang_format, libc++, and libc++abi
1159 'src/buildtools', 1159 'src/buildtools',
1160 # android_tools manages the NDK. 1160 # android_tools manages the NDK.
1161 'src/third_party/android_tools', 1161 'src/third_party/android_tools',
1162 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1162 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1163 ("src/third_party/angle", "DEPS.chromium"), 1163 ("src/third_party/angle", "DEPS.chromium"),
1164 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. 1164 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero.
1165 ("src/third_party/swiftshader", "DEPS"), 1165 ("src/third_party/swiftshader", "DEPS"),
1166 ] 1166 ]
OLDNEW
« no previous file with comments | « no previous file | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698