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

Unified Diff: third_party/mojo/src/mojo/public/mojo_application.gni

Issue 1019173002: Update mojo sdk to rev 7214b7ec7d27563b2666afad86cf1c5895c56c18 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep permission service alive if embedder drops requests 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 | « third_party/mojo/src/mojo/public/mojo.gni ('k') | third_party/mojo/src/mojo/public/mojo_sdk.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/mojo_application.gni
diff --git a/third_party/mojo/src/mojo/public/mojo_application.gni b/third_party/mojo/src/mojo/public/mojo_application.gni
index 0cf7bff5dd268dd66d426daf4f5d99e150984099..ce8cf9e12bf2756bd830dd353d65fff731d4b616 100644
--- a/third_party/mojo/src/mojo/public/mojo_application.gni
+++ b/third_party/mojo/src/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 | « third_party/mojo/src/mojo/public/mojo.gni ('k') | third_party/mojo/src/mojo/public/mojo_sdk.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698