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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts_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_mounts_test/example.dsc
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc b/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
deleted file mode 100644
index 5b9150e53c22e7d5a8ca20025880a0e8a11ae7bf..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- # TODO(binji): pnacl doesn't build right now because gtest doesn't build yet.
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
-
- # Need to add ../../examples for common.js
- 'SEARCH': ['.', '../../examples'],
- 'TARGETS': [
- {
- 'NAME' : 'nacl_mounts_test',
- 'TYPE' : 'main',
- 'SOURCES' : [
- 'kernel_object_test.cc',
- 'kernel_proxy_mock.cc',
- 'kernel_proxy_mock.h',
- 'kernel_proxy_test.cc',
- 'kernel_wrap_test.cc',
- 'module.cc',
- 'mount_node_test.cc',
- 'mount_html5fs_test.cc',
- 'mount_http_test.cc',
- 'mount_test.cc',
- 'path_test.cc',
- 'pepper_interface_mock.cc',
- 'pepper_interface_mock.h',
- ],
- 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi']
- }
- ],
- 'DATA': [
- 'Makefile',
- 'example.js'
- ],
- 'DEST': 'tests',
- 'NAME': 'nacl_mounts_test',
- 'TITLE': 'NaCl Mounts test',
-}
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts_test/Makefile ('k') | native_client_sdk/src/libraries/nacl_mounts_test/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698