Chromium Code Reviews| Index: ppapi/native_client/tests/examples.html |
| diff --git a/ppapi/native_client/tests/examples.html b/ppapi/native_client/tests/examples.html |
| index c69c7c2c48fee6de838e10d36e1ecaade2d22e21..c4965df823b18107979cf8690e54a0b54e8ef0a0 100644 |
| --- a/ppapi/native_client/tests/examples.html |
| +++ b/ppapi/native_client/tests/examples.html |
| @@ -15,6 +15,20 @@ |
| // Each test descriptor is a two element array containing a description and a |
| // link. |
| var test_table_descriptor = [ |
| + ['SRPC Nexe Tests', |
| + [ |
| + ['hello world', 'srpc_hw.html'], |
|
Nick Bray
2012/09/06 17:11:58
Huh? Why are dead SRPC nexes being added? This d
bradn
2012/09/06 18:53:16
Done.
|
| + ['parameter passing', 'srpc_basic.html'], |
| + ['resource descriptor transfer', 'srpc_nrd_xfer.html'] |
| + ] |
| + ], |
| + ['SRPC Nexe Performance', |
| + [ |
| + ['performance', 'srpc_perf.html'], |
| + ['mandelbrot tiled', 'mandel_tiled.html'], |
| + ['automatic page reloading', 'autoloader.html'] |
| + ] |
| + ], |
| ['PPAPI Nexe Examples', |
| [ |
| ['scripting', 'basic_object.html'], |
| @@ -39,6 +53,7 @@ var test_table_descriptor = [ |
| ['PPB_Instance', 'ppapi_ppb_instance.html'], |
| ['PPB_Memory', 'ppapi_ppb_memory.html'], |
| ['PPB_Messaging/PPP_Messaging', 'ppapi_messaging.html'], |
| + ['PPB_Scrollbar', 'ppapi_ppb_scrollbar.html'], |
| ['PPB_URLRequestInfo', 'ppapi_ppb_url_request_info.html'], |
| ['PPP_Instance', 'ppapi_ppp_instance.html'] |
| ] |
| @@ -55,6 +70,7 @@ var test_table_descriptor = [ |
| ['test Instance', 'test_case.html?testcase=Instance&mode=nacl'], |
| ['test PaintAggregator', |
| 'test_case.html?testcase=PaintAggregator&mode=nacl'], |
| + ['test Scrollbar', 'test_case.html?testcase=Scrollbar&mode=nacl'], |
| ] |
| ] |
| ]; |