| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', | 164 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', |
| 165 | 165 |
| 166 'src/third_party/appurify-python/src': | 166 'src/third_party/appurify-python/src': |
| 167 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 167 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
| 168 | 168 |
| 169 'src/third_party/freetype-android/src': | 169 'src/third_party/freetype-android/src': |
| 170 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd
1028db70bea988d1022e4d463de66581c696160', | 170 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd
1028db70bea988d1022e4d463de66581c696160', |
| 171 | 171 |
| 172 'src/third_party/requests/src': | 172 'src/third_party/requests/src': |
| 173 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 173 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 174 |
| 175 'src/third_party/pyelftools': |
| 176 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b
3e610c86fcadb837d252c794cb5e8008826ae', |
| 177 |
| 174 }, | 178 }, |
| 175 } | 179 } |
| 176 | 180 |
| 177 | 181 |
| 178 hooks = [ | 182 hooks = [ |
| 179 { | 183 { |
| 180 # This clobbers when necessary (based on get_landmines.py). It must be the | 184 # This clobbers when necessary (based on get_landmines.py). It must be the |
| 181 # first hook so that other things that get/generate into the output | 185 # first hook so that other things that get/generate into the output |
| 182 # directory will not subsequently be clobbered. | 186 # directory will not subsequently be clobbered. |
| 183 'name': 'landmines', | 187 'name': 'landmines', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 'name': 'keyboard_native_resources', | 410 'name': 'keyboard_native_resources', |
| 407 'pattern': '', | 411 'pattern': '', |
| 408 'action': [ 'download_from_google_storage', | 412 'action': [ 'download_from_google_storage', |
| 409 '--no_resume', | 413 '--no_resume', |
| 410 '--no_auth', | 414 '--no_auth', |
| 411 '--bucket', 'mojo/keyboard_native', | 415 '--bucket', 'mojo/keyboard_native', |
| 412 '-d', 'src/services/keyboard_native/res', | 416 '-d', 'src/services/keyboard_native/res', |
| 413 ], | 417 ], |
| 414 }, | 418 }, |
| 415 ] | 419 ] |
| OLD | NEW |