| 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'
|
| -}
|
|
|