| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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': 'bc75f36b04c8bab99bcecf8cdca16ecee3ac58ee', |
| 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': '2328da46142d2abb4fbe08a6ac056f50e6df0e61', |
| 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 |
| 73 # and whatever else without interference from each other. | 73 # and whatever else without interference from each other. |
| 74 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', | 74 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', |
| 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 BoringSSL | 76 # the commit queue can handle CLs rolling BoringSSL |
| (...skipping 695 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 |