| 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 # |
| 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run | 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run |
| 12 # gclient sync | 12 # gclient sync |
| 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change | 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change |
| 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically | 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically |
| 15 # updated by a bot when you modify this one. | 15 # updated by a bot when you modify this one. |
| 16 # | 16 # |
| 17 # When adding a new dependency, please update the top-level .gitignore file | 17 # When adding a new dependency, please update the top-level .gitignore file |
| 18 # to list the dependency's destination directory. | 18 # to list the dependency's destination directory. |
| 19 | 19 |
| 20 vars = { | 20 vars = { |
| 21 # Use this googlecode_url variable only if there is an internal mirror for it. | 21 'chromium_git': 'https://chromium.googlesource.com', |
| 22 # If you do not know, use the full path while defining your new deps entry. | |
| 23 'googlecode_url': 'http://%s.googlecode.com/svn', | |
| 24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', | |
| 25 'llvm_url': 'http://src.chromium.org/llvm-project', | |
| 26 'llvm_git': 'https://llvm.googlesource.com', | |
| 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | 22 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
| 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | 23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
| 29 'chromium_git': 'https://chromium.googlesource.com', | |
| 30 'skia_git': 'https://skia.googlesource.com', | |
| 31 'pdfium_git': 'https://pdfium.googlesource.com', | |
| 32 'boringssl_git': 'https://boringssl.googlesource.com', | |
| 33 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 34 'skia_revision': '32501a1bd4964576264795ada7e9c3bf572285b3', | 25 'skia_revision': '32501a1bd4964576264795ada7e9c3bf572285b3', |
| 35 # Three lines of non-changing comments so that | 26 # Three lines of non-changing comments so that |
| 36 # the commit queue can handle CLs rolling Skia | 27 # the commit queue can handle CLs rolling Skia |
| 37 # and V8 without interference from each other. | 28 # and V8 without interference from each other. |
| 38 'v8_branch': 'trunk', | |
| 39 'v8_revision': 'bfb312d4b40507780e15bfee2e0dc32f1391c4db', # from svn revision
24925 | 29 'v8_revision': 'bfb312d4b40507780e15bfee2e0dc32f1391c4db', # from svn revision
24925 |
| 40 # Three lines of non-changing comments so that | 30 # Three lines of non-changing comments so that |
| 41 # the commit queue can handle CLs rolling ANGLE | 31 # the commit queue can handle CLs rolling ANGLE |
| 42 # and whatever else without interference from each other. | 32 # and whatever else without interference from each other. |
| 43 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", | 33 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", |
| 44 # Three lines of non-changing comments so that | 34 # Three lines of non-changing comments so that |
| 45 # the commit queue can handle CLs rolling build tools | 35 # the commit queue can handle CLs rolling build tools |
| 46 # and whatever else without interference from each other. | 36 # and whatever else without interference from each other. |
| 47 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', | 37 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', |
| 48 # Three lines of non-changing comments so that | 38 # Three lines of non-changing comments so that |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 # corresponding .py files have already been deleted. | 280 # corresponding .py files have already been deleted. |
| 291 'name': 'remove_stale_pyc_files', | 281 'name': 'remove_stale_pyc_files', |
| 292 'pattern': 'src/tools/.*\\.py', | 282 'pattern': 'src/tools/.*\\.py', |
| 293 'action': [ | 283 'action': [ |
| 294 'python', | 284 'python', |
| 295 'src/tools/remove_stale_pyc_files.py', | 285 'src/tools/remove_stale_pyc_files.py', |
| 296 'src/tools', | 286 'src/tools', |
| 297 ], | 287 ], |
| 298 }, | 288 }, |
| 299 ] | 289 ] |
| OLD | NEW |