From 56d69e2c67a24ade2ad578aa94a895566f77f579 Mon Sep 17 00:00:00 2001 From: Prashanth Swaminathan Date: Tue, 30 May 2023 21:49:40 -0700 Subject: [PATCH] Add //third_party/cpu_features to DEPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chromium is migrating uses of //third_party/android_ndk:cpu_features to //third_party/cpu_features:ndk_compat upstream. Add the repository here to fix the roller. Bug: chromium:1446042 Change-Id: If6dfa1d7c3c1f83eb51b4e8720f0db6f738c146c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/307103 Auto-Submit: Prashanth Swaminathan Reviewed-by: Björn Terelius Commit-Queue: Björn Terelius Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#40186} --- DEPS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEPS b/DEPS index 1a64510653..2e777fe7fb 100644 --- a/DEPS +++ b/DEPS @@ -180,6 +180,10 @@ deps = { }, 'src/third_party/colorama/src': 'https://chromium.googlesource.com/external/colorama.git@3de9f013df4b470069d03d250224062e8cf15c49', + 'src/third_party/cpu_features/src': { + 'url': 'https://chromium.googlesource.com/external/github.com/google/cpu_features.git@936b9ab5515dead115606559502e3864958f7f6e', + 'condition': 'checkout_android', + }, 'src/third_party/crc32c/src': 'https://chromium.googlesource.com/external/github.com/google/crc32c.git@fa5ade41ee480003d9c5af6f43567ba22e4e17e6', 'src/third_party/depot_tools':