| 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': '11b7b5d13d4c1e6c5045310838b3def0286e2c84', | 5 'chromium_revision': '3ad7ae1fa15072d13d29d0e1adc7600e572500b5', |
| 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 |
| 16 # the commit queue can handle CLs rolling BoringSSL | 16 # the commit queue can handle CLs rolling BoringSSL |
| 17 # and whatever else without interference from each other. | 17 # and whatever else without interference from each other. |
| 18 'boringssl_revision': 'ae9f0616c58bddcbe7a6d80d29d796bee9aaff2e', | 18 'boringssl_revision': 'ae9f0616c58bddcbe7a6d80d29d796bee9aaff2e', |
| 19 # Three lines of non-changing comments so that | 19 # Three lines of non-changing comments so that |
| 20 # the commit queue can handle CLs rolling lss | 20 # the commit queue can handle CLs rolling lss |
| 21 # and whatever else without interference from each other. | 21 # and whatever else without interference from each other. |
| 22 'lss_revision': '63f24c8221a229f677d26ebe8f3d1528a9d787ac', | 22 'lss_revision': '63f24c8221a229f677d26ebe8f3d1528a9d787ac', |
| 23 # Three lines of non-changing comments so that | 23 # Three lines of non-changing comments so that |
| 24 # the commit queue can handle CLs rolling catapult | 24 # the commit queue can handle CLs rolling catapult |
| 25 # and whatever else without interference from each other. | 25 # and whatever else without interference from each other. |
| 26 'catapult_revision': '123b9d8ec2a233053e908750d1ce04c7c16fc3d8', | 26 'catapult_revision': '68a8df67789e065a2a762dc1401627a132fc203f', |
| 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' + '@' + '0b883e8842a7b3da57e493e4
12811035905618c6', | 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' + '@' + '2887ee57f5ea22470071726
175a176eb23ca88a3', |
| 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' + '@' + '95aa8aeac0f0216501ebb
11ac82f9c7a22800057', | 42 Var('chromium_git') + '/chromium/src/testing' + '@' + '95aa8aeac0f0216501ebb
11ac82f9c7a22800057', |
| 43 'src/third_party': | 43 'src/third_party': |
| 44 Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ea765825fcf90aa6f
2e30ad70a9fe7c45f3a2d1f', | 44 Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a55821dba9c576262
8ba471f7fdd65fdad548644', |
| 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 |