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

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: Landing 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
« no previous file with comments | « content/browser/zygote_host/zygote_host_impl_linux.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)', {
« no previous file with comments | « content/browser/zygote_host/zygote_host_impl_linux.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698