| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', | 133 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', |
| 134 | 134 |
| 135 'src/third_party/appurify-python/src': | 135 'src/third_party/appurify-python/src': |
| 136 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 136 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
| 137 | 137 |
| 138 'src/third_party/freetype-android/src': | 138 'src/third_party/freetype-android/src': |
| 139 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd
1028db70bea988d1022e4d463de66581c696160', | 139 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd
1028db70bea988d1022e4d463de66581c696160', |
| 140 | 140 |
| 141 'src/third_party/requests/src': | 141 'src/third_party/requests/src': |
| 142 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 142 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 143 |
| 144 'src/third_party/pyelftools': |
| 145 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b
3e610c86fcadb837d252c794cb5e8008826ae', |
| 146 |
| 143 }, | 147 }, |
| 144 } | 148 } |
| 145 | 149 |
| 146 | 150 |
| 147 hooks = [ | 151 hooks = [ |
| 148 { | 152 { |
| 149 # This clobbers when necessary (based on get_landmines.py). It must be the | 153 # This clobbers when necessary (based on get_landmines.py). It must be the |
| 150 # first hook so that other things that get/generate into the output | 154 # first hook so that other things that get/generate into the output |
| 151 # directory will not subsequently be clobbered. | 155 # directory will not subsequently be clobbered. |
| 152 'name': 'landmines', | 156 'name': 'landmines', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'name': 'keyboard_native_resources', | 371 'name': 'keyboard_native_resources', |
| 368 'pattern': '', | 372 'pattern': '', |
| 369 'action': [ 'download_from_google_storage', | 373 'action': [ 'download_from_google_storage', |
| 370 '--no_resume', | 374 '--no_resume', |
| 371 '--no_auth', | 375 '--no_auth', |
| 372 '--bucket', 'mojo/keyboard_native', | 376 '--bucket', 'mojo/keyboard_native', |
| 373 '-d', 'src/services/keyboard_native/res', | 377 '-d', 'src/services/keyboard_native/res', |
| 374 ], | 378 ], |
| 375 }, | 379 }, |
| 376 ] | 380 ] |
| OLD | NEW |