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

Unified Diff: ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_info_template.json

Issue 15697019: Parametrize names of llc and ld nexes by reading them from the resource info JSON file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak comments some more, following Jan's review Created 7 years, 7 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 | « ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_info_template.json
diff --git a/ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_info_template.json b/ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_info_template.json
index 380fc6b161a33b0d3cd2d6bee40d4f3618ea1d24..0aa66e9ed41796aff508c3659bca98d7dfa58084 100644
--- a/ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_info_template.json
+++ b/ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_info_template.json
@@ -1,4 +1,6 @@
{
"abi-version": "%(abi-version)s",
- "pnacl-arch": "%(arch)s"
+ "pnacl-arch": "%(arch)s",
+ "pnacl-llc-name": "llc.nexe",
+ "pnacl-ld-name": "ld.nexe"
}
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698