| Index: native_client_sdk/src/examples/input_events/example.dsc
|
| diff --git a/native_client_sdk/src/examples/input_events/example.dsc b/native_client_sdk/src/examples/input_events/example.dsc
|
| index 759d9e6a3227ed3d02b4cc2537fbd1d7c0cda627..1f5d20eec5fb7bddbe9f1c65ffc28cf4d9eb2fe8 100644
|
| --- a/native_client_sdk/src/examples/input_events/example.dsc
|
| +++ b/native_client_sdk/src/examples/input_events/example.dsc
|
| @@ -1,5 +1,5 @@
|
| {
|
| - 'TOOLS': ['newlib', 'glibc', 'pnacl'],
|
| + 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'win'],
|
| 'TARGETS': [
|
| {
|
| 'NAME' : 'input_events',
|
| @@ -13,7 +13,10 @@
|
| 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
|
| }
|
| ],
|
| - 'DATA': ['example.js'],
|
| + 'DATA': [
|
| + 'Makefile',
|
| + 'example.js',
|
| + ],
|
| 'DEST': 'examples',
|
| 'NAME': 'input_events',
|
| 'TITLE': 'Input Events',
|
|
|