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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'core', 5 'NAME' : 'messaging',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['core.cc'], 7 'SOURCES' : ['messaging.cc'],
8 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread'] 8 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DATA': [ 11 'DATA': [
12 'example.js', 12 'example.js',
13 ], 13 ],
14 'DEST': 'examples/api', 14 'DEST': 'examples/api',
15 'NAME': 'core', 15 'NAME': 'messaging',
16 'TITLE': 'Core', 16 'TITLE': 'Messaging',
17 'GROUP': 'API' 17 'GROUP': 'API'
18 } 18 }
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698