Chromium Code Reviews| Index: native_client_sdk/src/build_tools/test_projects.py |
| diff --git a/native_client_sdk/src/build_tools/test_projects.py b/native_client_sdk/src/build_tools/test_projects.py |
| index a74292304e8a54d265a526627bfaf3dc6e82df34..8aac430c7ad36b8745e66faeef6873ea1baad7c8 100755 |
| --- a/native_client_sdk/src/build_tools/test_projects.py |
| +++ b/native_client_sdk/src/build_tools/test_projects.py |
| @@ -105,9 +105,6 @@ def GetBrowserTesterCommand(desc, toolchain, config): |
| ppapi_plugin += '.so' |
| args.extend(['--ppapi_plugin', ppapi_plugin]) |
| - if toolchain == 'pnacl': |
|
binji
2013/08/12 17:59:35
I don't think this should be removed, should it?
sehr
2013/08/12 18:43:14
Oops. Thanks.
|
| - args.extend(['--browser_flag', '--enable-pnacl']) |
| - |
| url = 'index.html' |
| url += '?tc=%s&config=%s&test=true' % (toolchain, config) |
| args.extend(['--url', url]) |