| Index: tests/chrome_extension/nacl.scons
|
| ===================================================================
|
| --- tests/chrome_extension/nacl.scons (revision 5777)
|
| +++ tests/chrome_extension/nacl.scons (working copy)
|
| @@ -12,7 +12,7 @@
|
| Return()
|
|
|
|
|
| -nexe = 'ppapi_test_example_%s.nexe' % env.get('TARGET_FULLARCH')
|
| +nexe = 'ppapi_test_example_${TARGET_FULLARCH}${PROGSUFFIX}'
|
|
|
| # Note: this test uses the nexe, manifest.json, background.html and
|
| # test_bridge.js, but these files are loaded from the disk as part of the
|
|
|