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

Unified Diff: chrome/android/chrome_public_apk_tmpl.gni

Issue 2039523002: 💪 target_cpu -> current_cpu in chrome/android/chrome_public_apk_tmpl.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@monochrome
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/chrome_public_apk_tmpl.gni
diff --git a/chrome/android/chrome_public_apk_tmpl.gni b/chrome/android/chrome_public_apk_tmpl.gni
index 39bcaf38dd48dafb8ab15b4f544040133f155a5c..fff008404a13ae08cf5339a81e4c9e884fdd1175 100644
--- a/chrome/android/chrome_public_apk_tmpl.gni
+++ b/chrome/android/chrome_public_apk_tmpl.gni
@@ -23,7 +23,7 @@ declare_args() {
# approach falls to a minimal level - http://crbug.com/390618.
chrome_public_apk_load_library_from_apk =
chromium_linker_supported &&
- (target_cpu == "arm64" || target_cpu == "x64")
+ (current_cpu == "arm64" || current_cpu == "x64")
}
default_chrome_public_jinja_variables = [
« 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