| OLD | NEW |
| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | 83 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| 84 # Three lines of non-changing comments so that | 84 # Three lines of non-changing comments so that |
| 85 # the commit queue can handle CLs rolling lss | 85 # the commit queue can handle CLs rolling lss |
| 86 # and whatever else without interference from each other. | 86 # and whatever else without interference from each other. |
| 87 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb', | 87 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb', |
| 88 # Three lines of non-changing comments so that | 88 # Three lines of non-changing comments so that |
| 89 # the commit queue can handle CLs rolling NaCl | 89 # the commit queue can handle CLs rolling NaCl |
| 90 # and whatever else without interference from each other. | 90 # and whatever else without interference from each other. |
| 91 'nacl_revision': 'c948e9b82582e695d16ee6696a484f82239a86d7', | 91 'nacl_revision': 'c948e9b82582e695d16ee6696a484f82239a86d7', |
| 92 # Three lines of non-changing comments so that | 92 # Three lines of non-changing comments so that |
| 93 # the commit queue can handle CLs rolling freetype-android | 93 # the commit queue can handle CLs rolling freetype |
| 94 # and whatever else without interference from each other. | 94 # and whatever else without interference from each other. |
| 95 'freetype_android_revision': '66725768cdf758cfb3f9abf03cbf5e5a77f42088', | 95 'freetype_revision': '66725768cdf758cfb3f9abf03cbf5e5a77f42088', |
| 96 # Three lines of non-changing comments so that | 96 # Three lines of non-changing comments so that |
| 97 # the commit queue can handle CLs rolling catapult | 97 # the commit queue can handle CLs rolling catapult |
| 98 # and whatever else without interference from each other. | 98 # and whatever else without interference from each other. |
| 99 'catapult_revision': '61ceb4a8f878ac2ab668e0eaede6755907b6905f', | 99 'catapult_revision': '61ceb4a8f878ac2ab668e0eaede6755907b6905f', |
| 100 # Three lines of non-changing comments so that | 100 # Three lines of non-changing comments so that |
| 101 # the commit queue can handle CLs rolling libFuzzer | 101 # the commit queue can handle CLs rolling libFuzzer |
| 102 # and whatever else without interference from each other. | 102 # and whatever else without interference from each other. |
| 103 'libfuzzer_revision': '5bcbfc5bcc468328ac18b6ca42d603fc6c744a7d', | 103 'libfuzzer_revision': '5bcbfc5bcc468328ac18b6ca42d603fc6c744a7d', |
| 104 # Three lines of non-changing comments so that | 104 # Three lines of non-changing comments so that |
| 105 # the commit queue can handle CLs rolling devtools-node-modules | 105 # the commit queue can handle CLs rolling devtools-node-modules |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 'src/third_party/xdg-utils': | 406 'src/third_party/xdg-utils': |
| 407 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b
17b8c9067a1022e4416ee7ed5e0d', | 407 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b
17b8c9067a1022e4416ee7ed5e0d', |
| 408 | 408 |
| 409 'src/third_party/lss': | 409 'src/third_party/lss': |
| 410 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi
on'), | 410 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi
on'), |
| 411 | 411 |
| 412 # For Linux and Chromium OS. | 412 # For Linux and Chromium OS. |
| 413 'src/third_party/cros_system_api': | 413 'src/third_party/cros_system_api': |
| 414 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'c08ae
470458b06cf23c1907817490d2fc917ac29', | 414 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'c08ae
470458b06cf23c1907817490d2fc917ac29', |
| 415 | 415 |
| 416 'src/third_party/freetype-android/src': | 416 'src/third_party/freetype/src': |
| 417 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_android_revision'), | 417 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_revision'), |
| 418 | 418 |
| 419 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. | 419 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. |
| 420 'src/third_party/chromite': | 420 'src/third_party/chromite': |
| 421 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '59fb3e8e603b6b2b
781da58f9408dde5c53fbbd6', | 421 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '59fb3e8e603b6b2b
781da58f9408dde5c53fbbd6', |
| 422 | 422 |
| 423 # Dependency of chromite.git and skia. | 423 # Dependency of chromite.git and skia. |
| 424 'src/third_party/pyelftools': | 424 'src/third_party/pyelftools': |
| 425 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19
b3e610c86fcadb837d252c794cb5e8008826ae', | 425 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19
b3e610c86fcadb837d252c794cb5e8008826ae', |
| 426 | 426 |
| 427 'src/third_party/liblouis/src': | 427 'src/third_party/liblouis/src': |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 | 472 |
| 473 'src/third_party/apache-portable-runtime/src': | 473 'src/third_party/apache-portable-runtime/src': |
| 474 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76
a8c4277e09a82eaa229e35246edea1ee0a6a1', | 474 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76
a8c4277e09a82eaa229e35246edea1ee0a6a1', |
| 475 | 475 |
| 476 'src/third_party/errorprone/lib': | 476 'src/third_party/errorprone/lib': |
| 477 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea
83b66343133b9c76b7d3288c30321818ebcf', | 477 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea
83b66343133b9c76b7d3288c30321818ebcf', |
| 478 | 478 |
| 479 'src/third_party/findbugs': | 479 'src/third_party/findbugs': |
| 480 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac7
7ea0a194813d3065dd780c6e566', | 480 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac7
7ea0a194813d3065dd780c6e566', |
| 481 | 481 |
| 482 'src/third_party/freetype-android/src': | 482 'src/third_party/freetype/src': |
| 483 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_android_revision'), | 483 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_revision'), |
| 484 | 484 |
| 485 'src/third_party/elfutils/src': | 485 'src/third_party/elfutils/src': |
| 486 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5d
e4f3760bdcaa3d23d154d7', | 486 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5d
e4f3760bdcaa3d23d154d7', |
| 487 | 487 |
| 488 'src/third_party/jsr-305/src': | 488 'src/third_party/jsr-305/src': |
| 489 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', | 489 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', |
| 490 | 490 |
| 491 'src/third_party/junit/src': | 491 'src/third_party/junit/src': |
| 492 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c
f4d08253a1556e75481', | 492 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c
f4d08253a1556e75481', |
| 493 | 493 |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 recursedeps = [ | 1146 recursedeps = [ |
| 1147 # buildtools provides clang_format, libc++, and libc++abi | 1147 # buildtools provides clang_format, libc++, and libc++abi |
| 1148 'src/buildtools', | 1148 'src/buildtools', |
| 1149 # android_tools manages the NDK. | 1149 # android_tools manages the NDK. |
| 1150 'src/third_party/android_tools', | 1150 'src/third_party/android_tools', |
| 1151 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1151 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1152 ("src/third_party/angle", "DEPS.chromium"), | 1152 ("src/third_party/angle", "DEPS.chromium"), |
| 1153 # SwiftShader manages DEPS that it also owns the build files for, such as Subz
ero. | 1153 # SwiftShader manages DEPS that it also owns the build files for, such as Subz
ero. |
| 1154 ("src/third_party/swiftshader", "DEPS"), | 1154 ("src/third_party/swiftshader", "DEPS"), |
| 1155 ] | 1155 ] |
| OLD | NEW |