Chromium Code Reviews| Index: base/base.gyp |
| =================================================================== |
| --- base/base.gyp (revision 12361) |
| +++ base/base.gyp (working copy) |
| @@ -303,6 +303,7 @@ |
| 'word_iterator.h', |
| 'worker_pool.h', |
| 'worker_pool_linux.cc', |
| + 'worker_pool_linux.h', |
| 'worker_pool_mac.mm', |
| 'worker_pool_win.cc', |
| ], |
| @@ -567,6 +568,7 @@ |
| # Linux has an implementation of idle_timer, but it's unclear |
| # if we want it yet, so leave it 'unported' for now. |
| 'idletimer_unittest.cc', |
| + 'worker_pool_linux_unittest.cc', |
|
Nico
2010/12/18 08:50:38
did you intentionally add this to the "sources!" s
|
| ], |
| 'dependencies': [ |
| '../build/linux/system.gyp:gtk', |