blob: 2c3ab72fbf4f4c609290b74f2a38925ac0ac0685 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- net/net_common.gypi.orig 2015-05-20 16:10:47.668198000 -0400
+++ net/net_common.gypi 2015-05-20 16:10:38.213855000 -0400
@@ -246,9 +246,10 @@
'conditions': [
['os_bsd==1', {
'sources!': [
+ 'base/address_tracker_linux.cc',
'base/network_change_notifier_linux.cc',
'base/network_change_notifier_netlink_linux.cc',
- 'proxy/proxy_config_service_linux.cc',
+# 'proxy/proxy_config_service_linux.cc',
],
},{
'dependencies': [
|