Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / libraries / ppapi_simple / library.dsc
1 {
2   'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux'],
3   'TARGETS': [
4     {
5       'NAME' : 'ppapi_simple',
6       'TYPE' : 'lib',
7       'SOURCES' : [
8         "ps.cc",
9         "ps_context_2d.cc",
10         "ps_event.cc",
11         "ps_instance.cc",
12         "ps_interface.cc",
13         "ps_main.cc",
14       ],
15     }
16   ],
17   'HEADERS': [
18     {
19       'FILES': [
20         "ps.h",
21         "ps_context_2d.h",
22         "ps_event.h",
23         "ps_instance.h",
24         "ps_interface.h",
25         "ps_main.h",
26       ],
27       'DEST': 'include/ppapi_simple',
28     },
29   ],
30   'DEST': 'src',
31   'NAME': 'ppapi_simple',
32 }