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

Unified Diff: chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf

Issue 12623004: Allow PNaCl NMF to set translator optimization options for experimentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Default to -O0 instead of the default for now Created 7 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 | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_2.nmf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf
diff --git a/chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf
new file mode 100644
index 0000000000000000000000000000000000000000..d8c6e4a7e979366819a314a1112cbd32f47659b3
--- /dev/null
+++ b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf
@@ -0,0 +1,10 @@
+{
+ "program": {
+ "portable": {
+ "pnacl-translate": {
+ "-O": 0,
+ "url": "pnacl_options_newlib_pnacl.pexe"
+ }
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_2.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698