Chromium Code Reviews| Index: ppapi/tests/extensions/extensions.gyp |
| diff --git a/ppapi/tests/extensions/extensions.gyp b/ppapi/tests/extensions/extensions.gyp |
| index 163b8ef3ce66b27e06bc6997863a077adf66b643..b34d95d3e92573a37129cee2b6ff4771272cc2f4 100644 |
| --- a/ppapi/tests/extensions/extensions.gyp |
| +++ b/ppapi/tests/extensions/extensions.gyp |
| @@ -57,7 +57,9 @@ |
| # TODO(teravest): Add testing for glibc, pnacl, and nonsfi modes. |
|
dmichael (off chromium)
2014/11/12 18:49:14
nit: This TODO can go away now
teravest
2014/11/12 20:02:05
Done.
|
| 'build_newlib': 1, |
| 'build_glibc': 0, |
| - 'build_pnacl_newlib': 0, |
| + 'build_pnacl_newlib': 1, |
| + 'translate_pexe_with_build': 1, |
| + 'enable_x86_32_nonsfi': 1, |
| 'nexe_destination_dir': 'test_data/ppapi/tests/extensions/packaged_app', |
| 'sources': [ |
| 'packaged_app/test_packaged_app.cc' |
| @@ -69,6 +71,10 @@ |
| 'packaged_app/manifest.json', |
| ], |
| }, |
| + # Shim is a dependency for the nexe because we pre-translate. |
| + 'dependencies': [ |
| + '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:aot', |
| + ], |
| }, |
| ], |
| } |