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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/example.dsc

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/example.dsc
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc b/native_client_sdk/src/libraries/nacl_io_test/example.dsc
similarity index 79%
rename from native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
rename to native_client_sdk/src/libraries/nacl_io_test/example.dsc
index 5b9150e53c22e7d5a8ca20025880a0e8a11ae7bf..20fca3ba285a655d11caaba44bba952983da9b0f 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
+++ b/native_client_sdk/src/libraries/nacl_io_test/example.dsc
@@ -6,7 +6,7 @@
'SEARCH': ['.', '../../examples'],
'TARGETS': [
{
- 'NAME' : 'nacl_mounts_test',
+ 'NAME' : 'nacl_io_test',
'TYPE' : 'main',
'SOURCES' : [
'kernel_object_test.cc',
@@ -23,7 +23,7 @@
'pepper_interface_mock.cc',
'pepper_interface_mock.h',
],
- 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi']
+ 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_io', 'ppapi_cpp', 'gtest_ppapi']
}
],
'DATA': [
@@ -31,6 +31,6 @@
'example.js'
],
'DEST': 'tests',
- 'NAME': 'nacl_mounts_test',
- 'TITLE': 'NaCl Mounts test',
+ 'NAME': 'nacl_io_test',
+ 'TITLE': 'NaCl IO test',
}
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io_test/Makefile ('k') | native_client_sdk/src/libraries/nacl_io_test/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698