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

Unified Diff: native_client_sdk/src/examples/hello_world_stdio/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_world_stdio/Makefile
diff --git a/native_client_sdk/src/examples/hello_world_stdio/Makefile b/native_client_sdk/src/examples/hello_world_stdio/Makefile
index aa8f0f6d95523aa0b5c1bab97b21adcae3c9f6ac..dfaa362a15bbc7ac48a10a8bf51efcc8213b4a9a 100644
--- a/native_client_sdk/src/examples/hello_world_stdio/Makefile
+++ b/native_client_sdk/src/examples/hello_world_stdio/Makefile
@@ -54,7 +54,7 @@ SOURCES=hello_world.c
# We break this list down into two parts, the set we need to rebuild (DEPS)
# and the set we do not.
#
-DEPS=ppapi_main nacl_mounts
+DEPS=ppapi_main nacl_io
LIBS=$(DEPS) ppapi_cpp ppapi pthread

Powered by Google App Engine
This is Rietveld 408576698