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

Side by Side Diff: DEPS

Issue 2547833004: Revert of Updating the CLD3 commit hash in DEPS (Closed)
Patch Set: Created 4 years 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'src/third_party/ced/src': 259 'src/third_party/ced/src':
260 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@ ' + 'e57cdc44bd541d10669312a6fdc59fc4bf52d2b9', 260 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@ ' + 'e57cdc44bd541d10669312a6fdc59fc4bf52d2b9',
261 261
262 'src/third_party/swiftshader': 262 'src/third_party/swiftshader':
263 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revisi on'), 263 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revisi on'),
264 264
265 'src/third_party/cld_2/src': 265 'src/third_party/cld_2/src':
266 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84 b58a5d7690ebf05a91406f371ce00c3daf31c0', 266 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84 b58a5d7690ebf05a91406f371ce00c3daf31c0',
267 267
268 'src/third_party/cld_3/src': 268 'src/third_party/cld_3/src':
269 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'fa597 4a4d3b5e7934fcb166ff26ed6bfce68b18a', 269 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + '79f01 7acfa55012ab8a553700e4b7fe78ba3709c',
270 270
271 'src/third_party/libwebm/source': 271 'src/third_party/libwebm/source':
272 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69 cbe5468a74a025c', 272 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69 cbe5468a74a025c',
273 273
274 'src/third_party/pdfium': 274 'src/third_party/pdfium':
275 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'), 275 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'),
276 276
277 'src/third_party/boringssl/src': 277 'src/third_party/boringssl/src':
278 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 278 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
279 279
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 ] 1054 ]
1055 1055
1056 recursedeps = [ 1056 recursedeps = [
1057 # buildtools provides clang_format, libc++, and libc++abi 1057 # buildtools provides clang_format, libc++, and libc++abi
1058 'src/buildtools', 1058 'src/buildtools',
1059 # android_tools manages the NDK. 1059 # android_tools manages the NDK.
1060 'src/third_party/android_tools', 1060 'src/third_party/android_tools',
1061 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1061 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1062 ("src/third_party/angle", "DEPS.chromium"), 1062 ("src/third_party/angle", "DEPS.chromium"),
1063 ] 1063 ]
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