Commit f4d453e0 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Remove checkout_mobile_internal from {android,ios}_internal fetch configs.

Bug: 803846, 856278
Change-Id: I60d28dc5d1cc2d697f5faa559d704bc80eec3114
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1754634Reviewed-by: 's avatarMichael Moss <mmoss@chromium.org>
Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
parent 9f4b37db
......@@ -27,10 +27,6 @@ class Chromium(config_util.Config):
if ast.literal_eval(props.get('internal', 'False')):
solution['custom_vars']['checkout_src_internal'] = True
# TODO(jbudorick): Remove this once crbug.com/803846 and
# crbug.com/856278 are complete.
solution['custom_vars']['checkout_mobile_internal'] = True
if not ast.literal_eval(props.get('flash', 'False')):
solution['custom_deps'].update({
'src/third_party/adobe/flash/binaries/ppapi/linux': None,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment