summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/api/audio/example.dsc
diff options
context:
space:
mode:
authorbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-07 23:51:10 +0000
committerbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-07 23:51:10 +0000
commit038687dc0399a3228985fc168e12015aaba25798 (patch)
tree856182760b08d3a8c517096771f733bb8e335d1c /native_client_sdk/src/examples/api/audio/example.dsc
parentbb3ce678a5f19ef41a98e0979b850c4ab799d944 (diff)
downloadchromium_src-038687dc0399a3228985fc168e12015aaba25798.zip
chromium_src-038687dc0399a3228985fc168e12015aaba25798.tar.gz
chromium_src-038687dc0399a3228985fc168e12015aaba25798.tar.bz2
[NaCl SDK] Cleanup examples.
* Remove duplicated comments. * Rename main .cc/.c file to the name of the example. * Remove _module.cc files BUG=none R=noelallen@chromium.org Review URL: https://codereview.chromium.org/14607005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/examples/api/audio/example.dsc')
-rw-r--r--native_client_sdk/src/examples/api/audio/example.dsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/native_client_sdk/src/examples/api/audio/example.dsc b/native_client_sdk/src/examples/api/audio/example.dsc
index e401dc7..4d4e307 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']
}
],