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

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

Issue 11066105: [NaCl SDK] nacl_mounts: wrap functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 8 years, 2 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
index 1260c306e8492f4b1e7b8ac43f5842a32b4fb87b..03cfa4810263acd14c1006e7c158bab667f73870 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
+++ b/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
@@ -1,6 +1,6 @@
{
# TODO(binji): pnacl doesn't build right now because gtest doesn't build yet.
- 'TOOLS': ['newlib', 'glibc', 'win', 'linux'],
+ 'TOOLS': ['newlib', 'glibc', 'win'],
# Need to add ../../examples for common.js
'SEARCH': ['.', '../../examples'],
@@ -9,14 +9,16 @@
'NAME' : 'nacl_mounts_test',
'TYPE' : 'main',
'SOURCES' : [
- 'kernel_intercept_test.cc',
'kernel_object_test.cc',
+ 'kernel_proxy_mock.h',
'kernel_proxy_test.cc',
+ 'kernel_wrap_test.cc',
+ 'module.cc',
'mount_node_test.cc',
'mount_test.cc',
'path_test.cc',
],
- 'LIBS': ['ppapi', 'pthread', 'gtest', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi']
+ 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi']
}
],
'DATA': [

Powered by Google App Engine
This is Rietveld 408576698