- add sources.
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / examples / api / input_event / example.dsc
1 {
2   'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'win'],
3   'TARGETS': [
4     {
5       'NAME' : 'input_event',
6       'TYPE' : 'main',
7       'SOURCES' : [
8         'input_event.cc',
9       ],
10       'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
11     }
12   ],
13   'DATA': [
14     'example.js',
15   ],
16   'DEST': 'examples/api',
17   'NAME': 'input_event',
18   'TITLE': 'Input Event',
19   'GROUP': 'API',
20 }
21