diff options
-rw-r--r-- | net/DEPS | 1 | ||||
-rw-r--r-- | net/net.gyp | 14 |
2 files changed, 0 insertions, 15 deletions
@@ -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', |