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