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

Unified Diff: tools/gn/secondary/third_party/android_tools/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
« BUILD.gn ('K') | « crypto/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/android_tools/BUILD.gn
diff --git a/tools/gn/secondary/third_party/android_tools/BUILD.gn b/tools/gn/secondary/third_party/android_tools/BUILD.gn
index b5f6ebdddc569e5124825277aa7d083ffe07f237..44a10d99b3eba36c7bae8e96cd0533f0c3edd008 100644
--- a/tools/gn/secondary/third_party/android_tools/BUILD.gn
+++ b/tools/gn/secondary/third_party/android_tools/BUILD.gn
@@ -6,6 +6,8 @@ config("cpu_features_include") {
include_dirs = [ "ndk/sources/android/cpufeatures" ]
}
+# This is the GN version of
+# //build/android/cpufeatures.gypi:cpufeatures
source_set("cpu_features") {
sources = [ "ndk/sources/android/cpufeatures/cpu-features.c" ]
direct_dependent_configs = [ ":cpu_features_include" ]
« BUILD.gn ('K') | « crypto/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698