summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/DEPS1
-rw-r--r--net/net.gyp14
2 files changed, 0 insertions, 15 deletions
diff --git a/net/DEPS b/net/DEPS
index 9bb55de..edf5377 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -1,6 +1,5 @@
include_rules = [
"+crypto",
- "+dbus",
"+jni",
"+third_party/apple_apsl",
"+third_party/libevent",
diff --git a/net/net.gyp b/net/net.gyp
index 5a74eaf..25cd7d38 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1409,13 +1409,6 @@
],
},
],
- [ 'OS == "linux"', {
- 'dependencies': [
- '../build/linux/system.gyp:dbus',
- '../dbus/dbus.gyp:dbus',
- ],
- },
- ],
],
'target_conditions': [
# These source files are excluded by default platform rules, but they
@@ -2054,13 +2047,6 @@
}],
],
}],
- [ 'OS == "linux"', {
- 'dependencies': [
- '../build/linux/system.gyp:dbus',
- '../dbus/dbus.gyp:dbus_test_support',
- ],
- },
- ],
[ 'OS == "android"', {
'dependencies': [
'../third_party/openssl/openssl.gyp:openssl',