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

Unified Diff: examples/graphics/xaos/xaos.nmf

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: Created 8 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
Index: examples/graphics/xaos/xaos.nmf
diff --git a/examples/graphics/xaos/xaos.nmf b/examples/graphics/xaos/xaos.nmf
index fb80252c8183c8de4c57918ee23fbed588d596fc..6658523d3cb5e3cdd7d4255e9dc121c3b1c5e312 100644
--- a/examples/graphics/xaos/xaos.nmf
+++ b/examples/graphics/xaos/xaos.nmf
@@ -1,7 +1,7 @@
{
"program": {
- "x86-32": {"url": "xaos_x86-32.nexe"},
- "x86-64": {"url": "xaos_x86-64.nexe"},
+ "x86-32": {"url": "xaos_i686.nexe"},
+ "x86-64": {"url": "xaos_x86_64.nexe"},
"arm": {"url": "xaos_arm.nexe"}
}
}

Powered by Google App Engine
This is Rietveld 408576698