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

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

Issue 781623002: [NaCl SDK] Messaging example (demonstrates postMessageAndAwaitResponse) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years 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/messaging/example.dsc
diff --git a/native_client_sdk/src/examples/api/core/example.dsc b/native_client_sdk/src/examples/api/messaging/example.dsc
similarity index 69%
copy from native_client_sdk/src/examples/api/core/example.dsc
copy to native_client_sdk/src/examples/api/messaging/example.dsc
index 4b17c97f50934de481cf2241df83abaae158a0a6..51cf99831e03ac964b65048fb62778de760f8596 100644
--- a/native_client_sdk/src/examples/api/core/example.dsc
+++ b/native_client_sdk/src/examples/api/messaging/example.dsc
@@ -2,9 +2,9 @@
'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
'TARGETS': [
{
- 'NAME' : 'core',
+ 'NAME' : 'messaging',
'TYPE' : 'main',
- 'SOURCES' : ['core.cc'],
+ 'SOURCES' : ['messaging.cc'],
'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
}
],
@@ -12,8 +12,8 @@
'example.js',
],
'DEST': 'examples/api',
- 'NAME': 'core',
- 'TITLE': 'Core',
+ 'NAME': 'messaging',
+ 'TITLE': 'Messaging',
'GROUP': 'API'
}
« no previous file with comments | « native_client_sdk/src/build_tools/test_projects.py ('k') | native_client_sdk/src/examples/api/messaging/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698