| 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 'chromium_git': 'https://chromium.googlesource.com', | 21 'chromium_git': 'https://chromium.googlesource.com', |
| 22 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | 22 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
| 23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | 23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
| 24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 25 'skia_revision': '32fee2907e2109ef420c3fec5f44e655ebc55c2a', | 25 'skia_revision': 'cf56009d9058d25933d9840bf6cf9fdf6a80f647', |
| 26 # Three lines of non-changing comments so that | 26 # Three lines of non-changing comments so that |
| 27 # the commit queue can handle CLs rolling Skia | 27 # the commit queue can handle CLs rolling Skia |
| 28 # and V8 without interference from each other. | 28 # and V8 without interference from each other. |
| 29 'v8_revision': '5e7bfaf5530837b94fa0c05189c0ab601e3a6355', | 29 'v8_revision': '4f77f25857dd9ca5b51749006d6183c3eeb2d49b', |
| 30 # Three lines of non-changing comments so that | 30 # Three lines of non-changing comments so that |
| 31 # the commit queue can handle CLs rolling ANGLE | 31 # the commit queue can handle CLs rolling ANGLE |
| 32 # and whatever else without interference from each other. | 32 # and whatever else without interference from each other. |
| 33 "angle_revision": "746d0ea79208b514e95e626310bec513fa666ca4", | 33 "angle_revision": "16545669136028420f67ac496c45c2e9a32ed5a9", |
| 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 build tools | 35 # the commit queue can handle CLs rolling build tools |
| 36 # and whatever else without interference from each other. | 36 # and whatever else without interference from each other. |
| 37 'buildtools_revision': 'af2cab762e6de03ee53ba430a596ad98d5006778', | 37 'buildtools_revision': '535aff24c308a715751028173e569596bcfe12a7', |
| 38 # Three lines of non-changing comments so that | 38 # Three lines of non-changing comments so that |
| 39 # the commit queue can handle CLs rolling PDFium | 39 # the commit queue can handle CLs rolling PDFium |
| 40 # and whatever else without interference from each other. | 40 # and whatever else without interference from each other. |
| 41 'pdfium_revision': 'ef619d0562b39f30943cfdc4985a0df233d00e42', | 41 'pdfium_revision': 'ef619d0562b39f30943cfdc4985a0df233d00e42', |
| 42 # Three lines of non-changing comments so that | 42 # Three lines of non-changing comments so that |
| 43 # the commit queue can handle CLs rolling BoringSSL | 43 # the commit queue can handle CLs rolling BoringSSL |
| 44 # and whatever else without interference from each other. | 44 # and whatever else without interference from each other. |
| 45 'boringssl_revision': '00505ec2e1e4c3047b4f61a306f2ac1372fa7640', | 45 'boringssl_revision': '00505ec2e1e4c3047b4f61a306f2ac1372fa7640', |
| 46 # Three lines of non-changing comments so that | 46 # Three lines of non-changing comments so that |
| 47 # the commit queue can handle CLs rolling lss | 47 # the commit queue can handle CLs rolling lss |
| (...skipping 23 matching lines...) Expand all Loading... |
| 71 'src/testing/gtest': | 71 'src/testing/gtest': |
| 72 Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6
496d1efd19e975ad2b038', # from svn revision 700 | 72 Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6
496d1efd19e975ad2b038', # from svn revision 700 |
| 73 | 73 |
| 74 'src/testing/gmock': | 74 'src/testing/gmock': |
| 75 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 | 75 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 |
| 76 | 76 |
| 77 'src/third_party/angle': | 77 'src/third_party/angle': |
| 78 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 78 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
| 79 | 79 |
| 80 'src/third_party/icu': | 80 'src/third_party/icu': |
| 81 Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + '866ff696e9022a6000a
fbab516fba62cfa306075', # from svn revision 293126 | 81 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '53ecf0f68b27a004bef55
26553b8e5f6c235b80b', |
| 82 | 82 |
| 83 'src/third_party/libc++/trunk': | 83 'src/third_party/libc++/trunk': |
| 84 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), | 84 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), |
| 85 | 85 |
| 86 'src/third_party/libc++abi/trunk': | 86 'src/third_party/libc++abi/trunk': |
| 87 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), | 87 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), |
| 88 | 88 |
| 89 'src/tools/grit': | 89 'src/tools/grit': |
| 90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a24a0e647bb718b3540
db89864cf586b12331e82', # from svn revision 182 | 90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'ba706f5aa055960b409
27d7e5b42186acac9c5e6', # from svn revision 184 |
| 91 | 91 |
| 92 'src/v8': | 92 'src/v8': |
| 93 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 93 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
| 94 | 94 |
| 95 'src/third_party/sfntly/cpp/src': | 95 'src/third_party/sfntly/cpp/src': |
| 96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), | 96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), |
| 97 | 97 |
| 98 'src/third_party/skia': | 98 'src/third_party/skia': |
| 99 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 99 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 100 | 100 |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 # corresponding .py files have already been deleted. | 309 # corresponding .py files have already been deleted. |
| 310 'name': 'remove_stale_pyc_files', | 310 'name': 'remove_stale_pyc_files', |
| 311 'pattern': 'src/tools/.*\\.py', | 311 'pattern': 'src/tools/.*\\.py', |
| 312 'action': [ | 312 'action': [ |
| 313 'python', | 313 'python', |
| 314 'src/tools/remove_stale_pyc_files.py', | 314 'src/tools/remove_stale_pyc_files.py', |
| 315 'src/tools', | 315 'src/tools', |
| 316 ], | 316 ], |
| 317 }, | 317 }, |
| 318 ] | 318 ] |
| OLD | NEW |