OLD | NEW |
1 # This file contains dependencies for WebRTC. | 1 # This file contains dependencies for WebRTC. |
2 | 2 |
3 vars = { | 3 vars = { |
4 'chromium_git': 'https://chromium.googlesource.com', | 4 'chromium_git': 'https://chromium.googlesource.com', |
5 'chromium_revision': '73abd712635bd1855d69e661379ac61117f980a8', | 5 'chromium_revision': '3ea904e3488e7af8b03e29fc71d9b9998ffc325b', |
6 'boringssl_git': 'https://boringssl.googlesource.com', | 6 'boringssl_git': 'https://boringssl.googlesource.com', |
7 # Three lines of non-changing comments so that | 7 # Three lines of non-changing comments so that |
8 # the commit queue can handle CLs rolling swarming_client | 8 # the commit queue can handle CLs rolling swarming_client |
9 # and whatever else without interference from each other. | 9 # and whatever else without interference from each other. |
10 'swarming_revision': '42721e128da760b345ab60d7cf34e300269112d7', | 10 'swarming_revision': '42721e128da760b345ab60d7cf34e300269112d7', |
11 # Three lines of non-changing comments so that | 11 # Three lines of non-changing comments so that |
12 # the commit queue can handle CLs rolling openmax_dl | 12 # the commit queue can handle CLs rolling openmax_dl |
13 # and whatever else without interference from each other. | 13 # and whatever else without interference from each other. |
14 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', | 14 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', |
15 # Three lines of non-changing comments so that | 15 # Three lines of non-changing comments so that |
(...skipping 10 matching lines...) Expand all Loading... |
26 'catapult_revision': '123b9d8ec2a233053e908750d1ce04c7c16fc3d8', | 26 'catapult_revision': '123b9d8ec2a233053e908750d1ce04c7c16fc3d8', |
27 # Three lines of non-changing comments so that | 27 # Three lines of non-changing comments so that |
28 # the commit queue can handle CLs rolling libFuzzer | 28 # the commit queue can handle CLs rolling libFuzzer |
29 # and whatever else without interference from each other. | 29 # and whatever else without interference from each other. |
30 'libfuzzer_revision': '6d39c6ba7f52b61664c982d6ac89d7491b6f8730', | 30 'libfuzzer_revision': '6d39c6ba7f52b61664c982d6ac89d7491b6f8730', |
31 } | 31 } |
32 deps = { | 32 deps = { |
33 # TODO(kjellander): Move this to be Android-only once the libevent dependency | 33 # TODO(kjellander): Move this to be Android-only once the libevent dependency |
34 # in base/third_party/libevent is solved. | 34 # in base/third_party/libevent is solved. |
35 'src/base': | 35 'src/base': |
36 Var('chromium_git') + '/chromium/src/base' + '@' + '21d4e642d8037f75e5a45c08
c48eb9bf9f25a08d', | 36 Var('chromium_git') + '/chromium/src/base' + '@' + '0b883e8842a7b3da57e493e4
12811035905618c6', |
37 'src/build': | 37 'src/build': |
38 Var('chromium_git') + '/chromium/src/build' + '@' + '8e7ce53a804c03ab8fbded3
0c9c6df00926d4d59', | 38 Var('chromium_git') + '/chromium/src/build' + '@' + '8e7ce53a804c03ab8fbded3
0c9c6df00926d4d59', |
39 'src/buildtools': | 39 'src/buildtools': |
40 Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5af0a3a8b89827a863
4132080a39ab4b63dee489', | 40 Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5af0a3a8b89827a863
4132080a39ab4b63dee489', |
41 'src/testing': | 41 'src/testing': |
42 Var('chromium_git') + '/chromium/src/testing' + '@' + '4869e7efc6b52833fcd11
75a349fc81fa7ead8ca', | 42 Var('chromium_git') + '/chromium/src/testing' + '@' + '4869e7efc6b52833fcd11
75a349fc81fa7ead8ca', |
43 'src/third_party': | 43 'src/third_party': |
44 Var('chromium_git') + '/chromium/src/third_party' + '@' + '103262598b7ff7685
7f45dd9e8d1e306455a7699', | 44 Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bbf6fe5f82958bb8d
34a9648ca504ca5afaf7413', |
45 'src/third_party/boringssl/src': | 45 'src/third_party/boringssl/src': |
46 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), | 46 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
47 'src/third_party/catapult': | 47 'src/third_party/catapult': |
48 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + Var('catapult_revision'), | 48 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + Var('catapult_revision'), |
49 'src/third_party/colorama/src': | 49 'src/third_party/colorama/src': |
50 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', | 50 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', |
51 'src/third_party/depot_tools': | 51 'src/third_party/depot_tools': |
52 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e081cbe5aae
6b131955b6c3bd7308d95d650948f', | 52 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'e081cbe5aae
6b131955b6c3bd7308d95d650948f', |
53 'src/third_party/ffmpeg': | 53 'src/third_party/ffmpeg': |
54 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'dbbdb1680b
d8e77ea72f8e5a79a09101bd7a9bdd', | 54 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'dbbdb1680b
d8e77ea72f8e5a79a09101bd7a9bdd', |
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 ], | 528 ], |
529 }, | 529 }, |
530 ], | 530 ], |
531 } | 531 } |
532 recursedeps = [ | 532 recursedeps = [ |
533 # buildtools provides clang_format, libc++, and libc++abi. | 533 # buildtools provides clang_format, libc++, and libc++abi. |
534 'src/buildtools', | 534 'src/buildtools', |
535 # android_tools manages the NDK. | 535 # android_tools manages the NDK. |
536 'src/third_party/android_tools', | 536 'src/third_party/android_tools', |
537 ] | 537 ] |
OLD | NEW |