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

Unified Diff: native_client_sdk/src/examples/api/var_array_buffer/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/var_array_buffer/example.dsc
diff --git a/native_client_sdk/src/examples/api/var_array_buffer/example.dsc b/native_client_sdk/src/examples/api/var_array_buffer/example.dsc
index 43da81536dc1eb1a212c8fed6a8f6c7531ec80a6..4b1f2960c6a449ee46008d0485f8784dc1dc99a8 100644
--- a/native_client_sdk/src/examples/api/var_array_buffer/example.dsc
+++ b/native_client_sdk/src/examples/api/var_array_buffer/example.dsc
@@ -2,9 +2,9 @@
'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
'TARGETS': [
{
- 'NAME' : 'file_histogram',
+ 'NAME' : 'var_array_buffer',
'TYPE' : 'main',
- 'SOURCES' : ['file_histogram.cc'],
+ 'SOURCES' : ['var_array_buffer.cc'],
'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
}
],

Powered by Google App Engine
This is Rietveld 408576698