| 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',
|
|
|