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

Unified Diff: native_client_sdk/src/examples/demo/voronoi/example.dsc

Issue 15732012: Revive voronoi multi-threaded demo. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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: native_client_sdk/src/examples/demo/voronoi/example.dsc
===================================================================
--- native_client_sdk/src/examples/demo/voronoi/example.dsc (revision 0)
+++ native_client_sdk/src/examples/demo/voronoi/example.dsc (revision 0)
@@ -0,0 +1,26 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'voronoi',
+ 'TYPE' : 'main',
+ 'SOURCES' : [
+ 'voronoi.cc',
+ 'threadpool.cc',
+ 'threadpool.h'
+ ],
+ 'CXXFLAGS': [
binji 2013/05/24 21:47:55 shouldn't be necessary, we already optimize releas
nfullagar1 2013/05/28 23:11:50 (background) added to speed up debug build, for be
+ '-O2'
+ ],
+
+ 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
+ }
+ ],
+ 'DATA': [
+ 'example.js',
+ ],
+ 'DEST': 'examples/demo',
+ 'NAME': 'voronoi',
+ 'TITLE': 'Voronoi Demo',
+ 'GROUP': 'Demo'
+}

Powered by Google App Engine
This is Rietveld 408576698