Chromium Code Reviews| Index: chrome/chrome.gyp |
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
| index c3688214a5969dc0e32404d59cb87fc2186df037..2ed58c8e25f8799f4583b2d73eecd2af0b7a6a5f 100644 |
| --- a/chrome/chrome.gyp |
| +++ b/chrome/chrome.gyp |
| @@ -3046,6 +3046,8 @@ |
| '<@(chromium_dependencies)', |
| # Needed for chrome_dll_main.cc #include of gtk/gtk.h |
| '../build/linux/system.gyp:gtk', |
| + # Needed for chrome_dll_main.cc use of g_thread_init |
| + '../build/linux/system.gyp:gthread', |
| ], |
| 'sources': [ |
| 'app/chrome_dll_main.cc', |