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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 # the commit queue can handle CLs rolling build tools | 57 # the commit queue can handle CLs rolling build tools |
| 58 # and whatever else without interference from each other. | 58 # and whatever else without interference from each other. |
| 59 'buildtools_revision': 'e6b510a9daf822bbe9f922c200c58150803d2fd8', | 59 'buildtools_revision': 'e6b510a9daf822bbe9f922c200c58150803d2fd8', |
| 60 # Three lines of non-changing comments so that | 60 # Three lines of non-changing comments so that |
| 61 # the commit queue can handle CLs rolling SwiftShader | 61 # the commit queue can handle CLs rolling SwiftShader |
| 62 # and whatever else without interference from each other. | 62 # and whatever else without interference from each other. |
| 63 'swiftshader_revision': '69bc6e8ac26d38aec85946dbf1bc60c32fb6e5d3', | 63 'swiftshader_revision': '69bc6e8ac26d38aec85946dbf1bc60c32fb6e5d3', |
| 64 # Three lines of non-changing comments so that | 64 # Three lines of non-changing comments so that |
| 65 # the commit queue can handle CLs rolling PDFium | 65 # the commit queue can handle CLs rolling PDFium |
| 66 # and whatever else without interference from each other. | 66 # and whatever else without interference from each other. |
| 67 'pdfium_revision': '21362ee6370e6ef0f5a8275af5afde3f127887c9', | 67 # PDFium shared FreeType linkage |
| 68 'pdfium_revision': '186e7787629b07cd9253d43db92e10cbcf3ca1dc', | |
|
bungeman-skia
2017/03/29 20:17:04
Instead of this one can cherry pick in hooks as sh
| |
| 68 # Three lines of non-changing comments so that | 69 # Three lines of non-changing comments so that |
| 69 # the commit queue can handle CLs rolling openmax_dl | 70 # the commit queue can handle CLs rolling openmax_dl |
| 70 # and whatever else without interference from each other. | 71 # and whatever else without interference from each other. |
| 71 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', | 72 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', |
| 72 # Three lines of non-changing comments so that | 73 # Three lines of non-changing comments so that |
| 73 # the commit queue can handle CLs rolling BoringSSL | 74 # the commit queue can handle CLs rolling BoringSSL |
| 74 # and whatever else without interference from each other. | 75 # and whatever else without interference from each other. |
| 75 'boringssl_revision': 'd04ca95356c5b79e9ad80f3e8d1bd9784213dc93', | 76 'boringssl_revision': 'd04ca95356c5b79e9ad80f3e8d1bd9784213dc93', |
| 76 # Three lines of non-changing comments so that | 77 # Three lines of non-changing comments so that |
| 77 # the commit queue can handle CLs rolling google-toolbox-for-mac | 78 # the commit queue can handle CLs rolling google-toolbox-for-mac |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 308 'src/third_party/libprotobuf-mutator/src': | 309 'src/third_party/libprotobuf-mutator/src': |
| 309 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'), | 310 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git' + '@' + Var('libprotobuf-mutator'), |
| 310 | 311 |
| 311 'src/third_party/visualmetrics/src': | 312 'src/third_party/visualmetrics/src': |
| 312 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git ' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', | 313 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git ' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', |
| 313 } | 314 } |
| 314 | 315 |
| 315 | 316 |
| 316 deps_os = { | 317 deps_os = { |
| 317 'win': { | 318 'win': { |
| 319 'src/third_party/freetype/src': | |
| 320 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va r('freetype_revision'), | |
| 321 | |
| 318 'src/third_party/cygwin': | 322 'src/third_party/cygwin': |
| 319 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f adf3a10ff1007a97c0b7de6df', | 323 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f adf3a10ff1007a97c0b7de6df', |
| 320 | 324 |
| 321 'src/third_party/psyco_win32': | 325 'src/third_party/psyco_win32': |
| 322 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910 ee5a8075bbaeed0591469f1661d868', | 326 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910 ee5a8075bbaeed0591469f1661d868', |
| 323 | 327 |
| 324 'src/third_party/bison': | 328 'src/third_party/bison': |
| 325 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5 464ee2b224c2df649c6e26c3', | 329 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5 464ee2b224c2df649c6e26c3', |
| 326 | 330 |
| 327 'src/third_party/gperf': | 331 'src/third_party/gperf': |
| (...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1129 '-s', 'src/third_party/node/node_modules.tar.gz.sha1', | 1133 '-s', 'src/third_party/node/node_modules.tar.gz.sha1', |
| 1130 ], | 1134 ], |
| 1131 }, | 1135 }, |
| 1132 # Download VR test APKs only if the environment variable is set | 1136 # Download VR test APKs only if the environment variable is set |
| 1133 { | 1137 { |
| 1134 'name': 'vr_test_apks', | 1138 'name': 'vr_test_apks', |
| 1135 'pattern': '.', | 1139 'pattern': '.', |
| 1136 'action': [ 'python', | 1140 'action': [ 'python', |
| 1137 'src/third_party/gvr-android-sdk/test-apks/update.py', | 1141 'src/third_party/gvr-android-sdk/test-apks/update.py', |
| 1138 ], | 1142 ], |
| 1139 }, | 1143 }, |
|
bungeman-skia
2017/03/29 20:17:04
Go to https://pdfium-review.googlesource.com/c/297
| |
| 1140 ] | 1144 ] |
| 1141 | 1145 |
| 1142 recursedeps = [ | 1146 recursedeps = [ |
| 1143 # buildtools provides clang_format, libc++, and libc++abi | 1147 # buildtools provides clang_format, libc++, and libc++abi |
| 1144 'src/buildtools', | 1148 'src/buildtools', |
| 1145 # android_tools manages the NDK. | 1149 # android_tools manages the NDK. |
| 1146 'src/third_party/android_tools', | 1150 'src/third_party/android_tools', |
| 1147 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1151 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1148 ("src/third_party/angle", "DEPS.chromium"), | 1152 ("src/third_party/angle", "DEPS.chromium"), |
| 1149 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. | 1153 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. |
| 1150 ("src/third_party/swiftshader", "DEPS"), | 1154 ("src/third_party/swiftshader", "DEPS"), |
| 1151 ] | 1155 ] |
| OLD | NEW |