aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-05-30 21:09:32 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-31 13:51:50 +0000
commite5a976f6f580e5ba4fefda554a5a55faefc683d5 (patch)
treea18e3be2fcb0079599662dbb061d677197b16de0 /DEPS
parent564dca8cc525ccd0a5e83f8295c1cf01a1107462 (diff)
downloadlibyuv-e5a976f6f580e5ba4fefda554a5a55faefc683d5.tar.gz
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 <mbonadei@chromium.org> Commit-Queue: Prashanth Swaminathan <prashanthsw@google.com>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 6ee6e2a5..84778701 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':