| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index c2ead15b21c6c0212694f29ac519f26ba4e44b96..4acb469f2b5410bd500cdce7cbb3cb381e8b2e2f 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -932,6 +932,13 @@
|
| ],
|
| },
|
| ],
|
| + [ 'OS == "linux"', {
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:dbus',
|
| + '../dbus/dbus.gyp:dbus',
|
| + ],
|
| + },
|
| + ],
|
| ],
|
| },
|
| {
|
| @@ -982,6 +989,7 @@
|
| 'base/net_log_unittest.cc',
|
| 'base/net_log_unittest.h',
|
| 'base/net_util_unittest.cc',
|
| + 'base/network_change_notifier_linux_unittest.cc',
|
| 'base/network_change_notifier_win_unittest.cc',
|
| 'base/origin_bound_cert_service_unittest.cc',
|
| 'base/pem_tokenizer_unittest.cc',
|
| @@ -1218,6 +1226,13 @@
|
| ],
|
| },
|
| ],
|
| + [ 'OS == "linux"', {
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:dbus',
|
| + '../dbus/dbus.gyp:dbus_test_support',
|
| + ],
|
| + },
|
| + ],
|
| ],
|
| },
|
| {
|
|
|