Roll chromium_revision 747cb1afa7..a3e55aafc0 (525640:525714) + Android fix
Adapt Android build rule usages according to upstream change https://chromium-review.googlesource.com/c/chromium/src/+/833158 Change log:747cb1afa7..a3e55aafc0Full diff:747cb1afa7..a3e55aafc0Changed dependencies: * src/base:37d45f196a..058c173308* src/build:5e68daf0b2..86d9760b0c* src/ios:a1e00fa91e..34051b405b* src/testing:f514237b80..f471a14790* src/third_party:4ff31643cf..2ce24f00db* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a0b20a4892..436908b7d2 * src/tools:753234bdb4..0b61011efaDEPS diff:747cb1afa7..a3e55aafc0/DEPS Clang version changed 318667:321204 Details:747cb1afa7..a3e55aafc0/tools/clang/scripts/update.py TBR=sakal@webrtc.org BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I086df695fb2f279bfe49d539acfaf13e43559167 Reviewed-on: https://webrtc-review.googlesource.com/35940 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21422}
This commit is contained in:
parent
fd7df98826
commit
1e53f8ad04
16
DEPS
16
DEPS
@ -7,7 +7,7 @@ vars = {
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||
'chromium_revision': '747cb1afa7ec0b160837f87626161d29f97063af',
|
||||
'chromium_revision': 'a3e55aafc0dc0019ed20c1636311c30eb6290396',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -28,7 +28,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling catapult
|
||||
# and whatever else without interference from each other.
|
||||
'catapult_revision': 'a0b20a4892e20dcd620ac6f821411fa62ee3994b',
|
||||
'catapult_revision': '436908b7d264b36cf00478756f59f109e93e31a5',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -38,9 +38,9 @@ deps = {
|
||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||
# in base/third_party/libevent is solved.
|
||||
'src/base':
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '37d45f196a365457b8892de6800899cd076baf40',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '058c173308f1c0b3283986e02c258dca1ffaa8e5',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '5e68daf0b206ecdd6af92a9af14a855f7982740b',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '86d9760b0cb035f2d4f32fa9213d909d76cb891d',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1be57dc4c2c68fa564ee258a3af0cf8003007edf',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -50,13 +50,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a1e00fa91edb68e0b7b8de8ccca3a14700e6231d',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '34051b405b9bb7287a96d3766bc9765945f068ac',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f514237b8073309d8886e8ac0c82a5e27b64fa9d',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'f471a14790c68cea3b9b7298a4ee32fb50c5ff8d',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '4ff31643cf6b4b413748372f5b67c359e63b3dda',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '2ce24f00db5e99bc8f227584fc2355987721698f',
|
||||
'src/third_party/android_tools': {
|
||||
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
|
||||
'condition': 'checkout_android',
|
||||
@ -155,7 +155,7 @@ deps = {
|
||||
'src/third_party/yasm/source/patched-yasm':
|
||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
|
||||
'src/tools':
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '753234bdb464bc486d2f12ac8422d8d96dea9ffd',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '0b61011efa1514688cf3510aeeac9d2319b1affb',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'src/tools/swarming_client':
|
||||
|
||||
@ -702,6 +702,7 @@ if (is_android) {
|
||||
output = "${root_out_dir}/lib.java${_target_dir_name}/${target_name}.jar"
|
||||
direct_deps_only = true
|
||||
use_interface_jars = false
|
||||
use_unprocessed_jars = true
|
||||
requires_android = true
|
||||
deps = [
|
||||
":webrtc_unity_java",
|
||||
|
||||
@ -562,7 +562,7 @@ template("java8_dist_jar") {
|
||||
|
||||
foreach(output_jar, _output_jars) {
|
||||
args += [
|
||||
"--inputs",
|
||||
"--jars",
|
||||
rebase_path(output_jar, root_build_dir),
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user