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

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

Issue 306973002: [NaCl SDK] rename nacl_io demo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/nacl_io/example.dsc
diff --git a/native_client_sdk/src/examples/demo/nacl_io/example.dsc b/native_client_sdk/src/examples/demo/nacl_io/example.dsc
deleted file mode 100644
index 0f284fc017fd7e301a4402cf0d2f836de5dbf9b3..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/demo/nacl_io/example.dsc
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'bionic'],
- 'TARGETS': [
- {
- 'NAME' : 'nacl_io',
- 'TYPE' : 'main',
- 'SOURCES' : [
- 'handlers.c',
- 'handlers.h',
- 'nacl_io_demo.c',
- 'nacl_io_demo.h',
- 'queue.c',
- 'queue.h',
- ],
- 'DEPS': ['nacl_io'],
- 'LIBS': ['nacl_io', 'ppapi', 'pthread']
- }
- ],
- 'DATA': [
- 'example.js'
- ],
- 'DEST': 'examples/demo',
- 'NAME': 'nacl_io',
- 'TITLE': 'NaCl IO Demo',
- 'GROUP': 'Demo',
- 'PERMISSIONS': [
- 'unlimitedStorage'
- ],
- 'SOCKET_PERMISSIONS': [
- 'resolve-host'
- ]
-}
« no previous file with comments | « native_client_sdk/src/doc/devguide/devcycle/building.rst ('k') | native_client_sdk/src/examples/demo/nacl_io/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698