OLD | NEW |
---|---|
1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
2 # that gclient uses under git. | 2 # that gclient uses under git. |
3 # | 3 # |
4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
5 # | 5 # |
6 # To test manually, run: | 6 # To test manually, run: |
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
8 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
9 # .gclient file (the parent of 'src'). | 9 # .gclient file (the parent of 'src'). |
10 # | 10 # |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
65 # and whatever else without interference from each other. | 65 # and whatever else without interference from each other. |
66 'buildtools_revision': '2328da46142d2abb4fbe08a6ac056f50e6df0e61', | 66 'buildtools_revision': '2328da46142d2abb4fbe08a6ac056f50e6df0e61', |
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 PDFIum | 68 # the commit queue can handle CLs rolling PDFIum |
69 # and whatever else without interference from each other. | 69 # and whatever else without interference from each other. |
70 'pdfium_revision': '635e82ec20b3d5ffcb24f9a1b1be9f1f24d8a3f4', | 70 'pdfium_revision': '635e82ec20b3d5ffcb24f9a1b1be9f1f24d8a3f4', |
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 openmax_dl | 72 # the commit queue can handle CLs rolling openmax_dl |
73 # and whatever else without interference from each other. | 73 # and whatever else without interference from each other. |
74 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', | 74 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', |
75 'boringssl_revision': '5213df4e9ed9ca130c40f142893cb91f2e18eee1', | |
75 # Three lines of non-changing comments so that | 76 # Three lines of non-changing comments so that |
76 # the commit queue can handle CLs rolling BoringSSL | 77 # the commit queue can handle CLs rolling BoringSSL |
77 # and whatever else without interference from each other. | 78 # and whatever else without interference from each other. |
Nico
2014/08/25 22:59:53
This 3-line block should be above boringssl_revisi
szager1
2014/08/25 23:07:05
Done.
| |
78 'boringssl_revision': '5213df4e9ed9ca130c40f142893cb91f2e18eee1', | 79 'nss_revision': 'e2e35dbd9b41c0e5cb8485f13831cd61eb484196', |
80 # Three lines of non-changing comments so that | |
81 # the commit queue can handle CLs rolling nss | |
82 # and whatever else without interference from each other. | |
Nico
2014/08/25 22:59:53
Should be above nss
szager1
2014/08/25 23:07:05
Done.
| |
83 'google_toolbox_for_mac_revision': '704fb56df6a9a0884801045a158e021945d9d991', | |
84 # Three lines of non-changing comments so that | |
85 # the commit queue can handle CLs rolling google-toolbox-for-mac | |
86 # and whatever else without interference from each other. | |
Nico
2014/08/25 22:59:53
should be above google_toolbox_for_mac_revision
szager1
2014/08/25 23:07:05
Done.
| |
87 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | |
88 # Three lines of non-changing comments so that | |
89 # the commit queue can handle CLs rolling lighttpd | |
90 # and whatever else without interference from each other. | |
Nico
2014/08/25 22:59:53
should be above lighttpd_revision
szager1
2014/08/25 23:07:05
Done.
| |
91 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | |
Nico
2014/08/25 22:59:53
Needs a comment block once all the other blocks ha
szager1
2014/08/25 23:07:05
Done.
| |
79 } | 92 } |
80 | 93 |
81 deps = { | 94 deps = { |
82 'src/breakpad/src': | 95 'src/breakpad/src': |
83 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '17f614cd83 65f5b78577ffcc237300a970db9813', # from svn revision 1359 | 96 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '17f614cd83 65f5b78577ffcc237300a970db9813', # from svn revision 1359 |
84 | 97 |
85 'src/buildtools': | 98 'src/buildtools': |
86 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), | 99 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), |
87 | 100 |
88 'src/sdch/open-vcdiff': | 101 'src/sdch/open-vcdiff': |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
306 'src/third_party/bison': | 319 'src/third_party/bison': |
307 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd54 64ee2b224c2df649c6e26c3', | 320 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd54 64ee2b224c2df649c6e26c3', |
308 | 321 |
309 'src/third_party/gperf': | 322 'src/third_party/gperf': |
310 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f944977 0443fb06da49b5a1e5d33c1', | 323 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f944977 0443fb06da49b5a1e5d33c1', |
311 | 324 |
312 'src/third_party/perl': | 325 'src/third_party/perl': |
313 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0 cffeb4f8f45b6fc5ccdb78', | 326 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0 cffeb4f8f45b6fc5ccdb78', |
314 | 327 |
315 'src/third_party/lighttpd': | 328 'src/third_party/lighttpd': |
316 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + '9dfa55d15937a6 88a92cbf2b7a8621b0927d06eb', | 329 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r evision'), |
317 | 330 |
318 # Parses Windows PE/COFF executable format. | 331 # Parses Windows PE/COFF executable format. |
319 'src/third_party/pefile': | 332 'src/third_party/pefile': |
320 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6 3c15585dc3b5c3f92f1', | 333 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6 3c15585dc3b5c3f92f1', |
321 | 334 |
322 # NSS, for SSLClientSocketNSS. | 335 # NSS, for SSLClientSocketNSS. |
323 'src/third_party/nss': | 336 'src/third_party/nss': |
324 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8 485f13831cd61eb484196', | 337 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
325 | 338 |
326 'src/third_party/swig/win': | 339 'src/third_party/swig/win': |
327 Var('chromium_git') + '/chromium/deps/swig/win.git' + '@' + '986f013ba51854 1adf5c839811efb35630a31031', | 340 Var('chromium_git') + '/chromium/deps/swig/win.git' + '@' + '986f013ba51854 1adf5c839811efb35630a31031', |
328 | 341 |
329 # GNU binutils assembler for x86-32. | 342 # GNU binutils assembler for x86-32. |
330 'src/third_party/gnu_binutils': | 343 'src/third_party/gnu_binutils': |
331 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', | 344 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' + '@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', |
332 # GNU binutils assembler for x86-64. | 345 # GNU binutils assembler for x86-64. |
333 'src/third_party/mingw-w64/mingw/bin': | 346 'src/third_party/mingw-w64/mingw/bin': |
334 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin .git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', | 347 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin .git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', |
335 | 348 |
336 # Dependencies used by libjpeg-turbo | 349 # Dependencies used by libjpeg-turbo |
337 'src/third_party/yasm/binaries': | 350 'src/third_party/yasm/binaries': |
338 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b 0aa06da24ef8b123058bb61ee468881', | 351 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b 0aa06da24ef8b123058bb61ee468881', |
339 | 352 |
340 # Binaries for nacl sdk. | 353 # Binaries for nacl sdk. |
341 'src/third_party/nacl_sdk_binaries': | 354 'src/third_party/nacl_sdk_binaries': |
342 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df ca03bdc774da7ecbf974f6e2b84f43699a5', | 355 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df ca03bdc774da7ecbf974f6e2b84f43699a5', |
343 }, | 356 }, |
344 'ios': { | 357 'ios': { |
345 'src/third_party/google_toolbox_for_mac/src': | 358 'src/third_party/google_toolbox_for_mac/src': |
346 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + '704f b56df6a9a0884801045a158e021945d9d991', | 359 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var(' google_toolbox_for_mac_revision'), |
347 | 360 |
348 'src/third_party/nss': | 361 'src/third_party/nss': |
349 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8 485f13831cd61eb484196', | 362 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
350 | 363 |
351 # class-dump utility to generate header files for undocumented SDKs | 364 # class-dump utility to generate header files for undocumented SDKs |
352 'src/testing/iossim/third_party/class-dump': | 365 'src/testing/iossim/third_party/class-dump': |
353 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76 7584240b4dade8b74e6f57b9bdab', | 366 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76 7584240b4dade8b74e6f57b9bdab', |
354 | 367 |
355 # Code that's not needed due to not building everything | 368 # Code that's not needed due to not building everything |
356 'src/build/util/support': None, | 369 'src/build/util/support': None, |
357 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': Non e, | 370 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': Non e, |
358 'src/chrome/test/data/perf/canvas_bench': None, | 371 'src/chrome/test/data/perf/canvas_bench': None, |
359 'src/chrome/test/data/perf/frame_rate/content': None, | 372 'src/chrome/test/data/perf/frame_rate/content': None, |
(...skipping 30 matching lines...) Expand all Loading... | |
390 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None, | 403 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None, |
391 'src/third_party/yasm/source/patched-yasm': None, | 404 'src/third_party/yasm/source/patched-yasm': None, |
392 'src/tools/page_cycler/acid3': None, | 405 'src/tools/page_cycler/acid3': None, |
393 'src/v8': None, | 406 'src/v8': None, |
394 }, | 407 }, |
395 'mac': { | 408 'mac': { |
396 'src/chrome/tools/test/reference_build/chrome_mac': | 409 'src/chrome/tools/test/reference_build/chrome_mac': |
397 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + ' 8dc181329e7c5255f83b4b85dc2f71498a237955', | 410 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + ' 8dc181329e7c5255f83b4b85dc2f71498a237955', |
398 | 411 |
399 'src/third_party/google_toolbox_for_mac/src': | 412 'src/third_party/google_toolbox_for_mac/src': |
400 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + '704f b56df6a9a0884801045a158e021945d9d991', | 413 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var(' google_toolbox_for_mac_revision'), |
414 | |
401 | 415 |
402 'src/third_party/pdfsqueeze': | 416 'src/third_party/pdfsqueeze': |
403 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7 e50d4cbcb122378d8a07499f', | 417 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7 e50d4cbcb122378d8a07499f', |
404 | 418 |
405 'src/third_party/lighttpd': | 419 'src/third_party/lighttpd': |
406 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + '9dfa55d15937a6 88a92cbf2b7a8621b0927d06eb', | 420 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r evision'), |
407 | 421 |
408 'src/third_party/swig/mac': | 422 'src/third_party/swig/mac': |
409 Var('chromium_git') + '/chromium/deps/swig/mac.git' + '@' + '1b182eef16df2b 506f1d710b34df65d55c1ac44e', | 423 Var('chromium_git') + '/chromium/deps/swig/mac.git' + '@' + '1b182eef16df2b 506f1d710b34df65d55c1ac44e', |
410 | 424 |
411 # NSS, for SSLClientSocketNSS. | 425 # NSS, for SSLClientSocketNSS. |
412 'src/third_party/nss': | 426 'src/third_party/nss': |
413 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8 485f13831cd61eb484196', | 427 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
414 | 428 |
415 'src/chrome/installer/mac/third_party/xz/xz': | 429 'src/chrome/installer/mac/third_party/xz/xz': |
416 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2 641376bce7cdbc7284f7', | 430 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2 641376bce7cdbc7284f7', |
417 }, | 431 }, |
418 'unix': { | 432 'unix': { |
419 # Linux, really. | 433 # Linux, really. |
420 'src/chrome/tools/test/reference_build/chrome_linux': | 434 'src/chrome/tools/test/reference_build/chrome_linux': |
421 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@' + '033d053a528e820e1de3e2db766678d862a86b36', | 435 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@' + '033d053a528e820e1de3e2db766678d862a86b36', |
422 | 436 |
423 'src/third_party/xdg-utils': | 437 'src/third_party/xdg-utils': |
424 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d', | 438 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d', |
425 | 439 |
426 'src/third_party/swig/linux': | 440 'src/third_party/swig/linux': |
427 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d', | 441 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d', |
428 | 442 |
429 'src/third_party/lss': | 443 'src/third_party/lss': |
430 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + '9 52107fa7cea0daaabead28c0e92d579bee517eb', | 444 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), |
431 | 445 |
432 # For Linux and Chromium OS. | 446 # For Linux and Chromium OS. |
433 'src/third_party/cros_system_api': | 447 'src/third_party/cros_system_api': |
434 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'e59913 eb5a1562e23256b0527fb709be967bedc9', | 448 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'e59913 eb5a1562e23256b0527fb709be967bedc9', |
435 | 449 |
436 # Note that this is different from Android's freetype repo. | 450 # Note that this is different from Android's freetype repo. |
437 'src/third_party/freetype2/src': | 451 'src/third_party/freetype2/src': |
438 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6 99c2994ecc178c4ed05ac2086061b2034c2178', | 452 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6 99c2994ecc178c4ed05ac2086061b2034c2178', |
439 | 453 |
440 # Build tools for Chrome OS. | 454 # Build tools for Chrome OS. |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
483 'src/third_party/httpcomponents-core': | 497 'src/third_party/httpcomponents-core': |
484 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7 180a96f8fa5cab23f793c14b413356d419e62', | 498 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7 180a96f8fa5cab23f793c14b413356d419e62', |
485 | 499 |
486 'src/third_party/jarjar': | 500 'src/third_party/jarjar': |
487 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0 b77fe49e3f9137842b8b6920', | 501 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0 b77fe49e3f9137842b8b6920', |
488 | 502 |
489 'src/third_party/jsr-305/src': | 503 'src/third_party/jsr-305/src': |
490 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919', | 504 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919', |
491 | 505 |
492 'src/third_party/lss': | 506 'src/third_party/lss': |
493 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + '9 52107fa7cea0daaabead28c0e92d579bee517eb', | 507 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), |
494 | 508 |
495 'src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le': | 509 'src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le': |
496 Var('chromium_git') + '/external/eyes-free/braille/client/src/com/googleco de/eyesfree/braille.git' + '@' + '77bf6edb0138e3a38a2772248696f130dab45e34', | 510 Var('chromium_git') + '/external/eyes-free/braille/client/src/com/googleco de/eyesfree/braille.git' + '@' + '77bf6edb0138e3a38a2772248696f130dab45e34', |
497 }, | 511 }, |
498 } | 512 } |
499 | 513 |
500 | 514 |
501 include_rules = [ | 515 include_rules = [ |
502 # Everybody can use some things. | 516 # Everybody can use some things. |
503 '+base', | 517 '+base', |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
772 # migration completes (let's say Sep 1 2014). | 786 # migration completes (let's say Sep 1 2014). |
773 'name': 'check_git_config', | 787 'name': 'check_git_config', |
774 'pattern': '.', | 788 'pattern': '.', |
775 'action': [ | 789 'action': [ |
776 'python', | 790 'python', |
777 'src/tools/check_git_config.py', | 791 'src/tools/check_git_config.py', |
778 '--running-as-hook', | 792 '--running-as-hook', |
779 ], | 793 ], |
780 }, | 794 }, |
781 ] | 795 ] |
OLD | NEW |