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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 227673008: Checkpoint work to get GN builds working on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge forward to 263376 Created 6 years, 8 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
« no previous file with comments | « base/BUILD.gn ('k') | build/config/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 350d880de1ffa69d538940b4fc271e17ff728bc4..6e30893c001f6b81c1c4d05bbb4d2393b589c920 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -328,6 +328,8 @@ if (is_win) {
native_compiler_configs += [ "//build/config/mac:sdk", ]
} else if (is_ios) {
native_compiler_configs += [ "//build/config/ios:sdk", ]
+} else if (is_android) {
+ native_compiler_configs += [ "//build/config/android:sdk", ]
}
if (is_clang) {
native_compiler_configs += [ "//build/config/clang:find_bad_constructs" ]
« no previous file with comments | « base/BUILD.gn ('k') | build/config/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698