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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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': | 135 'src/testing/gtest': |
136 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
6f8a66431cb592dad629028a50b3dd418a408c87', | 136 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
6f8a66431cb592dad629028a50b3dd418a408c87', |
137 | 137 |
138 'src/testing/gmock': | 138 'src/testing/gmock': |
139 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e1
02c9c332ce19a33faf75be', # from svn revision 566 | 139 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e1
02c9c332ce19a33faf75be', # from svn revision 566 |
140 | 140 |
| 141 'src/third_party/freetype/src': |
| 142 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var(
'freetype_revision'), |
| 143 |
141 'src/third_party/glslang/src': | 144 'src/third_party/glslang/src': |
142 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210
c6bf4d8119dc5f8ac21da2d4c87184f7015e0', | 145 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210
c6bf4d8119dc5f8ac21da2d4c87184f7015e0', |
143 | 146 |
144 'src/third_party/shaderc/src': | 147 'src/third_party/shaderc/src': |
145 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8
793c34907073025af2622c28bcee64e9879a4', | 148 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8
793c34907073025af2622c28bcee64e9879a4', |
146 | 149 |
147 'src/third_party/SPIRV-Tools/src': | 150 'src/third_party/SPIRV-Tools/src': |
148 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' +
'@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', | 151 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' +
'@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', |
149 | 152 |
150 'src/third_party/angle': | 153 'src/third_party/angle': |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 'src/third_party/libprotobuf-mutator/src': | 311 'src/third_party/libprotobuf-mutator/src': |
309 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git'
+ '@' + Var('libprotobuf-mutator'), | 312 Var('chromium_git') + '/external/github.com/google/libprotobuf-mutator.git'
+ '@' + Var('libprotobuf-mutator'), |
310 | 313 |
311 'src/third_party/visualmetrics/src': | 314 'src/third_party/visualmetrics/src': |
312 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git
' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', | 315 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git
' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', |
313 } | 316 } |
314 | 317 |
315 | 318 |
316 deps_os = { | 319 deps_os = { |
317 'win': { | 320 'win': { |
318 'src/third_party/freetype/src': | |
319 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_revision'), | |
320 | |
321 'src/third_party/cygwin': | 321 'src/third_party/cygwin': |
322 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f
adf3a10ff1007a97c0b7de6df', | 322 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f
adf3a10ff1007a97c0b7de6df', |
323 | 323 |
324 'src/third_party/psyco_win32': | 324 'src/third_party/psyco_win32': |
325 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910
ee5a8075bbaeed0591469f1661d868', | 325 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910
ee5a8075bbaeed0591469f1661d868', |
326 | 326 |
327 'src/third_party/bison': | 327 'src/third_party/bison': |
328 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5
464ee2b224c2df649c6e26c3', | 328 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5
464ee2b224c2df649c6e26c3', |
329 | 329 |
330 'src/third_party/gperf': | 330 'src/third_party/gperf': |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 'src/ios/third_party/ochamcrest/src': | 383 'src/ios/third_party/ochamcrest/src': |
384 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@'
+ 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', | 384 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@'
+ 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', |
385 | 385 |
386 'src/third_party/google_toolbox_for_mac/src': | 386 'src/third_party/google_toolbox_for_mac/src': |
387 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), | 387 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
388 }, | 388 }, |
389 'mac': { | 389 'mac': { |
390 'src/chrome/installer/mac/third_party/xz/xz': | 390 'src/chrome/installer/mac/third_party/xz/xz': |
391 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb
2641376bce7cdbc7284f7', | 391 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb
2641376bce7cdbc7284f7', |
392 | 392 |
393 'src/third_party/freetype/src': | |
394 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_revision'), | |
395 | |
396 'src/third_party/google_toolbox_for_mac/src': | 393 'src/third_party/google_toolbox_for_mac/src': |
397 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), | 394 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
398 | 395 |
399 'src/third_party/lighttpd': | 396 'src/third_party/lighttpd': |
400 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_
revision'), | 397 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_
revision'), |
401 }, | 398 }, |
402 'unix': { | 399 'unix': { |
403 # Linux, really. | 400 # Linux, really. |
404 'src/third_party/xdg-utils': | 401 'src/third_party/xdg-utils': |
405 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b
17b8c9067a1022e4416ee7ed5e0d', | 402 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b
17b8c9067a1022e4416ee7ed5e0d', |
406 | 403 |
407 'src/third_party/lss': | 404 'src/third_party/lss': |
408 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi
on'), | 405 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi
on'), |
409 | 406 |
410 # For Linux and Chromium OS. | 407 # For Linux and Chromium OS. |
411 'src/third_party/cros_system_api': | 408 'src/third_party/cros_system_api': |
412 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'c6eab
9e4d0b4f56176df23d30b815dc94b774a3d', | 409 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'c6eab
9e4d0b4f56176df23d30b815dc94b774a3d', |
413 | 410 |
414 'src/third_party/freetype/src': | |
415 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_revision'), | |
416 | |
417 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. | 411 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. |
418 'src/third_party/chromite': | 412 'src/third_party/chromite': |
419 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8dbd2c59b33e1257
5b4d8e808d440863060c2fc7', | 413 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8dbd2c59b33e1257
5b4d8e808d440863060c2fc7', |
420 | 414 |
421 # Dependency of chromite.git and skia. | 415 # Dependency of chromite.git and skia. |
422 'src/third_party/pyelftools': | 416 'src/third_party/pyelftools': |
423 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19
b3e610c86fcadb837d252c794cb5e8008826ae', | 417 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19
b3e610c86fcadb837d252c794cb5e8008826ae', |
424 | 418 |
425 'src/third_party/liblouis/src': | 419 'src/third_party/liblouis/src': |
426 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a34
78561deb6ae4798175094be8a26c2', | 420 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a34
78561deb6ae4798175094be8a26c2', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 | 464 |
471 'src/third_party/apache-portable-runtime/src': | 465 'src/third_party/apache-portable-runtime/src': |
472 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76
a8c4277e09a82eaa229e35246edea1ee0a6a1', | 466 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76
a8c4277e09a82eaa229e35246edea1ee0a6a1', |
473 | 467 |
474 'src/third_party/errorprone/lib': | 468 'src/third_party/errorprone/lib': |
475 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea
83b66343133b9c76b7d3288c30321818ebcf', | 469 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea
83b66343133b9c76b7d3288c30321818ebcf', |
476 | 470 |
477 'src/third_party/findbugs': | 471 'src/third_party/findbugs': |
478 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac7
7ea0a194813d3065dd780c6e566', | 472 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac7
7ea0a194813d3065dd780c6e566', |
479 | 473 |
480 'src/third_party/freetype/src': | |
481 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_revision'), | |
482 | |
483 'src/third_party/elfutils/src': | 474 'src/third_party/elfutils/src': |
484 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5d
e4f3760bdcaa3d23d154d7', | 475 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5d
e4f3760bdcaa3d23d154d7', |
485 | 476 |
486 'src/third_party/jsr-305/src': | 477 'src/third_party/jsr-305/src': |
487 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', | 478 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', |
488 | 479 |
489 'src/third_party/junit/src': | 480 'src/third_party/junit/src': |
490 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c
f4d08253a1556e75481', | 481 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c
f4d08253a1556e75481', |
491 | 482 |
492 'src/third_party/mockito/src': | 483 'src/third_party/mockito/src': |
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 recursedeps = [ | 1157 recursedeps = [ |
1167 # buildtools provides clang_format, libc++, and libc++abi | 1158 # buildtools provides clang_format, libc++, and libc++abi |
1168 'src/buildtools', | 1159 'src/buildtools', |
1169 # android_tools manages the NDK. | 1160 # android_tools manages the NDK. |
1170 'src/third_party/android_tools', | 1161 'src/third_party/android_tools', |
1171 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1162 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
1172 ("src/third_party/angle", "DEPS.chromium"), | 1163 ("src/third_party/angle", "DEPS.chromium"), |
1173 # SwiftShader manages DEPS that it also owns the build files for, such as Subz
ero. | 1164 # SwiftShader manages DEPS that it also owns the build files for, such as Subz
ero. |
1174 ("src/third_party/swiftshader", "DEPS"), | 1165 ("src/third_party/swiftshader", "DEPS"), |
1175 ] | 1166 ] |
OLD | NEW |