OLD | NEW |
1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
2 # that gclient uses under git. | 2 # that gclient uses under git. |
3 # | 3 # |
4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
5 # | 5 # |
6 # To test manually, run: | 6 # To test manually, run: |
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
8 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
9 # .gclient file (the parent of 'src'). | 9 # .gclient file (the parent of 'src'). |
10 # | 10 # |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 # the commit queue can handle CLs rolling swarming_client | 52 # the commit queue can handle CLs rolling swarming_client |
53 # and whatever else without interference from each other. | 53 # and whatever else without interference from each other. |
54 'swarming_revision': 'b8aeeaef087fa2571aaaf64a8a8dbec06a0e0e41', | 54 'swarming_revision': 'b8aeeaef087fa2571aaaf64a8a8dbec06a0e0e41', |
55 # Three lines of non-changing comments so that | 55 # Three lines of non-changing comments so that |
56 # the commit queue can handle CLs rolling openssl | 56 # the commit queue can handle CLs rolling openssl |
57 # and whatever else without interference from each other. | 57 # and whatever else without interference from each other. |
58 'openssl_revision': 'c9613e3123ff035683f45163af142817b38d03b6', | 58 'openssl_revision': 'c9613e3123ff035683f45163af142817b38d03b6', |
59 # Three lines of non-changing comments so that | 59 # Three lines of non-changing comments so that |
60 # the commit queue can handle CLs rolling ANGLE | 60 # the commit queue can handle CLs rolling ANGLE |
61 # and whatever else without interference from each other. | 61 # and whatever else without interference from each other. |
62 'angle_revision': 'bc75f36b04c8bab99bcecf8cdca16ecee3ac58ee', | 62 'angle_revision': 'ef9d63ec5a38ac6d41c0a3ba0ee9bde42090da54', |
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 build tools | 64 # the commit queue can handle CLs rolling build tools |
65 # and whatever else without interference from each other. | 65 # and whatever else without interference from each other. |
66 'buildtools_revision': 'f79f8ef8691cb0c91ecf36392f6defabd824af60', | 66 'buildtools_revision': 'f79f8ef8691cb0c91ecf36392f6defabd824af60', |
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 PDFIum | 68 # the commit queue can handle CLs rolling PDFIum |
69 # and whatever else without interference from each other. | 69 # and whatever else without interference from each other. |
70 'pdfium_revision': '635e82ec20b3d5ffcb24f9a1b1be9f1f24d8a3f4', | 70 'pdfium_revision': '635e82ec20b3d5ffcb24f9a1b1be9f1f24d8a3f4', |
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 openmax_dl | 72 # the commit queue can handle CLs rolling openmax_dl |
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
772 # migration completes (let's say Sep 1 2014). | 772 # migration completes (let's say Sep 1 2014). |
773 'name': 'check_git_config', | 773 'name': 'check_git_config', |
774 'pattern': '.', | 774 'pattern': '.', |
775 'action': [ | 775 'action': [ |
776 'python', | 776 'python', |
777 'src/tools/check_git_config.py', | 777 'src/tools/check_git_config.py', |
778 '--running-as-hook', | 778 '--running-as-hook', |
779 ], | 779 ], |
780 }, | 780 }, |
781 ] | 781 ] |
OLD | NEW |