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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/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/libraries/nacl_io_test/Makefile
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/Makefile b/native_client_sdk/src/libraries/nacl_io_test/Makefile
similarity index 98%
rename from native_client_sdk/src/libraries/nacl_mounts_test/Makefile
rename to native_client_sdk/src/libraries/nacl_io_test/Makefile
index 2797405bedfef1af65de069a5e8d552368ba6b38..e59069020bd39e2c388413cc796cc7fd0ceec095 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/Makefile
+++ b/native_client_sdk/src/libraries/nacl_io_test/Makefile
@@ -41,7 +41,7 @@ include $(NACL_SDK_ROOT)/tools/common.mk
# We break this list down into two parts, the set we need to rebuild (DEPS)
# and the set we do not.
#
-DEPS=nacl_mounts ppapi_cpp
+DEPS=nacl_io ppapi_cpp
# Order matters here: gtest has a "main" function that will be used if
# referenced before ppapi.
LIBS=gtest_ppapi $(DEPS) gmock ppapi gtest pthread
@@ -57,7 +57,7 @@ $(foreach dep,$(DEPS),$(eval $(call DEPEND_RULE,$(dep))))
# The base name of the final NEXE, also the name of the NMF file containing
# the mapping between architecture and actual NEXE.
#
-TARGET=nacl_mounts_test
+TARGET=nacl_io_test
#
# List of sources to compile

Powered by Google App Engine
This is Rietveld 408576698