| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '242fb9a38
db6ba534b1f7daa341dd4d79171658b', # from svn revision 1471 | 113 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '242fb9a38
db6ba534b1f7daa341dd4d79171658b', # from svn revision 1471 |
| 114 | 114 |
| 115 'src/third_party/lss': | 115 'src/third_party/lss': |
| 116 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var(
'lss_revision'), | 116 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var(
'lss_revision'), |
| 117 | 117 |
| 118 'src/third_party/leveldatabase/src': | 118 'src/third_party/leveldatabase/src': |
| 119 Var('chromium_git') + '/external/leveldb.git' + '@' + '40c17c0b84ac0b791fb43
4096fd5c05f3819ad55', | 119 Var('chromium_git') + '/external/leveldb.git' + '@' + '40c17c0b84ac0b791fb43
4096fd5c05f3819ad55', |
| 120 | 120 |
| 121 'src/third_party/snappy/src': | 121 'src/third_party/snappy/src': |
| 122 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958
c7c0933d22e80c20bf', | 122 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958
c7c0933d22e80c20bf', |
| 123 |
| 124 'src/third_party/ffmpeg': |
| 125 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '525a71ab8
ee3b61da48138f7e1c406989d2879fc', |
| 123 } | 126 } |
| 124 | 127 |
| 125 deps_os = { | 128 deps_os = { |
| 126 'android': { | 129 'android': { |
| 127 'src/third_party/colorama/src': | 130 'src/third_party/colorama/src': |
| 128 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', | 131 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', |
| 129 | 132 |
| 130 'src/third_party/jsr-305/src': | 133 'src/third_party/jsr-305/src': |
| 131 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', | 134 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', |
| 132 | 135 |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'pattern': '', | 390 'pattern': '', |
| 388 'action': [ 'download_from_google_storage', | 391 'action': [ 'download_from_google_storage', |
| 389 '--no_resume', | 392 '--no_resume', |
| 390 '--quiet', | 393 '--quiet', |
| 391 '--no_auth', | 394 '--no_auth', |
| 392 '--bucket', 'mojo/prediction', | 395 '--bucket', 'mojo/prediction', |
| 393 '-d', 'src/services/prediction/res', | 396 '-d', 'src/services/prediction/res', |
| 394 ], | 397 ], |
| 395 }, | 398 }, |
| 396 ] | 399 ] |
| OLD | NEW |