Chromium Code Reviews| Index: native_client_sdk/src/examples/debugging/example.dsc |
| diff --git a/native_client_sdk/src/examples/debugging/example.dsc b/native_client_sdk/src/examples/debugging/example.dsc |
| index 9f62127fafb65a162a6d43a0c59e1449b1c02013..3b6687414d86666f481e40696d7c98cc174a476a 100644 |
| --- a/native_client_sdk/src/examples/debugging/example.dsc |
| +++ b/native_client_sdk/src/examples/debugging/example.dsc |
| @@ -1,12 +1,17 @@ |
| { |
| 'TOOLS': ['newlib'], |
| + 'SEARCH': [ |
| + '.', |
| + '..', |
| + '../../tools', |
| + ], |
| 'TARGETS': [ |
| { |
| 'NAME' : 'debugging', |
| 'TYPE' : 'main', |
| 'SOURCES' : [ |
| - 'hello_world.c', |
| - 'string_stream.c', |
| + 'hello_world.c', |
| + 'string_stream.c', |
| 'string_stream.h', |
| 'untrusted_crash_dump.c', |
| 'untrusted_crash_dump.h' |
| @@ -25,7 +30,11 @@ CHROME_ENV+=NACL_SECURITY_DISABLE=1 |
| CHROME_ENV+=NACL_UNTRUSTED_EXCEPTION_HANDLING=1 |
| """, |
| - 'DATA': ['handler.py', 'example.js'], |
| + 'DATA': [ |
| + 'Makefile', |
| + 'example.js', |
| + 'handler.py' |
|
binji
2013/01/16 22:46:55
nit: remove tab
noelallen1
2013/01/16 23:21:10
Done.
|
| + ], |
| 'DEST': 'examples', |
| 'NAME': 'debugging', |
| 'TITLE': 'Debugging', |