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

Unified Diff: native_client_sdk/src/examples/api/audio/example.dsc

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 7 years, 7 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/api/audio/example.dsc
diff --git a/native_client_sdk/src/examples/api/audio/example.dsc b/native_client_sdk/src/examples/api/audio/example.dsc
index e401dc7ea41f72acaf3c4b6849c26b49a9b99da1..4d4e3070810303a7f8829b31f5d534bc5b0af58d 100644
--- a/native_client_sdk/src/examples/api/audio/example.dsc
+++ b/native_client_sdk/src/examples/api/audio/example.dsc
@@ -2,9 +2,9 @@
'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
'TARGETS': [
{
- 'NAME' : 'sine_synth',
+ 'NAME' : 'audio',
'TYPE' : 'main',
- 'SOURCES' : ['sine_synth.cc'],
+ 'SOURCES' : ['audio.cc'],
'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
}
],
« no previous file with comments | « native_client_sdk/src/examples/api/audio/audio.cc ('k') | native_client_sdk/src/examples/api/audio/sine_synth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698