| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 12cfe91abbef71112bd20bcd72c8114442d9c4cd..4d75bd5c504761b7fcb8f81891065038666031ee 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -238,6 +238,8 @@
|
| 'base/x509_cert_types_mac.cc',
|
| 'base/x509_util_openssl.cc',
|
| 'base/x509_util_openssl.h',
|
| + 'dbus/dbus.cc',
|
| + 'dbus/dbus.h',
|
| 'disk_cache/addr.cc',
|
| 'disk_cache/addr.h',
|
| 'disk_cache/backend_impl.cc',
|
| @@ -855,6 +857,17 @@
|
| ],
|
| },
|
| ],
|
| + [ 'OS == "linux"', {
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:dbus',
|
| + ],
|
| + }, {
|
| + 'sources!': [
|
| + 'dbus/dbus.cc',
|
| + 'dbus/dbus.h',
|
| + ],
|
| + },
|
| + ],
|
| ],
|
| },
|
| {
|
| @@ -923,6 +936,7 @@
|
| 'base/upload_data_stream_unittest.cc',
|
| 'base/x509_certificate_unittest.cc',
|
| 'base/x509_cert_types_mac_unittest.cc',
|
| + 'dbus/dbus_unittest.cc',
|
| 'disk_cache/addr_unittest.cc',
|
| 'disk_cache/backend_unittest.cc',
|
| 'disk_cache/bitmap_unittest.cc',
|
| @@ -1095,6 +1109,16 @@
|
| ],
|
| },
|
| ],
|
| + [ 'OS == "linux"', {
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:dbus',
|
| + ],
|
| + }, {
|
| + 'sources!': [
|
| + 'dbus/dbus_unittest.cc',
|
| + ],
|
| + },
|
| + ],
|
| ],
|
| },
|
| {
|
|
|