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

Unified Diff: mojo/public/mojo_application.gni

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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 | « mojo/nacl/BUILD.gn ('k') | mojo/public/python/src/common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_application.gni
diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
index 0cf7bff5dd268dd66d426daf4f5d99e150984099..ce8cf9e12bf2756bd830dd353d65fff731d4b616 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -155,7 +155,7 @@ template("mojo_native_application") {
nexe_target_name = base_target_name + "_nexe"
nexe_name = base_target_name + ".nexe"
- output = "${base_target_name}_${cpu_arch}.nexe.mojo"
+ output = "${base_target_name}_${target_cpu}.nexe.mojo"
executable(nexe_target_name) {
output_name = base_target_name
« no previous file with comments | « mojo/nacl/BUILD.gn ('k') | mojo/public/python/src/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698