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

Unified Diff: native_client_sdk/src/examples/pi_generator/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: fix license headers 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/pi_generator/example.dsc
diff --git a/native_client_sdk/src/examples/pi_generator/example.dsc b/native_client_sdk/src/examples/pi_generator/example.dsc
index 3910abd66b260e0507ced25ce812f7cb13c85e86..3bdba19be8971831d3187db94fc0cdcf9913ff6b 100644
--- a/native_client_sdk/src/examples/pi_generator/example.dsc
+++ b/native_client_sdk/src/examples/pi_generator/example.dsc
@@ -18,10 +18,5 @@
'DEST': 'examples',
'NAME': 'pi_generator',
'TITLE': 'Monte Carlo Estimate for Pi',
- 'DESC': """
-The Pi Generator example demonstrates creating a helper thread that
-estimate pi using the Monte Carlo method while randomly putting 1,000,000,000
-points inside a 2D square that shares two sides with a quarter circle.""",
- 'FOCUS': 'Thread creation, 2D graphics, view change events.',
'GROUP': 'Concepts'
}
« no previous file with comments | « native_client_sdk/src/examples/mouselock/index.html ('k') | native_client_sdk/src/examples/resources/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698