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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 # the commit queue can handle CLs rolling build tools | 60 # the commit queue can handle CLs rolling build tools |
61 # and whatever else without interference from each other. | 61 # and whatever else without interference from each other. |
62 'buildtools_revision': 'e7111440c07a883b82ffbbe6d26c744dfc6c9673', | 62 'buildtools_revision': 'e7111440c07a883b82ffbbe6d26c744dfc6c9673', |
63 # Three lines of non-changing comments so that | 63 # Three lines of non-changing comments so that |
64 # the commit queue can handle CLs rolling PDFium | 64 # the commit queue can handle CLs rolling PDFium |
65 # and whatever else without interference from each other. | 65 # and whatever else without interference from each other. |
66 'pdfium_revision': '3500e90e9e42fa84dd6f07da16cfcf197ec98283', | 66 'pdfium_revision': '3500e90e9e42fa84dd6f07da16cfcf197ec98283', |
67 # Three lines of non-changing comments so that | 67 # Three lines of non-changing comments so that |
68 # the commit queue can handle CLs rolling openmax_dl | 68 # the commit queue can handle CLs rolling openmax_dl |
69 # and whatever else without interference from each other. | 69 # and whatever else without interference from each other. |
70 'openmax_dl_revision': '37b900ccc45cfab71faf4fd332df15369766b94c', | 70 'openmax_dl_revision': '2eb98d819bed3082071a09268b886bc4496c6fb5', |
71 # Three lines of non-changing comments so that | 71 # Three lines of non-changing comments so that |
72 # the commit queue can handle CLs rolling BoringSSL | 72 # the commit queue can handle CLs rolling BoringSSL |
73 # and whatever else without interference from each other. | 73 # and whatever else without interference from each other. |
74 'boringssl_revision': '8c9b8783e26c3fbfc6d111017796256df6ea93dd', | 74 'boringssl_revision': '8c9b8783e26c3fbfc6d111017796256df6ea93dd', |
75 # Three lines of non-changing comments so that | 75 # Three lines of non-changing comments so that |
76 # the commit queue can handle CLs rolling nss | 76 # the commit queue can handle CLs rolling nss |
77 # and whatever else without interference from each other. | 77 # and whatever else without interference from each other. |
78 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio
n 295435 | 78 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio
n 295435 |
79 # Three lines of non-changing comments so that | 79 # Three lines of non-changing comments so that |
80 # the commit queue can handle CLs rolling google-toolbox-for-mac | 80 # the commit queue can handle CLs rolling google-toolbox-for-mac |
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 'pattern': '.', | 814 'pattern': '.', |
815 'action': [ | 815 'action': [ |
816 'python', | 816 'python', |
817 'src/tools/check_git_config.py', | 817 'src/tools/check_git_config.py', |
818 '--running-as-hook', | 818 '--running-as-hook', |
819 ], | 819 ], |
820 }, | 820 }, |
821 ] | 821 ] |
822 | 822 |
823 | 823 |
OLD | NEW |