Chromium Code Reviews| Index: tests/srpc/nacl.scons |
| =================================================================== |
| --- tests/srpc/nacl.scons (revision 4280) |
| +++ tests/srpc/nacl.scons (working copy) |
| @@ -8,14 +8,6 @@ |
| Import('env') |
| -# In Chrome, we can share the nexe between the NPAPI (built-in) and |
| -# PPAPI (loaded with --register-pepper-plugins) versions of NaCl, but the html |
| -# needs to be different to specify different plugin content types: |
| -# "application/x-nacl-srpc" for srpc nexes with NPAPI plugin and |
| -# "application/x-ppapi-nacl-srpc" for for srpc nexes with PPAPI plugin. |
| -# TODO(polina): at some point there should only be "application/x-nacl". |
|
polina
2011/02/09 00:25:21
For srpc tests we have srpc_foo.html and srpc_foo_
sehr (please use chromium)
2011/02/09 17:18:03
Done.
|
| - |
| - |
| ###################################################################### |
| # Simple RPC basic methods tests |
| ###################################################################### |