summaryrefslogtreecommitdiff
path: root/chromium/dbus/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/dbus/BUILD.gn')
-rw-r--r--chromium/dbus/BUILD.gn20
1 files changed, 5 insertions, 15 deletions
diff --git a/chromium/dbus/BUILD.gn b/chromium/dbus/BUILD.gn
index f8f8ce3ea21..939f6d2dc04 100644
--- a/chromium/dbus/BUILD.gn
+++ b/chromium/dbus/BUILD.gn
@@ -39,20 +39,14 @@ component("dbus") {
defines = [ "DBUS_IMPLEMENTATION" ]
- deps = [
- "//third_party/protobuf:protobuf_lite",
- ]
- public_deps = [
- "//base",
- ]
+ deps = [ "//third_party/protobuf:protobuf_lite" ]
+ public_deps = [ "//base" ]
public_configs = [ "//build/config/linux/dbus" ]
}
proto_library("test_proto") {
- sources = [
- "test_proto.proto",
- ]
+ sources = [ "test_proto.proto" ]
}
# This target contains mocks that can be used to write unit tests without
@@ -68,12 +62,8 @@ static_library("test_support") {
"mock_object_proxy.h",
]
- public_deps = [
- ":dbus",
- ]
- deps = [
- "//testing/gmock",
- ]
+ public_deps = [ ":dbus" ]
+ deps = [ "//testing/gmock" ]
configs += [ "//build/config/linux/dbus" ]
}