From 34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb Mon Sep 17 00:00:00 2001 From: scottmg Date: Wed, 3 Dec 2014 15:27:24 -0800 Subject: gn format // (the rest, except mojo) Excluded mojo because I think that needs to happen on the other side. At gn --version = 306668 for which roll is in CQ. R=brettw@chromium.org TBR=scherkus@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/774353003 Cr-Commit-Position: refs/heads/master@{#306708} --- dbus/BUILD.gn | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'dbus') diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn index 830bd19..4e8697c 100644 --- a/dbus/BUILD.gn +++ b/dbus/BUILD.gn @@ -35,22 +35,20 @@ component("dbus") { "util.h", ] - defines = [ - "DBUS_IMPLEMENTATION", - ] + defines = [ "DBUS_IMPLEMENTATION" ] deps = [ "//base", "//third_party/protobuf:protobuf_lite", ] - public_configs = [ - "//build/config/linux:dbus", - ] + 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 @@ -73,9 +71,7 @@ source_set("test_support") { "//testing/gmock", ] - configs += [ - "//build/config/linux:dbus", - ] + configs += [ "//build/config/linux:dbus" ] } test("dbus_unittests") { @@ -108,9 +104,7 @@ test("dbus_unittests") { "//third_party/protobuf:protobuf_lite", ] - configs += [ - "//build/config/linux:dbus", - ] + configs += [ "//build/config/linux:dbus" ] } executable("dbus_test_server") { @@ -127,7 +121,5 @@ executable("dbus_test_server") { "//base/test:test_support", ] - configs += [ - "//build/config/linux:dbus", - ] + configs += [ "//build/config/linux:dbus" ] } -- cgit v1.1