Index: native_client_sdk/src/libraries/ppapi_simple/library.dsc |
diff --git a/native_client_sdk/src/libraries/ppapi_simple/library.dsc b/native_client_sdk/src/libraries/ppapi_simple/library.dsc |
index ada1bce184b6a81e0e3401053dbc46b48f26cca0..bf4880b5792c43ad5729b2e7dc8b1c719b950cfc 100644 |
--- a/native_client_sdk/src/libraries/ppapi_simple/library.dsc |
+++ b/native_client_sdk/src/libraries/ppapi_simple/library.dsc |
@@ -5,14 +5,15 @@ |
'NAME' : 'ppapi_simple', |
'TYPE' : 'lib', |
'SOURCES' : [ |
- "ps.cc", |
- "ps_context_2d.cc", |
- "ps_event.cc", |
- "ps_instance.cc", |
- "ps_interface.cc", |
- "ps_main.cc", |
+ "ps.c", |
+ "ps_context_2d.c", |
+ "ps_event.c", |
+ "ps_instance.c", |
+ "ps_interface.c", |
+ "ps_main.c", |
+ "ps_entrypoints_c.c" |
], |
- } |
+ }, |
], |
'HEADERS': [ |
{ |