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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 deps = { | 125 deps = { |
126 'src/breakpad/src': | 126 'src/breakpad/src': |
127 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '47e51739fd00badb
ceba5bc26b8abc8bbd530989', | 127 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '47e51739fd00badb
ceba5bc26b8abc8bbd530989', |
128 | 128 |
129 'src/buildtools': | 129 'src/buildtools': |
130 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re
vision'), | 130 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re
vision'), |
131 | 131 |
132 'src/sdch/open-vcdiff': | 132 'src/sdch/open-vcdiff': |
133 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' +
'2b9bd1fe548520e9355e457a134bab7e2f9c56c0', | 133 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' +
'2b9bd1fe548520e9355e457a134bab7e2f9c56c0', |
134 | 134 |
135 'src/testing/gtest': | |
136 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
6f8a66431cb592dad629028a50b3dd418a408c87', | |
137 | |
138 'src/testing/gmock': | |
139 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e1
02c9c332ce19a33faf75be', # from svn revision 566 | |
140 | |
141 'src/third_party/freetype/src': | 135 'src/third_party/freetype/src': |
142 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var(
'freetype_revision'), | 136 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var(
'freetype_revision'), |
143 | 137 |
144 'src/third_party/glslang/src': | 138 'src/third_party/glslang/src': |
145 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210
c6bf4d8119dc5f8ac21da2d4c87184f7015e0', | 139 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210
c6bf4d8119dc5f8ac21da2d4c87184f7015e0', |
146 | 140 |
147 'src/third_party/shaderc/src': | 141 'src/third_party/shaderc/src': |
148 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8
793c34907073025af2622c28bcee64e9879a4', | 142 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8
793c34907073025af2622c28bcee64e9879a4', |
149 | 143 |
150 'src/third_party/SPIRV-Tools/src': | 144 'src/third_party/SPIRV-Tools/src': |
151 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' +
'@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', | 145 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' +
'@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', |
152 | 146 |
153 'src/third_party/angle': | 147 'src/third_party/angle': |
154 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 148 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
155 | 149 |
156 'src/third_party/colorama/src': | 150 'src/third_party/colorama/src': |
157 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', | 151 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', |
158 | 152 |
| 153 'src/third_party/googletest/src': |
| 154 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
43359642a1c16ad3f4fc575c7edd0cb935810815', |
| 155 |
159 'src/third_party/icu': | 156 'src/third_party/icu': |
160 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'b34251f8b762f8e2112a
89c587855ca4297fed96', | 157 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'b34251f8b762f8e2112a
89c587855ca4297fed96', |
161 | 158 |
162 'src/third_party/hunspell_dictionaries': | 159 'src/third_party/hunspell_dictionaries': |
163 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc
6e7c25bf47cbfb466e0701fd2728b4a12e79d5', | 160 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc
6e7c25bf47cbfb466e0701fd2728b4a12e79d5', |
164 | 161 |
165 'src/third_party/leveldatabase/src': | 162 'src/third_party/leveldatabase/src': |
166 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a53934a3ae1244679f812
d998a4f16f2c7f309a6', | 163 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a53934a3ae1244679f812
d998a4f16f2c7f309a6', |
167 | 164 |
168 'src/third_party/snappy/src': | 165 'src/third_party/snappy/src': |
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 recursedeps = [ | 1163 recursedeps = [ |
1167 # buildtools provides clang_format, libc++, and libc++abi | 1164 # buildtools provides clang_format, libc++, and libc++abi |
1168 'src/buildtools', | 1165 'src/buildtools', |
1169 # android_tools manages the NDK. | 1166 # android_tools manages the NDK. |
1170 'src/third_party/android_tools', | 1167 'src/third_party/android_tools', |
1171 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1168 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
1172 ("src/third_party/angle", "DEPS.chromium"), | 1169 ("src/third_party/angle", "DEPS.chromium"), |
1173 # SwiftShader manages DEPS that it also owns the build files for, such as Subz
ero. | 1170 # SwiftShader manages DEPS that it also owns the build files for, such as Subz
ero. |
1174 ("src/third_party/swiftshader", "DEPS"), | 1171 ("src/third_party/swiftshader", "DEPS"), |
1175 ] | 1172 ] |
OLD | NEW |