| 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 'dart_svn': 'https://dart.googlecode.com', | 22 'dart_svn': 'https://dart.googlecode.com', |
| 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 24 'skia_revision': 'faff2c45985a5e0fdb72bdf416d97babecd44833', | 24 'skia_revision': '2dca817edb0d741b7d8930009417bf9bd071808d', |
| 25 # Three lines of non-changing comments so that | 25 # Three lines of non-changing comments so that |
| 26 # the commit queue can handle CLs rolling Skia | 26 # the commit queue can handle CLs rolling Skia |
| 27 # and V8 without interference from each other. | 27 # and V8 without interference from each other. |
| 28 'v8_revision': 'c9b8b474d525faf44f9848edf448f913151f297b', | 28 'v8_revision': '3efdae6669030b03a841c8d579655ba1f36b1f87', |
| 29 # Three lines of non-changing comments so that | 29 # Three lines of non-changing comments so that |
| 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': 'dd806c2b58aac61f010c7b1c6831f9541209f490', | 32 'angle_revision': 'dd806c2b58aac61f010c7b1c6831f9541209f490', |
| 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': '451dcd05a5b34936f5be67b2472cd63aaa508401', | 36 'buildtools_revision': '451dcd05a5b34936f5be67b2472cd63aaa508401', |
| 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 |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 152 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
| 153 }, | 153 }, |
| 154 'android': { | 154 'android': { |
| 155 'src/third_party/colorama/src': | 155 'src/third_party/colorama/src': |
| 156 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', | 156 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', |
| 157 | 157 |
| 158 'src/third_party/jsr-305/src': | 158 'src/third_party/jsr-305/src': |
| 159 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', | 159 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', |
| 160 | 160 |
| 161 'src/third_party/android_tools': | 161 'src/third_party/android_tools': |
| 162 Var('chromium_git') + '/android_tools.git' + '@' + '56b3d3e8ce785e468eac326
2cd6b107ebe569e94', | 162 Var('chromium_git') + '/android_tools.git' + '@' + 'aaeda3d69df4b4352e3cac7
c16bea7f16bd1ec12', |
| 163 | 163 |
| 164 'src/third_party/appurify-python/src': | 164 'src/third_party/appurify-python/src': |
| 165 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 165 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
| 166 | 166 |
| 167 'src/third_party/freetype': | 167 'src/third_party/freetype': |
| 168 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f
d6919ac23f74b876c209aba5eaa2be662086391', | 168 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f
d6919ac23f74b876c209aba5eaa2be662086391', |
| 169 | 169 |
| 170 'src/third_party/requests/src': | 170 'src/third_party/requests/src': |
| 171 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 171 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 172 }, | 172 }, |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 # corresponding .py files have already been deleted. | 322 # corresponding .py files have already been deleted. |
| 323 'name': 'remove_stale_pyc_files', | 323 'name': 'remove_stale_pyc_files', |
| 324 'pattern': 'src/tools/.*\\.py', | 324 'pattern': 'src/tools/.*\\.py', |
| 325 'action': [ | 325 'action': [ |
| 326 'python', | 326 'python', |
| 327 'src/tools/remove_stale_pyc_files.py', | 327 'src/tools/remove_stale_pyc_files.py', |
| 328 'src/tools', | 328 'src/tools', |
| 329 ], | 329 ], |
| 330 }, | 330 }, |
| 331 ] | 331 ] |
| OLD | NEW |