From 436a346dd859cc67bd527d3adf2db297b5b063b8 Mon Sep 17 00:00:00 2001 From: eggfly Date: Wed, 5 Jan 2022 09:50:09 +0800 Subject: [PATCH] Remove the ios_tools Chromium-style dependency (#30538) --- DEPS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/DEPS b/DEPS index 4871047f796b6..81b1ea61c80c9 100644 --- a/DEPS +++ b/DEPS @@ -62,9 +62,6 @@ vars = { 'ocmock_tag': 'v3.7.1', - # Build bot tooling for iOS - 'ios_tools_revision': '69b7c1b160e7107a6a98d948363772dc9caea46f', - # Download a prebuilt Dart SDK by default 'download_dart_sdk': True, @@ -148,9 +145,6 @@ deps = { # As part of integrating with Fuchsia, we should eventually remove all these # Chromium-style dependencies. - 'src/ios_tools': - Var('chromium_git') + '/chromium/src/ios.git' + '@' + Var('ios_tools_revision'), - 'src/third_party/icu': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2b50fa94b07b601293d7c1f791e853bba8ffbb84',