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

Unified Diff: content/content_browser.gypi

Issue 9147003: exclude platform_data_fetcher_linux.cc on *BSD because of udev specific code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 11 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 | « build/linux/system.gyp ('k') | no next file » | 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 1733d727a5d3976619a3e651915856f0260ffb2b..fbb907ceda83d741ca717bbb0339cb062364ce60 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -750,6 +750,7 @@
}],
['os_bsd==1', {
'sources/': [
+ ['exclude', '^browser/gamepad/platform_data_fetcher_linux\\.cc$'],
['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
],
}],
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698