Fix warning 'Build argument has no effect: ios_build_chrome'.
Same warning for ios_use_goma_rbe. https://logs.chromium.org/logs/webrtc/buildbucket/cr-buildbucket/8820359174215951313/+/u/generate_build_files/stdout Bug: webrtc:13556 Change-Id: I5342644d1f620d293a9a7f541ac59803dedf4d67 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/253840 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36142}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
eee0e336a2
commit
a5f3c20f2d
@ -356,31 +356,27 @@
|
|||||||
|
|
||||||
# iOS
|
# iOS
|
||||||
'ios_debug_bot_arm64': [
|
'ios_debug_bot_arm64': [
|
||||||
'ios', 'debug_bot', 'arm64', 'no_ios_code_signing', 'ios_use_goma_rbe',
|
'ios', 'debug_bot', 'arm64', 'no_ios_code_signing',
|
||||||
'xctest', 'ios_no_chrome',
|
'xctest'
|
||||||
],
|
],
|
||||||
'ios_release_bot_arm64': [
|
'ios_release_bot_arm64': [
|
||||||
'ios', 'release_bot', 'arm64', 'no_ios_code_signing', 'ios_use_goma_rbe',
|
'ios', 'release_bot', 'arm64', 'no_ios_code_signing',
|
||||||
'xctest', 'ios_no_chrome',
|
'xctest'
|
||||||
],
|
],
|
||||||
'ios_internal_debug_bot_arm64': [
|
'ios_internal_debug_bot_arm64': [
|
||||||
'ios', 'debug_bot', 'arm64', 'ios_use_goma_rbe',
|
'ios', 'debug_bot', 'arm64',
|
||||||
'ios_code_signing_identity_description', 'xctest',
|
'ios_code_signing_identity_description', 'xctest'
|
||||||
'ios_no_chrome',
|
|
||||||
],
|
],
|
||||||
'ios_internal_release_bot_arm64': [
|
'ios_internal_release_bot_arm64': [
|
||||||
'ios', 'release_bot', 'arm64', 'ios_use_goma_rbe',
|
'ios', 'release_bot', 'arm64',
|
||||||
'ios_code_signing_identity_description', 'xctest',
|
'ios_code_signing_identity_description', 'xctest'
|
||||||
'ios_no_chrome',
|
|
||||||
],
|
],
|
||||||
'ios_internal_pure_release_bot_arm64': [
|
'ios_internal_pure_release_bot_arm64': [
|
||||||
'ios', 'pure_release_bot', 'arm64', 'ios_use_goma_rbe',
|
'ios', 'pure_release_bot', 'arm64',
|
||||||
'ios_code_signing_identity_description', 'xctest',
|
'ios_code_signing_identity_description', 'xctest'
|
||||||
'ios_no_chrome',
|
|
||||||
],
|
],
|
||||||
'ios_debug_bot_x64': [
|
'ios_debug_bot_x64': [
|
||||||
'ios', 'debug_bot', 'x64', 'ios_use_goma_rbe', 'xctest',
|
'ios', 'debug_bot', 'x64', 'xctest'
|
||||||
'ios_no_chrome',
|
|
||||||
],
|
],
|
||||||
|
|
||||||
# More configs
|
# More configs
|
||||||
@ -468,14 +464,6 @@
|
|||||||
'gn_args': 'ios_code_signing_identity_description="Apple Development"',
|
'gn_args': 'ios_code_signing_identity_description="Apple Development"',
|
||||||
},
|
},
|
||||||
|
|
||||||
'ios_no_chrome': {
|
|
||||||
'gn_args': 'ios_build_chrome=false',
|
|
||||||
},
|
|
||||||
|
|
||||||
'ios_use_goma_rbe': {
|
|
||||||
'gn_args': 'ios_use_goma_rbe=true',
|
|
||||||
},
|
|
||||||
|
|
||||||
'ios': {
|
'ios': {
|
||||||
'gn_args': 'target_os="ios"',
|
'gn_args': 'target_os="ios"',
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user