Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # This file is used to manage the dependencies of the Chromium src repo. It is | 1 # This file is used to manage the dependencies of the Chromium src repo. It is |
| 2 # used by gclient to determine what version of each dependency to check out, and | 2 # used by gclient to determine what version of each dependency to check out, and |
| 3 # where. | 3 # where. |
| 4 # | 4 # |
| 5 # For more information, please refer to the official documentation: | 5 # For more information, please refer to the official documentation: |
| 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code | 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code |
| 7 # | 7 # |
| 8 # When adding a new dependency, please update the top-level .gitignore file | 8 # When adding a new dependency, please update the top-level .gitignore file |
| 9 # to list the dependency's destination directory. | 9 # to list the dependency's destination directory. |
| 10 # | 10 # |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 255 'src/third_party/jsoncpp/source/src/lib_json': | 255 'src/third_party/jsoncpp/source/src/lib_json': |
| 256 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784', | 256 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784', |
| 257 | 257 |
| 258 'src/third_party/libyuv': | 258 'src/third_party/libyuv': |
| 259 Var('chromium_git') + '/external/libyuv.git' + '@' + '5a09c3ef2aa3e6b6da4007 746fdde04ca56dae7c', # from svn revision 1130 | 259 Var('chromium_git') + '/external/libyuv.git' + '@' + '5a09c3ef2aa3e6b6da4007 746fdde04ca56dae7c', # from svn revision 1130 |
| 260 | 260 |
| 261 'src/third_party/smhasher/src': | 261 'src/third_party/smhasher/src': |
| 262 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', | 262 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', |
| 263 | 263 |
| 264 'src/third_party/libaddressinput/src': | 264 'src/third_party/libaddressinput/src': |
| 265 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '945d96387a716 d0d82b195fa69a5e9a701249517', # from svn revision 334 | 265 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '51f43544159ce 5e2d4e19dfa1673149ba73a0200', |
|
Evan Stade
2014/10/29 21:33:15
Why are you rolling DEPS?
I'm concerned about new
please use gerrit instead
2014/10/29 21:45:08
I'm rolling DEPS to stay current with the upstream
| |
| 266 | 266 |
| 267 'src/third_party/libphonenumber/src/phonenumbers': | 267 'src/third_party/libphonenumber/src/phonenumbers': |
| 268 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689', | 268 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689', |
| 269 'src/third_party/libphonenumber/src/test': | 269 'src/third_party/libphonenumber/src/test': |
| 270 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + '883b7 b86541d64b2691f7c0e65facb0b08db73e8', | 270 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + '883b7 b86541d64b2691f7c0e65facb0b08db73e8', |
| 271 'src/third_party/libphonenumber/src/resources': | 271 'src/third_party/libphonenumber/src/resources': |
| 272 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'de09 5548d2ae828a414e01f3951bfefba902b4e4', | 272 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'de09 5548d2ae828a414e01f3951bfefba902b4e4', |
| 273 | 273 |
| 274 'src/tools/deps2git': | 274 'src/tools/deps2git': |
| 275 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9', | 275 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9', |
| (...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 774 # corresponding .py files have already been deleted. | 774 # corresponding .py files have already been deleted. |
| 775 'name': 'remove_stale_pyc_files', | 775 'name': 'remove_stale_pyc_files', |
| 776 'pattern': 'src/tools/.*\\.py', | 776 'pattern': 'src/tools/.*\\.py', |
| 777 'action': [ | 777 'action': [ |
| 778 'python', | 778 'python', |
| 779 'src/tools/remove_stale_pyc_files.py', | 779 'src/tools/remove_stale_pyc_files.py', |
| 780 'src/tools', | 780 'src/tools', |
| 781 ], | 781 ], |
| 782 }, | 782 }, |
| 783 ] | 783 ] |
| OLD | NEW |