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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'src/third_party/openh264/src': | 272 'src/third_party/openh264/src': |
273 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2
48234162033e3e11b0335f3131cdfe488', | 273 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2
48234162033e3e11b0335f3131cdfe488', |
274 | 274 |
275 'src/third_party/re2/src': | 275 'src/third_party/re2/src': |
276 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349
aba83b5588e85e5ecf2b56c97f2d259b7', | 276 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349
aba83b5588e85e5ecf2b56c97f2d259b7', |
277 } | 277 } |
278 | 278 |
279 | 279 |
280 deps_os = { | 280 deps_os = { |
281 'win': { | 281 'win': { |
282 'src/chrome/tools/test/reference_build/chrome_win': | |
283 Var('chromium_git') + '/chromium/reference_builds/chrome_win.git' + '@' + '
f8a3a845dfc845df6b14280f04f86a61959357ef', | |
284 | |
285 'src/third_party/cygwin': | 282 'src/third_party/cygwin': |
286 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa
df3a10ff1007a97c0b7de6df', | 283 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa
df3a10ff1007a97c0b7de6df', |
287 | 284 |
288 'src/third_party/psyco_win32': | 285 'src/third_party/psyco_win32': |
289 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910e
e5a8075bbaeed0591469f1661d868', | 286 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910e
e5a8075bbaeed0591469f1661d868', |
290 | 287 |
291 'src/third_party/bison': | 288 'src/third_party/bison': |
292 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd54
64ee2b224c2df649c6e26c3', | 289 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd54
64ee2b224c2df649c6e26c3', |
293 | 290 |
294 'src/third_party/gperf': | 291 'src/third_party/gperf': |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 | 349 |
353 # Code that's not needed due to not building everything | 350 # Code that's not needed due to not building everything |
354 'src/chrome/test/data/perf/canvas_bench': None, | 351 'src/chrome/test/data/perf/canvas_bench': None, |
355 'src/chrome/test/data/perf/frame_rate/content': None, | 352 'src/chrome/test/data/perf/frame_rate/content': None, |
356 'src/native_client': None, | 353 'src/native_client': None, |
357 'src/third_party/ffmpeg': None, | 354 'src/third_party/ffmpeg': None, |
358 'src/third_party/hunspell_dictionaries': None, | 355 'src/third_party/hunspell_dictionaries': None, |
359 'src/third_party/webgl': None, | 356 'src/third_party/webgl': None, |
360 }, | 357 }, |
361 'mac': { | 358 'mac': { |
362 'src/chrome/tools/test/reference_build/chrome_mac': | |
363 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', | |
364 | |
365 'src/third_party/google_toolbox_for_mac/src': | 359 'src/third_party/google_toolbox_for_mac/src': |
366 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), | 360 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
367 | 361 |
368 | 362 |
369 'src/third_party/pdfsqueeze': | 363 'src/third_party/pdfsqueeze': |
370 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7
e50d4cbcb122378d8a07499f', | 364 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7
e50d4cbcb122378d8a07499f', |
371 | 365 |
372 'src/third_party/lighttpd': | 366 'src/third_party/lighttpd': |
373 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), | 367 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), |
374 | 368 |
375 # NSS, for SSLClientSocketNSS. | 369 # NSS, for SSLClientSocketNSS. |
376 'src/third_party/nss': | 370 'src/third_party/nss': |
377 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | 371 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
378 | 372 |
379 'src/chrome/installer/mac/third_party/xz/xz': | 373 'src/chrome/installer/mac/third_party/xz/xz': |
380 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', | 374 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', |
381 }, | 375 }, |
382 'unix': { | 376 'unix': { |
383 # Linux, really. | 377 # Linux, really. |
384 'src/chrome/tools/test/reference_build/chrome_linux': | |
385 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@'
+ '033d053a528e820e1de3e2db766678d862a86b36', | |
386 | |
387 'src/third_party/xdg-utils': | 378 'src/third_party/xdg-utils': |
388 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', | 379 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', |
389 | 380 |
390 'src/third_party/lss': | 381 'src/third_party/lss': |
391 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 382 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
392 | 383 |
393 # For Linux and Chromium OS. | 384 # For Linux and Chromium OS. |
394 'src/third_party/cros_system_api': | 385 'src/third_party/cros_system_api': |
395 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '8e2e37
df9c5326a8e4198553a4befb0c1be97841', | 386 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '8e2e37
df9c5326a8e4198553a4befb0c1be97841', |
396 | 387 |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
844 'pattern': '\\.sha1', | 835 'pattern': '\\.sha1', |
845 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa
d_binaries.py'], | 836 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa
d_binaries.py'], |
846 }, | 837 }, |
847 { | 838 { |
848 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 839 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
849 'name': 'gyp', | 840 'name': 'gyp', |
850 'pattern': '.', | 841 'pattern': '.', |
851 'action': ['python', 'src/build/gyp_chromium'], | 842 'action': ['python', 'src/build/gyp_chromium'], |
852 }, | 843 }, |
853 ] | 844 ] |
OLD | NEW |