Chromium Code Reviews| Index: native_client_sdk/src/getting_started/part1/example.dsc |
| diff --git a/native_client_sdk/src/getting_started/part1/example.dsc b/native_client_sdk/src/getting_started/part1/example.dsc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..81e0e31e5b6e5e2e320799a3093e870d85dc5c37 |
| --- /dev/null |
| +++ b/native_client_sdk/src/getting_started/part1/example.dsc |
| @@ -0,0 +1,13 @@ |
| +{ |
| + 'TOOLS': ['pnacl'], |
| + 'DATA': [ |
| + 'hello_tutorial.cc', |
| + 'hello_tutorial.nmf', |
| + 'index.html', |
| + 'Makefile', |
| + ], |
| + 'DEST': 'getting_started', |
| + 'NAME': 'part1', |
| + 'GROUP': 'Getting Started' |
| +} |
| + |