| 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': '6cc53f3fa7ed2945605c8f6d29e0185b601a9fc4', | 25 'skia_revision': '001db8599e1f2e2749a5ee65ee83821b0bde569b', |
| 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': 'b061b1e2e98ae688ba697cf368b61a174d38b34a', | 29 'v8_revision': 'ed47c2dcd9a30eea73c9cf7b7f120f2d089ad938', |
| 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": "2609bf4ca44972379ff82bcda370ad6f13b817cc", | 33 "angle_revision": "2609bf4ca44972379ff82bcda370ad6f13b817cc", |
| 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': '23a4e2f545c7b6340d7e5a2b74801941b0a86535', | 37 'buildtools_revision': '23a4e2f545c7b6340d7e5a2b74801941b0a86535', |
| 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 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'src/third_party/icu': | 80 'src/third_party/icu': |
| 81 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '51c1a4ce5f362676aa1f1
cfdb5b7e52edabfa5aa', | 81 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '51c1a4ce5f362676aa1f1
cfdb5b7e52edabfa5aa', |
| 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' + '@' + 'ba706f5aa055960b409
27d7e5b42186acac9c5e6', # from svn revision 184 | 90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a5890a8118c0c80cc05
60e6d8d5cf65e5d725509', # from svn revision 185 |
| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 # corresponding .py files have already been deleted. | 315 # corresponding .py files have already been deleted. |
| 316 'name': 'remove_stale_pyc_files', | 316 'name': 'remove_stale_pyc_files', |
| 317 'pattern': 'src/tools/.*\\.py', | 317 'pattern': 'src/tools/.*\\.py', |
| 318 'action': [ | 318 'action': [ |
| 319 'python', | 319 'python', |
| 320 'src/tools/remove_stale_pyc_files.py', | 320 'src/tools/remove_stale_pyc_files.py', |
| 321 'src/tools', | 321 'src/tools', |
| 322 ], | 322 ], |
| 323 }, | 323 }, |
| 324 ] | 324 ] |
| OLD | NEW |