| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'src/third_party/openmax_dl': | 246 'src/third_party/openmax_dl': |
| 247 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), | 247 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), |
| 248 | 248 |
| 249 'src/third_party/jsoncpp/source/include': | 249 'src/third_party/jsoncpp/source/include': |
| 250 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4
8e02b6e6248328db78a65b5c601f150c349', | 250 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4
8e02b6e6248328db78a65b5c601f150c349', |
| 251 | 251 |
| 252 'src/third_party/jsoncpp/source/src/lib_json': | 252 'src/third_party/jsoncpp/source/src/lib_json': |
| 253 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + '
a8caa51ba2f80971a45880425bf2ae864a786784', | 253 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + '
a8caa51ba2f80971a45880425bf2ae864a786784', |
| 254 | 254 |
| 255 'src/third_party/libyuv': | 255 'src/third_party/libyuv': |
| 256 Var('chromium_git') + '/external/libyuv.git' + '@' + '147bbede9dad10ddfc3185
d082e183537f64355b', | 256 Var('chromium_git') + '/external/libyuv.git' + '@' + '455c66b4375d72984b7924
9616d0a708ad568894', |
| 257 | 257 |
| 258 'src/third_party/smhasher/src': | 258 'src/third_party/smhasher/src': |
| 259 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', | 259 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', |
| 260 | 260 |
| 261 'src/third_party/libaddressinput/src': | 261 'src/third_party/libaddressinput/src': |
| 262 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '945d96387a716
d0d82b195fa69a5e9a701249517', # from svn revision 334 | 262 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '945d96387a716
d0d82b195fa69a5e9a701249517', # from svn revision 334 |
| 263 | 263 |
| 264 'src/third_party/libphonenumber/src/phonenumbers': | 264 'src/third_party/libphonenumber/src/phonenumbers': |
| 265 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689', | 265 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689', |
| 266 'src/third_party/libphonenumber/src/test': | 266 'src/third_party/libphonenumber/src/test': |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 # corresponding .py files have already been deleted. | 791 # corresponding .py files have already been deleted. |
| 792 'name': 'remove_stale_pyc_files', | 792 'name': 'remove_stale_pyc_files', |
| 793 'pattern': 'src/tools/.*\\.py', | 793 'pattern': 'src/tools/.*\\.py', |
| 794 'action': [ | 794 'action': [ |
| 795 'python', | 795 'python', |
| 796 'src/tools/remove_stale_pyc_files.py', | 796 'src/tools/remove_stale_pyc_files.py', |
| 797 'src/tools', | 797 'src/tools', |
| 798 ], | 798 ], |
| 799 }, | 799 }, |
| 800 ] | 800 ] |
| OLD | NEW |