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

Unified Diff: chrome/test/data/nacl/nacl_test_data.gyp

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 | « no previous file | chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/nacl_test_data.gyp
diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp
index 457d81244558fc00c958264aa769abd11189a201..fc43fd157dc61184174d217ec8a9f40c4738f379 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -106,6 +106,27 @@
'ppapi_test_lib',
],
},
+ {
+ 'target_name': 'pnacl_options_test',
+ 'type': 'none',
+ 'variables': {
+ 'nexe_target': 'pnacl_options',
+ 'build_pnacl_newlib': 1,
+ 'sources': [
+ 'simple.cc',
+ ],
+ 'test_files': [
+ 'pnacl_nmf_options/pnacl_options.html',
+ 'pnacl_nmf_options/pnacl_o_0.nmf',
+ 'pnacl_nmf_options/pnacl_o_2.nmf',
+ 'pnacl_nmf_options/pnacl_o_large.nmf',
+ 'pnacl_nmf_options/pnacl_time_passes.nmf',
+ ],
+ },
+ 'dependencies': [
+ '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
+ ]
+ },
# Legacy NaCl PPAPI interface tests being here.
{
'target_name': 'ppapi_ppb_core',
« no previous file with comments | « no previous file | chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698