| 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']
|
| }
|
| ],
|
|
|