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

Unified Diff: net/net.gyp

Issue 8394002: exclude the linux files that are not needed on openbsd (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixes for prev. patchset Created 9 years, 2 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 | « media/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index c2ead15b21c6c0212694f29ac519f26ba4e44b96..861a0bd1c9addb02126505918459daeb86910078 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -742,11 +742,6 @@
'proxy/proxy_config_service_linux.h',
],
}],
- ['OS=="openbsd"', {
- 'sources': [
- 'base/platform_mime_util_linux.cc',
wtc 2011/10/25 17:50:31 Is base/platform_mime_util_linux.cc not suitable f
Robert Nagy 2011/10/25 18:23:13 We include all of the *_linux* files and directori
- ],
- }],
['use_kerberos==1', {
'defines': [
'USE_KERBEROS',
@@ -842,6 +837,12 @@
'dependencies': [
'../build/linux/system.gyp:libresolv',
],
+ },{
+ 'sources/': [
+ ['exclude', '^base/network_change_notifier_linux\\.cc$'],
+ ['exclude', '^base/network_change_notifier_netlink_linux\\.cc$'],
+ ['exclude', '^proxy/proxy_config_service_linux\\.cc$'],
+ ],
}],
['OS=="solaris"', {
'link_settings': {
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698