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

Unified Diff: native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 7 years, 7 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/examples/getting_started/simple_hello_world/example.dsc
diff --git a/native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc b/native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..de8c6a35f77119cf31ed530a592a3a249e1d06f2
--- /dev/null
+++ b/native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc
@@ -0,0 +1,19 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'simple_hello_world',
+ 'TYPE' : 'main',
+ 'SOURCES' : ['hello_world.c'],
+ 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi_cpp', 'ppapi', 'pthread']
+ }
+ ],
+ 'DATA': [
+ 'example.js',
+ ],
+ 'DEST': 'examples/getting_started',
+ 'NAME': 'simple_hello_world',
+ 'TITLE': 'Hello World (ppapi_simple)',
+ 'GROUP': 'Getting Started'
+}
+

Powered by Google App Engine
This is Rietveld 408576698