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/examples/hello_nacl_mounts/example.dsc

Issue 11190066: [NaCl SDK] nacl-mounts example. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows Created 8 years, 1 month 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/examples/hello_nacl_mounts/example.dsc
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc b/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..41e558760cb7c2ec2a67a9a8bd74c6c3e71ce381
--- /dev/null
+++ b/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
@@ -0,0 +1,17 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'win'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'hello_nacl_mounts',
+ 'TYPE' : 'main',
+ 'SOURCES' : ['hello_nacl_mounts.c'],
+ 'LIBS': ['ppapi', 'pthread', 'nacl_mounts']
+ }
+ ],
+ 'DATA': [
+ 'example.js'
+ ],
+ 'DEST': 'examples',
+ 'NAME': 'hello_nacl_mounts',
+ 'TITLE': 'Hello, Nacl Mounts!',
+}
« no previous file with comments | « native_client_sdk/src/build_tools/build_sdk.py ('k') | native_client_sdk/src/examples/hello_nacl_mounts/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698