Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], |
| 3 'SEARCH': [ | 3 'SEARCH': [ |
| 4 '.' | 4 '.' |
| 5 ], | 5 ], |
| 6 'TARGETS': [ | 6 'TARGETS': [ |
| 7 { | 7 { |
| 8 'NAME' : 'sdk_util', | 8 'NAME' : 'sdk_util', |
| 9 'TYPE' : 'lib', | 9 'TYPE' : 'lib', |
| 10 'SOURCES' : [ | 10 'SOURCES' : [ |
| 11 'thread_pool.cc' | 11 'thread_pool.cc' |
| 12 ] | 12 ] |
| 13 } | 13 } |
| 14 ], | 14 ], |
| 15 'HEADERS': [ | 15 'HEADERS': [ |
| 16 { | 16 { |
| 17 'FILES': [ | 17 'FILES': [ |
| 18 'atomicops.h', | 18 'atomicops.h', |
| 19 'auto_lock.h', | 19 'auto_lock.h', |
| 20 'macros.h', | 20 'macros.h', |
| 21 'ref_object.h', | 21 'ref_object.h', |
| 22 'scoped_ref.h', | 22 'scoped_ref.h', |
| 23 'simple_lock.h', | |
| 23 'thread_pool.h', | 24 'thread_pool.h', |
| 24 'thread_safe_queue.h' | 25 'thread_safe_queue.h' |
| 25 ], | 26 ], |
| 26 'DEST': 'include/sdk_util', | 27 'DEST': 'include/sdk_util', |
| 27 } | 28 } |
| 28 ], | 29 ], |
| 29 'DEST': 'src', | 30 'DEST': 'src', |
| 30 'NAME': 'sdk_util', | 31 'NAME': 'sdk_util', |
| 31 } | 32 } |
| OLD | NEW |