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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 # the commit queue can handle CLs rolling swarming_client | 43 # the commit queue can handle CLs rolling swarming_client |
44 # and whatever else without interference from each other. | 44 # and whatever else without interference from each other. |
45 'swarming_revision': '6e5d2b21f0ac98396cd736097a985346feed1328', | 45 'swarming_revision': '6e5d2b21f0ac98396cd736097a985346feed1328', |
46 # Three lines of non-changing comments so that | 46 # Three lines of non-changing comments so that |
47 # the commit queue can handle CLs rolling ANGLE | 47 # the commit queue can handle CLs rolling ANGLE |
48 # and whatever else without interference from each other. | 48 # and whatever else without interference from each other. |
49 'angle_revision': '69cce580d31bff286d9b44349919e9a1f7386ea0', | 49 'angle_revision': '69cce580d31bff286d9b44349919e9a1f7386ea0', |
50 # Three lines of non-changing comments so that | 50 # Three lines of non-changing comments so that |
51 # the commit queue can handle CLs rolling build tools | 51 # the commit queue can handle CLs rolling build tools |
52 # and whatever else without interference from each other. | 52 # and whatever else without interference from each other. |
53 'buildtools_revision': 'f7310ee61725e68b1c8921e381830362cf4f0999', | 53 'buildtools_revision': '8d89c1b15f80323b54b3305b2be7b26686fd5611', |
54 # Three lines of non-changing comments so that | 54 # Three lines of non-changing comments so that |
55 # the commit queue can handle CLs rolling PDFium | 55 # the commit queue can handle CLs rolling PDFium |
56 # and whatever else without interference from each other. | 56 # and whatever else without interference from each other. |
57 'pdfium_revision': '01c1e54a506329b36f87b0e37d3b419b70973342', | 57 'pdfium_revision': '01c1e54a506329b36f87b0e37d3b419b70973342', |
58 # Three lines of non-changing comments so that | 58 # Three lines of non-changing comments so that |
59 # the commit queue can handle CLs rolling openmax_dl | 59 # the commit queue can handle CLs rolling openmax_dl |
60 # and whatever else without interference from each other. | 60 # and whatever else without interference from each other. |
61 'openmax_dl_revision': '2eb98d819bed3082071a09268b886bc4496c6fb5', | 61 'openmax_dl_revision': '2eb98d819bed3082071a09268b886bc4496c6fb5', |
62 # Three lines of non-changing comments so that | 62 # Three lines of non-changing comments so that |
63 # the commit queue can handle CLs rolling BoringSSL | 63 # the commit queue can handle CLs rolling BoringSSL |
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 # migration completes (let's say Sep 1 2014). | 803 # migration completes (let's say Sep 1 2014). |
804 'name': 'check_git_config', | 804 'name': 'check_git_config', |
805 'pattern': '.', | 805 'pattern': '.', |
806 'action': [ | 806 'action': [ |
807 'python', | 807 'python', |
808 'src/tools/check_git_config.py', | 808 'src/tools/check_git_config.py', |
809 '--running-as-hook', | 809 '--running-as-hook', |
810 ], | 810 ], |
811 }, | 811 }, |
812 ] | 812 ] |
| 813 |
OLD | NEW |