Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1758)

Unified Diff: content/content_browser.gypi

Issue 585203002: Turn FileDescriptorInfo a collection class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing windows build failure Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)', {

Powered by Google App Engine
This is Rietveld 408576698