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

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

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/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/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
index f390187e9f9db3a77a796ca5727a4ac17bab3658..11272c0fac1d0fd44e515f7d1c5c22e18219f0da 100644
--- a/native_client_sdk/src/examples/demo/nacl_io/example.dsc
+++ b/native_client_sdk/src/examples/demo/nacl_io/example.dsc
@@ -7,8 +7,8 @@
'SOURCES' : [
'handlers.c',
'handlers.h',
- 'hello_nacl_io.c',
- 'hello_nacl_io.h',
+ 'nacl_io.c',
+ 'nacl_io.h',
noelallen1 2013/05/07 19:07:29 This collides with both the lib name and the lib s
binji 2013/05/07 20:37:35 Done.
'queue.c',
'queue.h',
],

Powered by Google App Engine
This is Rietveld 408576698