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