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