| 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 19 matching lines...) Expand all Loading... |
| 30 # the commit queue can handle CLs rolling ANGLE | 30 # the commit queue can handle CLs rolling ANGLE |
| 31 # and whatever else without interference from each other. | 31 # and whatever else without interference from each other. |
| 32 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', | 32 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', |
| 33 # Three lines of non-changing comments so that | 33 # Three lines of non-changing comments so that |
| 34 # the commit queue can handle CLs rolling build tools | 34 # the commit queue can handle CLs rolling build tools |
| 35 # and whatever else without interference from each other. | 35 # and whatever else without interference from each other. |
| 36 'buildtools_revision': '3b302fef93f7cc58d9b8168466905237484b2772', | 36 'buildtools_revision': '3b302fef93f7cc58d9b8168466905237484b2772', |
| 37 # Three lines of non-changing comments so that | 37 # Three lines of non-changing comments so that |
| 38 # the commit queue can handle CLs rolling Dart | 38 # the commit queue can handle CLs rolling Dart |
| 39 # and whatever else without interference from each other. | 39 # and whatever else without interference from each other. |
| 40 'dart_revision': '44685', | 40 'dart_revision': '44854', |
| 41 # Three lines of non-changing comments so that | 41 # Three lines of non-changing comments so that |
| 42 # the commit queue can handle CLs rolling PDFium | 42 # the commit queue can handle CLs rolling PDFium |
| 43 # and whatever else without interference from each other. | 43 # and whatever else without interference from each other. |
| 44 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', | 44 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', |
| 45 # Three lines of non-changing comments so that | 45 # Three lines of non-changing comments so that |
| 46 # the commit queue can handle CLs rolling BoringSSL | 46 # the commit queue can handle CLs rolling BoringSSL |
| 47 # and whatever else without interference from each other. | 47 # and whatever else without interference from each other. |
| 48 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 48 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
| 49 # Three lines of non-changing comments so that | 49 # Three lines of non-changing comments so that |
| 50 # the commit queue can handle CLs rolling lss | 50 # the commit queue can handle CLs rolling lss |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 # corresponding .py files have already been deleted. | 325 # corresponding .py files have already been deleted. |
| 326 'name': 'remove_stale_pyc_files', | 326 'name': 'remove_stale_pyc_files', |
| 327 'pattern': 'src/tools/.*\\.py', | 327 'pattern': 'src/tools/.*\\.py', |
| 328 'action': [ | 328 'action': [ |
| 329 'python', | 329 'python', |
| 330 'src/tools/remove_stale_pyc_files.py', | 330 'src/tools/remove_stale_pyc_files.py', |
| 331 'src/tools', | 331 'src/tools', |
| 332 ], | 332 ], |
| 333 }, | 333 }, |
| 334 ] | 334 ] |
| OLD | NEW |