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

Side by Side Diff: DEPS

Issue 2838123005: Upprev cros_system_api (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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'unix': { 402 'unix': {
403 # Linux, really. 403 # Linux, really.
404 'src/third_party/xdg-utils': 404 'src/third_party/xdg-utils':
405 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b 17b8c9067a1022e4416ee7ed5e0d', 405 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b 17b8c9067a1022e4416ee7ed5e0d',
406 406
407 'src/third_party/lss': 407 'src/third_party/lss':
408 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'), 408 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'),
409 409
410 # For Linux and Chromium OS. 410 # For Linux and Chromium OS.
411 'src/third_party/cros_system_api': 411 'src/third_party/cros_system_api':
412 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'f425c 1c372b0077a67937855f03f1089d0df7970', 412 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'c6eab 9e4d0b4f56176df23d30b815dc94b774a3d',
413 413
414 'src/third_party/freetype/src': 414 'src/third_party/freetype/src':
415 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va r('freetype_revision'), 415 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va r('freetype_revision'),
416 416
417 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. 417 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
418 'src/third_party/chromite': 418 'src/third_party/chromite':
419 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8dbd2c59b33e1257 5b4d8e808d440863060c2fc7', 419 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8dbd2c59b33e1257 5b4d8e808d440863060c2fc7',
420 420
421 # Dependency of chromite.git and skia. 421 # Dependency of chromite.git and skia.
422 'src/third_party/pyelftools': 422 'src/third_party/pyelftools':
(...skipping 732 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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698