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

Unified Diff: native_client_sdk/src/examples/getting_started/hello_world_ppapi_main/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/hello_world_ppapi_main/example.dsc
diff --git a/native_client_sdk/src/examples/getting_started/hello_world_ppapi_main/example.dsc b/native_client_sdk/src/examples/getting_started/hello_world_ppapi_main/example.dsc
deleted file mode 100644
index 19a2b4173ad4e72fc63d352953cb8e21872c73f7..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/getting_started/hello_world_ppapi_main/example.dsc
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
- 'TARGETS': [
- {
- 'NAME': 'hello_world_stdio',
- 'TYPE': 'main',
- 'SOURCES': ['hello_world.c'],
- 'LIBS': ['ppapi_main', 'nacl_io', 'ppapi_cpp', 'ppapi', 'pthread']
- }
- ],
- 'DATA': [
- 'example.js',
- ],
- 'DEST': 'examples/getting_started',
- 'NAME': 'hello_world_ppapi_main',
- 'TITLE': 'Hello World (libppapi_main)',
- 'GROUP': 'Getting Started'
-}

Powered by Google App Engine
This is Rietveld 408576698