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

Unified Diff: native_client_sdk/src/examples/debugging/example.dsc

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 11 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/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..8e5e74955db43740e5d5526366e38507b6f7fc2c 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'
+ ],
'DEST': 'examples',
'NAME': 'debugging',
'TITLE': 'Debugging',
« no previous file with comments | « native_client_sdk/src/examples/debugging/Makefile ('k') | native_client_sdk/src/examples/debugging/hello_world.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698