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

Side by Side Diff: DEPS

Issue 2377503002: Roll src/third_party/chromite/ 0123f4124..368c3e5db (68 commits). (Closed)
Patch Set: Pull in one more deploy_chrome change... Created 4 years, 2 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 383
384 # Note that this is different from Android's freetype repo. 384 # Note that this is different from Android's freetype repo.
385 'src/third_party/freetype2/src': 385 'src/third_party/freetype2/src':
386 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'f c1532a7c4c592f24a4c1a0261d2845524ca5cff', 386 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'f c1532a7c4c592f24a4c1a0261d2845524ca5cff',
387 387
388 'src/third_party/freetype-android/src': 388 'src/third_party/freetype-android/src':
389 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va r('freetype_android_revision'), 389 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va r('freetype_android_revision'),
390 390
391 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. 391 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
392 'src/third_party/chromite': 392 'src/third_party/chromite':
393 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '0123f4124441ddb8 5745a6cb1ff853916e9626c9', 393 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '368c3e5db9c91424 852aa37d8ef51f7a6d4ef2f5',
394 394
395 # Dependency of chromite.git and skia. 395 # Dependency of chromite.git and skia.
396 'src/third_party/pyelftools': 396 'src/third_party/pyelftools':
397 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19 b3e610c86fcadb837d252c794cb5e8008826ae', 397 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19 b3e610c86fcadb837d252c794cb5e8008826ae',
398 398
399 'src/third_party/liblouis/src': 399 'src/third_party/liblouis/src':
400 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a34 78561deb6ae4798175094be8a26c2', 400 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a34 78561deb6ae4798175094be8a26c2',
401 401
402 # Used for embedded builds. CrOS & Linux use the system version. 402 # Used for embedded builds. CrOS & Linux use the system version.
403 'src/third_party/fontconfig/src': 403 'src/third_party/fontconfig/src':
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 ], 1016 ],
1017 }, 1017 },
1018 ] 1018 ]
1019 1019
1020 recursedeps = [ 1020 recursedeps = [
1021 # android_tools manages the NDK. 1021 # android_tools manages the NDK.
1022 'src/third_party/android_tools', 1022 'src/third_party/android_tools',
1023 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1023 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1024 ("src/third_party/angle", "DEPS.chromium"), 1024 ("src/third_party/angle", "DEPS.chromium"),
1025 ] 1025 ]
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