| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | 392 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
| 393 | 393 |
| 394 'src/chrome/installer/mac/third_party/xz/xz': | 394 'src/chrome/installer/mac/third_party/xz/xz': |
| 395 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', | 395 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', |
| 396 }, | 396 }, |
| 397 'unix': { | 397 'unix': { |
| 398 # Linux, really. | 398 # Linux, really. |
| 399 'src/chrome/tools/test/reference_build/chrome_linux': | 399 'src/chrome/tools/test/reference_build/chrome_linux': |
| 400 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@'
+ '033d053a528e820e1de3e2db766678d862a86b36', | 400 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@'
+ '033d053a528e820e1de3e2db766678d862a86b36', |
| 401 | 401 |
| 402 'src/third_party/junit/src': | |
| 403 Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1
346b750c3209019f2e1', | |
| 404 | |
| 405 'src/third_party/xdg-utils': | 402 'src/third_party/xdg-utils': |
| 406 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', | 403 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', |
| 407 | 404 |
| 408 'src/third_party/swig/linux': | 405 'src/third_party/swig/linux': |
| 409 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c
fe99ebe608260030916ca0c3f92d', | 406 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c
fe99ebe608260030916ca0c3f92d', |
| 410 | 407 |
| 411 'src/third_party/lss': | 408 'src/third_party/lss': |
| 412 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 409 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
| 413 | 410 |
| 414 # For Linux and Chromium OS. | 411 # For Linux and Chromium OS. |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 | 464 |
| 468 'src/third_party/httpcomponents-core': | 465 'src/third_party/httpcomponents-core': |
| 469 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', | 466 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', |
| 470 | 467 |
| 471 'src/third_party/jarjar': | 468 'src/third_party/jarjar': |
| 472 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0
b77fe49e3f9137842b8b6920', | 469 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0
b77fe49e3f9137842b8b6920', |
| 473 | 470 |
| 474 'src/third_party/jsr-305/src': | 471 'src/third_party/jsr-305/src': |
| 475 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', | 472 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', |
| 476 | 473 |
| 474 'src/third_party/junit/src': |
| 475 Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1
346b750c3209019f2e1', |
| 476 |
| 477 'src/third_party/mockito/src': | 477 'src/third_party/mockito/src': |
| 478 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'ed99a52e94a
84bd7c467f2443b475a22fcc6ba8e', | 478 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'ed99a52e94a
84bd7c467f2443b475a22fcc6ba8e', |
| 479 | 479 |
| 480 'src/third_party/robolectric/lib': | 480 'src/third_party/robolectric/lib': |
| 481 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', | 481 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', |
| 482 | 482 |
| 483 'src/third_party/lss': | 483 'src/third_party/lss': |
| 484 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 484 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
| 485 | 485 |
| 486 'src/third_party/requests/src': | 486 'src/third_party/requests/src': |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 # corresponding .py files have already been deleted. | 784 # corresponding .py files have already been deleted. |
| 785 'name': 'remove_stale_pyc_files', | 785 'name': 'remove_stale_pyc_files', |
| 786 'pattern': 'src/tools/.*\\.py', | 786 'pattern': 'src/tools/.*\\.py', |
| 787 'action': [ | 787 'action': [ |
| 788 'python', | 788 'python', |
| 789 'src/tools/remove_stale_pyc_files.py', | 789 'src/tools/remove_stale_pyc_files.py', |
| 790 'src/tools', | 790 'src/tools', |
| 791 ], | 791 ], |
| 792 }, | 792 }, |
| 793 ] | 793 ] |
| OLD | NEW |