| 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 12 matching lines...) Expand all Loading... |
| 23 'googlecode_url': 'http://%s.googlecode.com/svn', | 23 'googlecode_url': 'http://%s.googlecode.com/svn', |
| 24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', | 24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', |
| 25 'llvm_url': 'http://src.chromium.org/llvm-project', | 25 'llvm_url': 'http://src.chromium.org/llvm-project', |
| 26 'llvm_git': 'https://llvm.googlesource.com', | 26 'llvm_git': 'https://llvm.googlesource.com', |
| 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
| 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
| 29 'chromium_git': 'https://chromium.googlesource.com', | 29 'chromium_git': 'https://chromium.googlesource.com', |
| 30 'skia_git': 'https://skia.googlesource.com', | 30 'skia_git': 'https://skia.googlesource.com', |
| 31 'boringssl_git': 'https://boringssl.googlesource.com', | 31 'boringssl_git': 'https://boringssl.googlesource.com', |
| 32 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 32 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 33 'skia_revision': '22b5ab644e0381e672c6fcf8aff26bf82ee71989', | 33 'skia_revision': '14e4d392d4ffa50c0ddf359a426668d1718d7f92', |
| 34 # Three lines of non-changing comments so that | 34 # Three lines of non-changing comments so that |
| 35 # the commit queue can handle CLs rolling Skia | 35 # the commit queue can handle CLs rolling Skia |
| 36 # and V8 without interference from each other. | 36 # and V8 without interference from each other. |
| 37 'v8_branch': 'trunk', | 37 'v8_branch': 'trunk', |
| 38 'v8_revision': 'b404893cc89fe7419e614abccb1fddf69d308abc', # from svn revision
24791 | 38 'v8_revision': '26db57054e04a5b35e7ad88aecb3e05895491a5c', # from svn revision
24827 |
| 39 # Three lines of non-changing comments so that | 39 # Three lines of non-changing comments so that |
| 40 # the commit queue can handle CLs rolling ANGLE | 40 # the commit queue can handle CLs rolling ANGLE |
| 41 # and whatever else without interference from each other. | 41 # and whatever else without interference from each other. |
| 42 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", | 42 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", |
| 43 # Three lines of non-changing comments so that | 43 # Three lines of non-changing comments so that |
| 44 # the commit queue can handle CLs rolling build tools | 44 # the commit queue can handle CLs rolling build tools |
| 45 # and whatever else without interference from each other. | 45 # and whatever else without interference from each other. |
| 46 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', | 46 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', |
| 47 # Three lines of non-changing comments so that | 47 # Three lines of non-changing comments so that |
| 48 # the commit queue can handle CLs rolling BoringSSL | 48 # the commit queue can handle CLs rolling BoringSSL |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 # corresponding .py files have already been deleted. | 288 # corresponding .py files have already been deleted. |
| 289 'name': 'remove_stale_pyc_files', | 289 'name': 'remove_stale_pyc_files', |
| 290 'pattern': 'src/tools/.*\\.py', | 290 'pattern': 'src/tools/.*\\.py', |
| 291 'action': [ | 291 'action': [ |
| 292 'python', | 292 'python', |
| 293 'src/tools/remove_stale_pyc_files.py', | 293 'src/tools/remove_stale_pyc_files.py', |
| 294 'src/tools', | 294 'src/tools', |
| 295 ], | 295 ], |
| 296 }, | 296 }, |
| 297 ] | 297 ] |
| OLD | NEW |