Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], | |
| 3 'SEARCH': [ | |
| 4 '.', | |
| 5 'pepper' | |
|
binji
2013/06/05 00:01:09
not needed
nfullagar1
2013/06/05 00:11:45
Done.
| |
| 6 ], | |
| 7 'TARGETS': [ | |
|
binji
2013/06/05 00:01:09
remove TARGETS
nfullagar1
2013/06/05 00:11:45
this was needed to make the python scripts pass.
| |
| 8 { | |
| 9 'NAME' : 'utils', | |
| 10 'TYPE' : 'lib', | |
| 11 'SOURCES' : [ | |
| 12 'utils.cc' | |
| 13 ] | |
| 14 } | |
| 15 ], | |
| 16 'HEADERS': [ | |
| 17 { | |
| 18 'FILES': [ | |
| 19 'auto_lock.h', | |
| 20 'macros.h', | |
| 21 'ref_object.h', | |
| 22 'thread_pool.h' | |
| 23 ], | |
| 24 'DEST': 'include/utils', | |
| 25 } | |
| 26 ], | |
| 27 'DEST': 'src', | |
| 28 'NAME': 'utils', | |
| 29 } | |
| OLD | NEW |