Add //third_party/cpu_features to DEPS
Bug: pdfium:2045
Change-Id: Ic0413839e2e72cf1084ec455b505c10fd919b1a7
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/108270
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Nigi <nigi@chromium.org>
diff --git a/DEPS b/DEPS
index e73cc10..c5b6bc2 100644
--- a/DEPS
+++ b/DEPS
@@ -64,6 +64,10 @@
# and whatever else without interference from each other.
'code_coverage_revision': 'de759c9da8369a18036f56bb9d7be57543c88057',
# Three lines of non-changing comments so that
+ # the commit queue can handle CLs rolling code_coverage
+ # and whatever else without interference from each other.
+ 'cpu_features_revision': '936b9ab5515dead115606559502e3864958f7f6e',
+ # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling depot_tools
# and whatever else without interference from each other.
'depot_tools_revision': '79f13899e6a718f6b4ab526fc5b4dcd547f90bbe',
@@ -270,6 +274,13 @@
'condition': 'checkout_android',
},
+ 'third_party/cpu_features/src': {
+ 'url': Var('chromium_git') +
+ '/external/github.com/google/cpu_features.git@' +
+ Var('cpu_features_revision'),
+ 'condition': 'checkout_android',
+ },
+
'third_party/depot_tools':
Var('chromium_git') + '/chromium/tools/depot_tools.git@' +
Var('depot_tools_revision'),