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

Unified Diff: dbus/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 | « crypto/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/BUILD.gn
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn
index 830bd19406c359148dbcbab4126a6cd5de7b2ae5..4e8697c7d5dd1b544d50947af16abcd675b9528e 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" ]
}
« no previous file with comments | « crypto/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698