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

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

Issue 10825189: [NaCl SDK] Get nacl_mounts_tests building. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows fixes Created 8 years, 4 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
new file mode 100644
index 0000000000000000000000000000000000000000..7db3e8d5e0120643cc8f6d01ac7ddb331ceafcfc
--- /dev/null
+++ b/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc
@@ -0,0 +1,22 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'nacl_mounts_test',
+ 'TYPE' : 'main',
+ 'SOURCES' : [
+ 'kernel_intercept_test.cc',
+ 'kernel_object_test.cc',
+ 'kernel_proxy_test.cc',
+ 'mount_node_test.cc',
+ 'mount_test.cc',
+ 'path_test.cc',
+ 'test.cc',
+ ],
+ 'LIBS': ['ppapi', 'pthread', 'gtest', 'nacl_mounts']
+ }
+ ],
+ 'DEST': 'testing',
+ 'NAME': 'nacl_mounts_test',
+ 'EXPERIMENTAL': True,
+}

Powered by Google App Engine
This is Rietveld 408576698