| 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 'webrtc_git': 'https://webrtc.googlesource.com', | 5 'webrtc_git': 'https://webrtc.googlesource.com', |
| 6 'chromium_revision': '946d80b37f66aa41b1826e64ad7bc60e6fda878a', | 6 'chromium_revision': 'f52ff8053016c717f40291d9a3866d918be1ed0d', |
| 7 'boringssl_git': 'https://boringssl.googlesource.com', | 7 'boringssl_git': 'https://boringssl.googlesource.com', |
| 8 # Three lines of non-changing comments so that | 8 # Three lines of non-changing comments so that |
| 9 # the commit queue can handle CLs rolling swarming_client | 9 # the commit queue can handle CLs rolling swarming_client |
| 10 # and whatever else without interference from each other. | 10 # and whatever else without interference from each other. |
| 11 'swarming_revision': '5e8001d9a710121ce7a68efd0804430a34b4f9e4', | 11 'swarming_revision': '5e8001d9a710121ce7a68efd0804430a34b4f9e4', |
| 12 # Three lines of non-changing comments so that | 12 # Three lines of non-changing comments so that |
| 13 # the commit queue can handle CLs rolling openmax_dl | 13 # the commit queue can handle CLs rolling openmax_dl |
| 14 # and whatever else without interference from each other. | 14 # and whatever else without interference from each other. |
| 15 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', | 15 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', |
| 16 # Three lines of non-changing comments so that | 16 # Three lines of non-changing comments so that |
| 17 # the commit queue can handle CLs rolling BoringSSL | 17 # the commit queue can handle CLs rolling BoringSSL |
| 18 # and whatever else without interference from each other. | 18 # and whatever else without interference from each other. |
| 19 'boringssl_revision': '683ffbbe57de2163b24993e0d03650cf393bc640', | 19 'boringssl_revision': '683ffbbe57de2163b24993e0d03650cf393bc640', |
| 20 # Three lines of non-changing comments so that | 20 # Three lines of non-changing comments so that |
| 21 # the commit queue can handle CLs rolling lss | 21 # the commit queue can handle CLs rolling lss |
| 22 # and whatever else without interference from each other. | 22 # and whatever else without interference from each other. |
| 23 'lss_revision': '63f24c8221a229f677d26ebe8f3d1528a9d787ac', | 23 'lss_revision': '63f24c8221a229f677d26ebe8f3d1528a9d787ac', |
| 24 # Three lines of non-changing comments so that | 24 # Three lines of non-changing comments so that |
| 25 # the commit queue can handle CLs rolling catapult | 25 # the commit queue can handle CLs rolling catapult |
| 26 # and whatever else without interference from each other. | 26 # and whatever else without interference from each other. |
| 27 'catapult_revision': '596aa47eec509819730749df6e0a848d374265d6', | 27 'catapult_revision': 'dd30f4f3837eee42feb07e49dd02c8777b700fb2', |
| 28 # Three lines of non-changing comments so that | 28 # Three lines of non-changing comments so that |
| 29 # the commit queue can handle CLs rolling libFuzzer | 29 # the commit queue can handle CLs rolling libFuzzer |
| 30 # and whatever else without interference from each other. | 30 # and whatever else without interference from each other. |
| 31 'libfuzzer_revision': 'edcfbba60b279570f7f065bba421e4b01adbc3f1', | 31 'libfuzzer_revision': 'edcfbba60b279570f7f065bba421e4b01adbc3f1', |
| 32 } | 32 } |
| 33 deps = { | 33 deps = { |
| 34 # TODO(kjellander): Move this to be Android-only once the libevent dependency | 34 # TODO(kjellander): Move this to be Android-only once the libevent dependency |
| 35 # in base/third_party/libevent is solved. | 35 # in base/third_party/libevent is solved. |
| 36 'src/base': | 36 'src/base': |
| 37 Var('chromium_git') + '/chromium/src/base' + '@' + '058098bf6b3e9181d1d28d35
6d8d7118302f6d5e', | 37 Var('chromium_git') + '/chromium/src/base' + '@' + 'a3848e11aef59bb2d13bc7ab
1089c9381a3a0299', |
| 38 'src/build': | 38 'src/build': |
| 39 Var('chromium_git') + '/chromium/src/build' + '@' + '465f7fab2721803cf518523
75f0f64a62e99bcf8', | 39 Var('chromium_git') + '/chromium/src/build' + '@' + '0119b14e142eac97d4c08ec
0051681cb719db99b', |
| 40 'src/buildtools': | 40 'src/buildtools': |
| 41 Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'cbc33b9c0a9d1bb913
895a4319a742c504a2d541', | 41 Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'cbc33b9c0a9d1bb913
895a4319a742c504a2d541', |
| 42 'src/testing': | 42 'src/testing': |
| 43 Var('chromium_git') + '/chromium/src/testing' + '@' + '57bea64dc9f9ea43c639d
c5ace2a22c6cb3dd2c2', | 43 Var('chromium_git') + '/chromium/src/testing' + '@' + 'e9068583fee90859b7851
892e7d308cfe7546d3d', |
| 44 'src/third_party': | 44 'src/third_party': |
| 45 Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b1265e559b7f22be3
28d29d9dc1aa22de37ebd60', | 45 Var('chromium_git') + '/chromium/src/third_party' + '@' + '3c251d88b392d32b2
827b10b74091f535a95f785', |
| 46 'src/third_party/boringssl/src': | 46 'src/third_party/boringssl/src': |
| 47 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), | 47 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
| 48 'src/third_party/catapult': | 48 'src/third_party/catapult': |
| 49 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + Var('catapult_revision'), | 49 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + Var('catapult_revision'), |
| 50 'src/third_party/colorama/src': | 50 'src/third_party/colorama/src': |
| 51 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', | 51 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', |
| 52 'src/third_party/depot_tools': | 52 'src/third_party/depot_tools': |
| 53 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b2e961b1171
d9f27278461a0a3286ab89161368c', | 53 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'b2e961b1171
d9f27278461a0a3286ab89161368c', |
| 54 'src/third_party/ffmpeg': | 54 'src/third_party/ffmpeg': |
| 55 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '1e201feaa3
260336aa63545c9471b76e5aef2e0a', | 55 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '1e201feaa3
260336aa63545c9471b76e5aef2e0a', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 70 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '27036e33e86c9ce3b5087d55
c18bf04964343c60', | 70 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '27036e33e86c9ce3b5087d55
c18bf04964343c60', |
| 71 'src/third_party/openh264/src': | 71 'src/third_party/openh264/src': |
| 72 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df
93c5dcaf858c57eb7892bd27763f0f0ac', | 72 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df
93c5dcaf858c57eb7892bd27763f0f0ac', |
| 73 'src/third_party/openmax_dl': | 73 'src/third_party/openmax_dl': |
| 74 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl
_revision'), | 74 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl
_revision'), |
| 75 'src/third_party/usrsctp/usrsctplib': | 75 'src/third_party/usrsctp/usrsctplib': |
| 76 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e
1b177f7bfdd761c147f5a649b9f1a78c06', | 76 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e
1b177f7bfdd761c147f5a649b9f1a78c06', |
| 77 'src/third_party/yasm/source/patched-yasm': | 77 'src/third_party/yasm/source/patched-yasm': |
| 78 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114
e18d8b9b84586b10d24353ab8616d4c5fc', | 78 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114
e18d8b9b84586b10d24353ab8616d4c5fc', |
| 79 'src/tools': | 79 'src/tools': |
| 80 Var('chromium_git') + '/chromium/src/tools' + '@' + '87be0ad4d04f0c57d1266ec
dc3658953162cc556', | 80 Var('chromium_git') + '/chromium/src/tools' + '@' + '02f1273b3b372d36d7bdc95
d6aab80a552a661e3', |
| 81 'src/tools/gyp': | 81 'src/tools/gyp': |
| 82 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da
9e79460fe590bfb', | 82 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da
9e79460fe590bfb', |
| 83 'src/tools/swarming_client': | 83 'src/tools/swarming_client': |
| 84 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_rev
ision'), | 84 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_rev
ision'), |
| 85 # WebRTC-only dependencies (not present in Chromium). | 85 # WebRTC-only dependencies (not present in Chromium). |
| 86 'src/third_party/gflags': | 86 'src/third_party/gflags': |
| 87 Var('webrtc_git') + '/deps/third_party/gflags' + '@' + '892576179b45861b53e0
4a112996a738309cf364', | 87 Var('webrtc_git') + '/deps/third_party/gflags' + '@' + '892576179b45861b53e0
4a112996a738309cf364', |
| 88 'src/third_party/gflags/src': | 88 'src/third_party/gflags/src': |
| 89 Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb0
65c83beff83d50ae025a55a4bf94dfca', | 89 Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb0
65c83beff83d50ae025a55a4bf94dfca', |
| 90 'src/third_party/gtest-parallel': | 90 'src/third_party/gtest-parallel': |
| 91 Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '
de7390a463e030bf22747d962ddc3ea0592f2c18', | 91 Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '
965cfdccf9d9aeb78b2a78ea918a77d95f3a7868', |
| 92 } | 92 } |
| 93 deps_os = { | 93 deps_os = { |
| 94 'android': { | 94 'android': { |
| 95 'src/third_party/android_tools': | 95 'src/third_party/android_tools': |
| 96 Var('chromium_git') + '/android_tools.git' + '@' + 'aadb2fed04af8606545b0a
fe4e3060bc1a15fad7', | 96 Var('chromium_git') + '/android_tools.git' + '@' + 'aadb2fed04af8606545b0a
fe4e3060bc1a15fad7', |
| 97 'src/third_party/ced/src': | 97 'src/third_party/ced/src': |
| 98 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' +
'@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', | 98 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' +
'@' + '94c367a1fe3a13207f4b22604fcfd1d9f9ddf6d9', |
| 99 'src/third_party/icu': | 99 'src/third_party/icu': |
| 100 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '08cb956852a5ccdba7
f9c941728bb833529ba3c6', | 100 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '08cb956852a5ccdba7
f9c941728bb833529ba3c6', |
| 101 'src/third_party/jsr-305/src': | 101 'src/third_party/jsr-305/src': |
| (...skipping 10 matching lines...) Expand all Loading... |
| 112 Var('chromium_git') + '/external/robolectric.git' + '@' + 'b02c65cc6d7465f
58f0de48a39914aa905692afa', | 112 Var('chromium_git') + '/external/robolectric.git' + '@' + 'b02c65cc6d7465f
58f0de48a39914aa905692afa', |
| 113 'src/third_party/ub-uiautomator/lib': | 113 'src/third_party/ub-uiautomator/lib': |
| 114 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '
00270549ce3161ae72ceb24712618ea28b4f9434', | 114 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '
00270549ce3161ae72ceb24712618ea28b4f9434', |
| 115 # Gradle 3.5.0. Used for testing Android Studio project generation for WebRT
C. | 115 # Gradle 3.5.0. Used for testing Android Studio project generation for WebRT
C. |
| 116 'src/webrtc/examples/androidtests/third_party/gradle': | 116 'src/webrtc/examples/androidtests/third_party/gradle': |
| 117 Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + | 117 Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' + |
| 118 '941559e020f6c357ebb08d5c67acdb858a3defc2', | 118 '941559e020f6c357ebb08d5c67acdb858a3defc2', |
| 119 }, | 119 }, |
| 120 'ios': { | 120 'ios': { |
| 121 'src/ios': | 121 'src/ios': |
| 122 Var('chromium_git') + '/chromium/src/ios' + '@' + '50b48ba029cebee340341ed
a248939136dfa890f', | 122 Var('chromium_git') + '/chromium/src/ios' + '@' + '79eaa19c53821332945e79b
10da372ae7845bf3e', |
| 123 }, | 123 }, |
| 124 'unix': { | 124 'unix': { |
| 125 'src/third_party/lss': | 125 'src/third_party/lss': |
| 126 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi
on'), | 126 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi
on'), |
| 127 }, | 127 }, |
| 128 'win': { | 128 'win': { |
| 129 # Dependencies used by libjpeg-turbo | 129 # Dependencies used by libjpeg-turbo |
| 130 'src/third_party/yasm/binaries': | 130 'src/third_party/yasm/binaries': |
| 131 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4
b0aa06da24ef8b123058bb61ee468881', | 131 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4
b0aa06da24ef8b123058bb61ee468881', |
| 132 # WebRTC-only dependency (not present in Chromium). | 132 # WebRTC-only dependency (not present in Chromium). |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 ], | 535 ], |
| 536 }, | 536 }, |
| 537 ], | 537 ], |
| 538 } | 538 } |
| 539 recursedeps = [ | 539 recursedeps = [ |
| 540 # buildtools provides clang_format, libc++, and libc++abi. | 540 # buildtools provides clang_format, libc++, and libc++abi. |
| 541 'src/buildtools', | 541 'src/buildtools', |
| 542 # android_tools manages the NDK. | 542 # android_tools manages the NDK. |
| 543 'src/third_party/android_tools', | 543 'src/third_party/android_tools', |
| 544 ] | 544 ] |
| OLD | NEW |