From e5a976f6f580e5ba4fefda554a5a55faefc683d5 Mon Sep 17 00:00:00 2001 From: Prashanth Swaminathan Date: Tue, 30 May 2023 21:09:32 -0700 Subject: [PATCH] Add //third_party/cpu_features to DEPS 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: 1446042 Change-Id: I89344ed308b8168547f26f217f05013c87b60bb1 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4576444 Reviewed-by: Mirko Bonadei Commit-Queue: Prashanth Swaminathan --- DEPS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEPS b/DEPS index 6ee6e2a53..84778701c 100644 --- a/DEPS +++ b/DEPS @@ -93,6 +93,10 @@ deps = { Var('chromium_git') + '/catapult.git' + '@' + 'e2a65ffc7d97a4e31b223c23ea479d21e67eaebb', 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '3de9f013df4b470069d03d250224062e8cf15c49', + 'src/third_party/cpu_features/src': { + 'url': Var('chromium_git') + '/external/github.com/google/cpu_features.git' + '@' + '936b9ab5515dead115606559502e3864958f7f6e', + 'condition': 'checkout_android', + }, 'src/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'bcb9577a46b3b2c00ebb49e30b3ea9a3fdd3433a', 'src/third_party/freetype/src':