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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'pdfium_revision': '461129efe889fa7d653c8c4620a12179eeddd5ec', | 62 'pdfium_revision': '461129efe889fa7d653c8c4620a12179eeddd5ec', |
63 # Three lines of non-changing comments so that | 63 # Three lines of non-changing comments so that |
64 # the commit queue can handle CLs rolling openmax_dl | 64 # the commit queue can handle CLs rolling openmax_dl |
65 # and whatever else without interference from each other. | 65 # and whatever else without interference from each other. |
66 'openmax_dl_revision': '6670e52d32351145a6b6c198dab3f6a536edf3db', | 66 'openmax_dl_revision': '6670e52d32351145a6b6c198dab3f6a536edf3db', |
67 # Three lines of non-changing comments so that | 67 # Three lines of non-changing comments so that |
68 # the commit queue can handle CLs rolling BoringSSL | 68 # the commit queue can handle CLs rolling BoringSSL |
69 # and whatever else without interference from each other. | 69 # and whatever else without interference from each other. |
70 'boringssl_revision': '0fe4d8bef5918f84a7f260c34c26dd13c0d70ade', | 70 'boringssl_revision': '0fe4d8bef5918f84a7f260c34c26dd13c0d70ade', |
71 # Three lines of non-changing comments so that | 71 # Three lines of non-changing comments so that |
72 # the commit queue can handle CLs rolling nss | |
73 # and whatever else without interference from each other. | |
74 'nss_revision': 'ccb083050bac653bd6b98c38237fdf93c5d64a7a', | |
75 # Three lines of non-changing comments so that | |
76 # the commit queue can handle CLs rolling google-toolbox-for-mac | 72 # the commit queue can handle CLs rolling google-toolbox-for-mac |
77 # and whatever else without interference from each other. | 73 # and whatever else without interference from each other. |
78 'google_toolbox_for_mac_revision': '401878398253074c515c03cb3a3f8bb0cc8da6e9', | 74 'google_toolbox_for_mac_revision': '401878398253074c515c03cb3a3f8bb0cc8da6e9', |
79 # Three lines of non-changing comments so that | 75 # Three lines of non-changing comments so that |
80 # the commit queue can handle CLs rolling lighttpd | 76 # the commit queue can handle CLs rolling lighttpd |
81 # and whatever else without interference from each other. | 77 # and whatever else without interference from each other. |
82 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | 78 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
83 # Three lines of non-changing comments so that | 79 # Three lines of non-changing comments so that |
84 # the commit queue can handle CLs rolling lss | 80 # the commit queue can handle CLs rolling lss |
85 # and whatever else without interference from each other. | 81 # and whatever else without interference from each other. |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'src/third_party/perl': | 298 'src/third_party/perl': |
303 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0
cffeb4f8f45b6fc5ccdb78', | 299 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0
cffeb4f8f45b6fc5ccdb78', |
304 | 300 |
305 'src/third_party/lighttpd': | 301 'src/third_party/lighttpd': |
306 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), | 302 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), |
307 | 303 |
308 # Parses Windows PE/COFF executable format. | 304 # Parses Windows PE/COFF executable format. |
309 'src/third_party/pefile': | 305 'src/third_party/pefile': |
310 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6
3c15585dc3b5c3f92f1', | 306 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6
3c15585dc3b5c3f92f1', |
311 | 307 |
312 # NSS, for SSLClientSocketNSS. | |
313 'src/third_party/nss': | |
314 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | |
315 | |
316 # GNU binutils assembler for x86-32. | 308 # GNU binutils assembler for x86-32. |
317 'src/third_party/gnu_binutils': | 309 'src/third_party/gnu_binutils': |
318 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' +
'@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', | 310 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' +
'@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', |
319 # GNU binutils assembler for x86-64. | 311 # GNU binutils assembler for x86-64. |
320 'src/third_party/mingw-w64/mingw/bin': | 312 'src/third_party/mingw-w64/mingw/bin': |
321 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin
.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', | 313 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin
.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', |
322 | 314 |
323 # Dependencies used by libjpeg-turbo | 315 # Dependencies used by libjpeg-turbo |
324 'src/third_party/yasm/binaries': | 316 'src/third_party/yasm/binaries': |
325 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b
0aa06da24ef8b123058bb61ee468881', | 317 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b
0aa06da24ef8b123058bb61ee468881', |
(...skipping 15 matching lines...) Expand all Loading... |
341 | 333 |
342 'src/ios/third_party/gcdwebserver/src': | 334 'src/ios/third_party/gcdwebserver/src': |
343 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@
' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', | 335 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@
' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', |
344 | 336 |
345 'src/ios/third_party/ochamcrest/src': | 337 'src/ios/third_party/ochamcrest/src': |
346 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@'
+ 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', | 338 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@'
+ 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', |
347 | 339 |
348 'src/third_party/google_toolbox_for_mac/src': | 340 'src/third_party/google_toolbox_for_mac/src': |
349 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), | 341 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
350 | 342 |
351 'src/third_party/nss': | |
352 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | |
353 | |
354 # class-dump utility to generate header files for undocumented SDKs | 343 # class-dump utility to generate header files for undocumented SDKs |
355 'src/third_party/class-dump/src': | 344 'src/third_party/class-dump/src': |
356 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' +
'978d177ca6f0d2e5e34acf3e8dadc63e3140ebbc', | 345 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' +
'978d177ca6f0d2e5e34acf3e8dadc63e3140ebbc', |
357 | 346 |
358 # Code that's not needed due to not building everything | 347 # Code that's not needed due to not building everything |
359 'src/chrome/test/data/perf/canvas_bench': None, | 348 'src/chrome/test/data/perf/canvas_bench': None, |
360 'src/chrome/test/data/perf/frame_rate/content': None, | 349 'src/chrome/test/data/perf/frame_rate/content': None, |
361 'src/native_client': None, | 350 'src/native_client': None, |
362 'src/third_party/ffmpeg': None, | 351 'src/third_party/ffmpeg': None, |
363 'src/third_party/hunspell_dictionaries': None, | 352 'src/third_party/hunspell_dictionaries': None, |
364 'src/third_party/webgl': None, | 353 'src/third_party/webgl': None, |
365 }, | 354 }, |
366 'mac': { | 355 'mac': { |
367 'src/third_party/google_toolbox_for_mac/src': | 356 'src/third_party/google_toolbox_for_mac/src': |
368 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), | 357 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
369 | 358 |
370 | 359 |
371 'src/third_party/pdfsqueeze': | 360 'src/third_party/pdfsqueeze': |
372 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7
e50d4cbcb122378d8a07499f', | 361 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7
e50d4cbcb122378d8a07499f', |
373 | 362 |
374 'src/third_party/lighttpd': | 363 'src/third_party/lighttpd': |
375 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), | 364 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), |
376 | 365 |
377 # NSS, for SSLClientSocketNSS. | |
378 'src/third_party/nss': | |
379 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | |
380 | |
381 'src/chrome/installer/mac/third_party/xz/xz': | 366 'src/chrome/installer/mac/third_party/xz/xz': |
382 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', | 367 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', |
383 }, | 368 }, |
384 'unix': { | 369 'unix': { |
385 # Linux, really. | 370 # Linux, really. |
386 'src/third_party/xdg-utils': | 371 'src/third_party/xdg-utils': |
387 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', | 372 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', |
388 | 373 |
389 'src/third_party/lss': | 374 'src/third_party/lss': |
390 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 375 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 'pattern': '\\.sha1', | 838 'pattern': '\\.sha1', |
854 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa
d_binaries.py'], | 839 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa
d_binaries.py'], |
855 }, | 840 }, |
856 { | 841 { |
857 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 842 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
858 'name': 'gyp', | 843 'name': 'gyp', |
859 'pattern': '.', | 844 'pattern': '.', |
860 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], | 845 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], |
861 }, | 846 }, |
862 ] | 847 ] |
OLD | NEW |