Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: crypto/BUILD.gn

Issue 291343002: Enable more targets in the Android GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: crypto/BUILD.gn
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index 31d56c122e35e87652158aa6b88b2c8169cbbc1c..307842084cb20418010cc3439c0f5a8f02321458 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -118,6 +118,10 @@ component("crypto") {
]
}
+ if (is_android) {
+ deps += [ "//third_party/android_tools:cpu_features" ]
+ }
+
if (use_openssl) {
# Remove NSS files when using OpenSSL
sources -= [
« BUILD.gn ('K') | « BUILD.gn ('k') | tools/gn/secondary/third_party/android_tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698