| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 Var('chromium_git') + | 78 Var('chromium_git') + |
| 79 '/external/github.com/dart-lang/root_certificates' + '@' + | 79 '/external/github.com/dart-lang/root_certificates' + '@' + |
| 80 Var('dart_root_certificates_revision'), | 80 Var('dart_root_certificates_revision'), |
| 81 | 81 |
| 82 'src/third_party/skia': | 82 'src/third_party/skia': |
| 83 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 83 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 84 | 84 |
| 85 'src/third_party/yasm/source/patched-yasm': | 85 'src/third_party/yasm/source/patched-yasm': |
| 86 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', | 86 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', |
| 87 | 87 |
| 88 'src/third_party/libjpeg_turbo': | |
| 89 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e
0983bc19808ea70e469bc8342081f', | |
| 90 | |
| 91 'src/third_party/smhasher/src': | 88 'src/third_party/smhasher/src': |
| 92 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', | 89 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', |
| 93 | 90 |
| 94 'src/third_party/pywebsocket/src': | 91 'src/third_party/pywebsocket/src': |
| 95 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 92 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', |
| 96 | 93 |
| 97 'src/third_party/mesa/src': | 94 'src/third_party/mesa/src': |
| 98 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', | 95 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', |
| 99 | 96 |
| 100 'src/third_party/pdfium': | 97 'src/third_party/pdfium': |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 'action': [ 'src/tools/download_from_google_storage.py', | 413 'action': [ 'src/tools/download_from_google_storage.py', |
| 417 '--no_resume', | 414 '--no_resume', |
| 418 '--quiet', | 415 '--quiet', |
| 419 '--platform=darwin', | 416 '--platform=darwin', |
| 420 '--no_auth', | 417 '--no_auth', |
| 421 '--bucket', 'mojo/mojom_parser/mac64', | 418 '--bucket', 'mojo/mojom_parser/mac64', |
| 422 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj
om_parser.sha1', | 419 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj
om_parser.sha1', |
| 423 ], | 420 ], |
| 424 }, | 421 }, |
| 425 ] | 422 ] |
| OLD | NEW |