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

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

Issue 2544493002: Remove android build dir nesting restriction (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | 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 0da122dd836f48787a20d2c159330f4a234482c1..74c661186aef91a80bcffc0a2cbd2a0fb9a70bdb 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -5,10 +5,6 @@
# This file contains common system config stuff for the Android build.
if (is_android) {
- assert(rebase_path("//", root_build_dir) == "../../",
- "Android output directory must be nested 2 levels within src/ (" +
- "e.g.: out-gn/Debug). http://crbug.com/412935")
-
import("//build_overrides/build.gni")
has_chrome_android_internal =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698