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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 Var('dart_observatory_packages_revision'), | 75 Var('dart_observatory_packages_revision'), |
76 | 76 |
77 'src/dart/third_party/root_certificates': | 77 'src/dart/third_party/root_certificates': |
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': |
| 86 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', |
| 87 |
85 'src/third_party/smhasher/src': | 88 'src/third_party/smhasher/src': |
86 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', | 89 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', |
87 | 90 |
88 'src/third_party/pywebsocket/src': | 91 'src/third_party/pywebsocket/src': |
89 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 92 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', |
90 | 93 |
91 'src/third_party/mesa/src': | 94 'src/third_party/mesa/src': |
92 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', | 95 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', |
93 | 96 |
94 'src/third_party/pdfium': | 97 'src/third_party/pdfium': |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 'action': [ 'src/tools/download_from_google_storage.py', | 413 'action': [ 'src/tools/download_from_google_storage.py', |
411 '--no_resume', | 414 '--no_resume', |
412 '--quiet', | 415 '--quiet', |
413 '--platform=darwin', | 416 '--platform=darwin', |
414 '--no_auth', | 417 '--no_auth', |
415 '--bucket', 'mojo/mojom_parser/mac64', | 418 '--bucket', 'mojo/mojom_parser/mac64', |
416 '-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', |
417 ], | 420 ], |
418 }, | 421 }, |
419 ] | 422 ] |
OLD | NEW |