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

Unified Diff: remoting/android/BUILD.gn

Issue 2038113002: 💰 target_cpu -> current_cpu in remoting/android/BUILD.gn, remoting_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 | remoting/android/remoting_apk_tmpl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index 4a1b3e0235cf98af70a5adbd9b47195651f63792..fbe6c750c3b129424cfbdd204366dc5c3225c72a 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -106,7 +106,7 @@ remoting_android_client_java_tmpl("remoting_android_client_java") {
remoting_google_play_services_library = google_play_services_library
}
-if (target_cpu == "arm") {
+if (current_cpu == "arm") {
action("remoting_cardboard_extract_native_lib") {
script = "//remoting/tools/extract_android_native_lib.py"
sources = [
« no previous file with comments | « no previous file | remoting/android/remoting_apk_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698