aboutsummaryrefslogtreecommitdiff
path: root/client-headers
diff options
context:
space:
mode:
Diffstat (limited to 'client-headers')
-rw-r--r--client-headers/BUILD.gn8
1 files changed, 2 insertions, 6 deletions
diff --git a/client-headers/BUILD.gn b/client-headers/BUILD.gn
index 88f8bb9c..8c1a17ea 100644
--- a/client-headers/BUILD.gn
+++ b/client-headers/BUILD.gn
@@ -17,17 +17,13 @@
import("//common-mk/generate-dbus-proxies.gni")
group("all") {
- deps = [
- ":libupdate_engine-client-headers",
- ]
+ deps = [ ":libupdate_engine-client-headers" ]
}
# update_engine client library generated headers. Used by other daemons and
# by the update_engine_client console program to interact with update_engine.
generate_dbus_proxies("libupdate_engine-client-headers") {
- sources = [
- "../dbus_bindings/org.chromium.UpdateEngineInterface.dbus-xml",
- ]
+ sources = [ "../dbus_bindings/org.chromium.UpdateEngineInterface.dbus-xml" ]
dbus_service_config = "../dbus_bindings/dbus-service-config.json"
mock_output_file = "include/update_engine/dbus-proxy-mocks.h"
proxy_output_file = "include/update_engine/dbus-proxies.h"