Chromium Code Reviews| Index: runtime/platform/platform_headers.gypi |
| diff --git a/runtime/platform/platform_headers.gypi b/runtime/platform/platform_headers.gypi |
| index c64023efb6575fbb9bbbb359b679a8bb577c7dca..9d3e126cbc843b8de1b9e8e369057a44ca61c15f 100644 |
| --- a/runtime/platform/platform_headers.gypi |
| +++ b/runtime/platform/platform_headers.gypi |
| @@ -6,8 +6,9 @@ |
| { |
| 'sources': [ |
| 'assert.h', |
| - 'globals.h', |
| 'c99_support_win.h', |
| + 'globals.h', |
| 'inttypes_support_win.h', |
| + 'thread.h', |
|
Ivan Posva
2012/01/13 23:33:41
thread_linux.h,
thread_macos.h,
thread_win.h,
Søren Gjesse
2012/01/16 16:12:19
Of cause - thanks!
|
| ], |
| } |