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