Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / native_client_sdk / src / libraries / sdk_util / library.dsc
blob1ec8b3c03e6589db024de4168035fe47a1902b60
2   'TOOLS': ['newlib', 'glibc',  'bionic', 'pnacl', 'win', 'linux'],
3   'TARGETS': [
4     {
5       'NAME' : 'sdk_util',
6       'TYPE' : 'lib',
7       'SOURCES' : [
8         'thread_pool.cc'
9       ]
10     }
11   ],
12   'HEADERS': [
13     {
14       'FILES': [
15         'atomicops.h',
16         'auto_lock.h',
17         'macros.h',
18         'ref_object.h',
19         'scoped_ref.h',
20         'simple_lock.h',
21         'string_util.h',
22         'thread_pool.h',
23         'thread_safe_queue.h'
24       ],
25       'DEST': 'include/sdk_util',
26     }
27   ],
28   'DEST': 'src',
29   'NAME': 'sdk_util',