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

Unified Diff: native_client_sdk/src/examples/api/url_loader/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/url_loader/example.dsc
diff --git a/native_client_sdk/src/examples/api/url_loader/example.dsc b/native_client_sdk/src/examples/api/url_loader/example.dsc
index a5c4503da4400c21bbe0a3dee319f921b370c512..baafd66282530dfcb6d9a668637ff9e8ea9c19b3 100644
--- a/native_client_sdk/src/examples/api/url_loader/example.dsc
+++ b/native_client_sdk/src/examples/api/url_loader/example.dsc
@@ -2,15 +2,19 @@
'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
'TARGETS': [
{
- 'NAME' : 'geturl',
+ 'NAME' : 'url_loader',
'TYPE' : 'main',
- 'SOURCES' : ['geturl.cc', 'geturl_handler.cc', 'geturl_handler.h'],
+ 'SOURCES' : [
+ 'url_loader.cc',
+ 'url_loader_handler.cc',
+ 'url_loader_handler.h'
+ ],
'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
}
],
'DATA': [
'example.js',
- 'geturl_success.html',
+ 'url_loader_success.html',
],
'DEST': 'examples/api',
'NAME': 'url_loader',
« no previous file with comments | « native_client_sdk/src/examples/api/mouse_lock/mouselock.cc ('k') | native_client_sdk/src/examples/api/url_loader/geturl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698