Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: ppapi/native_client/tests/examples.html

Issue 10914053: Relocating files in the nacl repo that belong in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge and fix windows Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'],
]
]
];

Powered by Google App Engine
This is Rietveld 408576698