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

Unified Diff: native_client_sdk/src/examples/demo/nacl_io_demo/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_demo/example.dsc
diff --git a/native_client_sdk/src/examples/demo/nacl_io/example.dsc b/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
similarity index 90%
rename from native_client_sdk/src/examples/demo/nacl_io/example.dsc
rename to native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
index 0f284fc017fd7e301a4402cf0d2f836de5dbf9b3..388248cae91897e896b24b3aa6bc88d4b13674cb 100644
--- a/native_client_sdk/src/examples/demo/nacl_io/example.dsc
+++ b/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
@@ -2,7 +2,7 @@
'TOOLS': ['newlib', 'glibc', 'pnacl', 'bionic'],
'TARGETS': [
{
- 'NAME' : 'nacl_io',
+ 'NAME' : 'nacl_io_demo',
'TYPE' : 'main',
'SOURCES' : [
'handlers.c',
@@ -20,7 +20,7 @@
'example.js'
],
'DEST': 'examples/demo',
- 'NAME': 'nacl_io',
+ 'NAME': 'nacl_io_demo',
'TITLE': 'NaCl IO Demo',
'GROUP': 'Demo',
'PERMISSIONS': [
« no previous file with comments | « native_client_sdk/src/examples/demo/nacl_io/queue.c ('k') | native_client_sdk/src/examples/demo/nacl_io_demo/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698