| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'src/tools/gyp': | 148 'src/tools/gyp': |
| 149 Var('chromium_git') + '/external/gyp.git' + '@' + 'b38e5f2f93fa5b31a6001bd21
b9d8dcbf73e44e7', | 149 Var('chromium_git') + '/external/gyp.git' + '@' + 'b38e5f2f93fa5b31a6001bd21
b9d8dcbf73e44e7', |
| 150 | 150 |
| 151 'src/tools/swarming_client': | 151 'src/tools/swarming_client': |
| 152 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_
revision'), | 152 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_
revision'), |
| 153 | 153 |
| 154 'src/v8': | 154 'src/v8': |
| 155 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), | 155 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), |
| 156 | 156 |
| 157 'src/native_client': | 157 'src/native_client': |
| 158 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + 'c49fcd2
63ff91bc8acba3118b22b71345488896e', | 158 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + '3f998aa
8b2fd6ea40b7bc9a403bea27e8798c805', |
| 159 | 159 |
| 160 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': | 160 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': |
| 161 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' +
'@' + '3e17365176c94624f46cace174f61834b7f3c35d', | 161 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' +
'@' + '3e17365176c94624f46cace174f61834b7f3c35d', |
| 162 | 162 |
| 163 'src/third_party/sfntly/cpp/src': | 163 'src/third_party/sfntly/cpp/src': |
| 164 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), | 164 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), |
| 165 | 165 |
| 166 'src/third_party/skia': | 166 'src/third_party/skia': |
| 167 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 167 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 168 | 168 |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 # migration completes (let's say Sep 1 2014). | 772 # migration completes (let's say Sep 1 2014). |
| 773 'name': 'check_git_config', | 773 'name': 'check_git_config', |
| 774 'pattern': '.', | 774 'pattern': '.', |
| 775 'action': [ | 775 'action': [ |
| 776 'python', | 776 'python', |
| 777 'src/tools/check_git_config.py', | 777 'src/tools/check_git_config.py', |
| 778 '--running-as-hook', | 778 '--running-as-hook', |
| 779 ], | 779 ], |
| 780 }, | 780 }, |
| 781 ] | 781 ] |
| OLD | NEW |