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

Side by Side Diff: DEPS

Issue 2825763002: Update netty-tcnative to fix SSL_CTX creation issue. (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'src/third_party/jsr-305/src': 486 'src/third_party/jsr-305/src':
487 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919', 487 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919',
488 488
489 'src/third_party/junit/src': 489 'src/third_party/junit/src':
490 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c f4d08253a1556e75481', 490 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c f4d08253a1556e75481',
491 491
492 'src/third_party/mockito/src': 492 'src/third_party/mockito/src':
493 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a d4cf5ea53c69a8a8053780b04b850', 493 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a d4cf5ea53c69a8a8053780b04b850',
494 494
495 'src/third_party/netty-tcnative/src': 495 'src/third_party/netty-tcnative/src':
496 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '2e0f9503f3d4 efe6fc3f70077f22471e83ffb446', 496 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '2a25ec75d688 9d32594a6f8b4d42962c15255d76',
497 497
498 'src/third_party/netty4/src': 498 'src/third_party/netty4/src':
499 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be 19414d0ac81f2ef6ba3c', 499 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be 19414d0ac81f2ef6ba3c',
500 500
501 'src/third_party/robolectric/robolectric': 501 'src/third_party/robolectric/robolectric':
502 Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3 371813a676ce06143353e448d', 502 Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3 371813a676ce06143353e448d',
503 503
504 'src/third_party/ub-uiautomator/lib': 504 'src/third_party/ub-uiautomator/lib':
505 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434', 505 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434',
506 506
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 recursedeps = [ 1154 recursedeps = [
1155 # buildtools provides clang_format, libc++, and libc++abi 1155 # buildtools provides clang_format, libc++, and libc++abi
1156 'src/buildtools', 1156 'src/buildtools',
1157 # android_tools manages the NDK. 1157 # android_tools manages the NDK.
1158 'src/third_party/android_tools', 1158 'src/third_party/android_tools',
1159 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1159 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1160 ("src/third_party/angle", "DEPS.chromium"), 1160 ("src/third_party/angle", "DEPS.chromium"),
1161 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. 1161 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero.
1162 ("src/third_party/swiftshader", "DEPS"), 1162 ("src/third_party/swiftshader", "DEPS"),
1163 ] 1163 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698