Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: webrtc/BUILD.gn

Issue 2520533002: Remove unused dbus.cc/.h and related things. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 2becbc74ea9d5a03a0cb5c9a98908043076d3319..183e18593d237161994997ff734fab24825841d2 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -97,12 +97,6 @@ config("common_inherited_config") {
# }
}
-if (rtc_have_dbus_glib) {
- pkg_config("dbus-glib") {
- packages = [ "dbus-glib-1" ]
- }
-}
-
config("common_config") {
cflags = []
cflags_cc = []
@@ -116,16 +110,6 @@ config("common_config") {
defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
}
- if (rtc_have_dbus_glib) {
- defines += [ "HAVE_DBUS_GLIB" ]
-
- # TODO(kjellander): Investigate this, it seems like include <dbus/dbus.h>
- # is still not found even if the execution of
- # build/config/linux/pkg-config.py dbus-glib-1 returns correct include
- # dirs on Linux.
- all_dependent_configs = [ "dbus-glib" ]
- }
-
if (rtc_relative_path) {
defines += [ "EXPAT_RELATIVE_PATH" ]
}
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698