| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 49cfd02d7ab590fabe90331b430778b351d1e5ac..f16f9850686d3c3a3eed320d15cfa762b00d52cc 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -1569,7 +1569,9 @@
|
| ]
|
| }, { # os != "win"
|
| 'sources': [
|
| - 'browser/power_profiler/power_data_provider_dummy.cc'
|
| + 'browser/power_profiler/power_data_provider_dummy.cc',
|
| + 'browser/file_descriptor_info_impl.h',
|
| + 'browser/file_descriptor_info_impl.cc',
|
| ]
|
| }],
|
| ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0)', {
|
|
|