Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / native_client_sdk / src / examples / api / var_dictionary / example.dsc
blob90f146ee13e38cd211918049cf591750a8d16899
2   'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
3   'TARGETS': [
4     {
5       'NAME' : 'var_dictionary',
6       'TYPE' : 'main',
7       'SOURCES' : ['var_dictionary.cc'],
8       'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
9     }
10   ],
11   'DATA': [
12     'example.js',
13   ],
14   'DEST': 'examples/api',
15   'NAME': 'var_dictionary',
16   'TITLE': 'Var Dictionary',
17   'GROUP': 'API'