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

Unified Diff: build/config/android/config.gni

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « build/config/allocator.gni ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index aa2e71fe25db5a66971457a2f3f01fe66b7eeca9..a2de843053ef4ac6325155f8a1a0a2176b2f8723 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -18,9 +18,6 @@ if (is_android) {
}
declare_args() {
- # Absolute directory containing the Android source code.
- android_src = ""
-
android_sdk_root = default_android_sdk_root
android_sdk_version = default_android_sdk_version
android_sdk_build_tools_version = default_android_sdk_build_tools_version
@@ -40,11 +37,6 @@ if (is_android) {
android_chrome_build_id = "\"\""
}
- if (is_android_webview_build) {
- assert(android_src != "",
- "You must specify android_src for an Android WebView build.")
- }
-
# Host stuff -----------------------------------------------------------------
# Defines the name the Android build gives to the current host CPU
« no previous file with comments | « build/config/allocator.gni ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698