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

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

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes, moved resources out of build_tools directory Created 7 years, 8 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 cb6abddd937ab4c3d4b4350d0eb57cfcda2dbd69..376b6e061edb0c3da46d446f39db075380757506 100644
--- a/native_client_sdk/src/examples/debugging/example.dsc
+++ b/native_client_sdk/src/examples/debugging/example.dsc
@@ -37,10 +37,6 @@ CHROME_ENV+=NACL_UNTRUSTED_EXCEPTION_HANDLING=1
'DEST': 'examples',
'NAME': 'debugging',
'TITLE': 'Debugging',
- 'DESC': """
-Debugging example shows how to use developer only features to enable
-catching an exception, and then using that to create a stacktrace.""",
- 'FOCUS': 'Debugging, Stacktraces.',
'GROUP': 'Concepts'
}

Powered by Google App Engine
This is Rietveld 408576698