Home | History | Annotate | Download | only in sdk_util
      1 {
      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',
     30 }
     31