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

Unified Diff: native_client_sdk/src/examples/hello_nacl_io/Makefile

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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/hello_nacl_io/Makefile
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/Makefile b/native_client_sdk/src/examples/hello_nacl_io/Makefile
similarity index 96%
rename from native_client_sdk/src/examples/hello_nacl_mounts/Makefile
rename to native_client_sdk/src/examples/hello_nacl_io/Makefile
index c4d9da8a63eceec7d466eac4a7d0b5c80a8bc140..64dcbc66a2e4e7b15fa2075f8c3a797da871eb13 100644
--- a/native_client_sdk/src/examples/hello_nacl_mounts/Makefile
+++ b/native_client_sdk/src/examples/hello_nacl_io/Makefile
@@ -35,12 +35,12 @@ include $(NACL_SDK_ROOT)/tools/common.mk
# The base name of the final NEXE, also the name of the NMF file containing
# the mapping between architecture and actual NEXE.
#
-TARGET=hello_nacl_mounts
+TARGET=hello_nacl_io
#
# List of sources to compile
#
-SOURCES=handlers.c hello_nacl_mounts.c queue.c
+SOURCES=handlers.c hello_nacl_io.c queue.c
#
@@ -56,7 +56,7 @@ SOURCES=handlers.c hello_nacl_mounts.c queue.c
# and the set we do not. This example does not havea any additional library
# dependencies.
#
-DEPS=nacl_mounts
+DEPS=nacl_io
LIBS=$(DEPS) ppapi pthread
« no previous file with comments | « native_client_sdk/src/build_tools/test_sdk.py ('k') | native_client_sdk/src/examples/hello_nacl_io/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698