aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Chung <clarkchung@google.com>2020-04-21 18:32:03 +0800
committerCommit Bot <commit-bot@chromium.org>2020-05-18 04:45:50 +0000
commitd33772935392158d0b01f41d2ac9a85a0dbb429f (patch)
treedf69b60d5cd4df602f72ce9d301ac6629eecea82
parent1bd717fc5bc5f50d6bb890616eb13b7557055416 (diff)
downloadplatform_external_libbrillo-d33772935392158d0b01f41d2ac9a85a0dbb429f.tar.gz
platform_external_libbrillo-d33772935392158d0b01f41d2ac9a85a0dbb429f.tar.bz2
platform_external_libbrillo-d33772935392158d0b01f41d2ac9a85a0dbb429f.zip
platform2: run gn format BUILD.gn and *.gni
Run gn format **/BUILD.gn and **/*.gni to apply new format of uprev'd gn of version "1733 (82d673ac)". BUG=chromium:1072321 TEST=cros tryjob -g 2154304 -g 2126033 hatch-full-tryjob Exempt-From-Owner-Approval: This is a simple change in text format of BUILD.gn and *.gni files, and some order-sensitive lists have been commented with "# NOSORT". Cq-Depend: chromium:2126033 Change-Id: I4df96a70614281b0604523e4e6632666014a0b49 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2154304 Tested-by: Clark Chung <ckclark@chromium.org> Reviewed-by: Andrew Moylan <amoylan@chromium.org> Reviewed-by: Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by: Hugo Benichi <hugobenichi@google.com> Reviewed-by: Toni Baržić <tbarzic@chromium.org> Reviewed-by: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by: C Shapiro <shapiroc@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Jeffrey Kardatzke <jkardatzke@google.com> Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by: Eric Caruso <ejcaruso@chromium.org> Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Leo Lai <cylai@google.com> Reviewed-by: Nic Hollingum <hollingum@google.com> Reviewed-by: Shik Chen <shik@chromium.org> Reviewed-by: Amin Hassani <ahassani@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Queue: Clark Chung <ckclark@chromium.org> Cr-Mirrored-From: https://chromium.googlesource.com/chromiumos/platform2 Cr-Mirrored-Commit: 352e61e15c8a294b4c8903556015c49ca1c175f0
-rw-r--r--BUILD.gn77
1 files changed, 20 insertions, 57 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 080ddb2..8eefb58 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -113,12 +113,8 @@ libbrillo_sublibs = [
{
library_name = "brillo-blockdeviceutils"
- deps = [
- ":libbrillo-core",
- ]
- sources = [
- "brillo/blkdev_utils/loop_device.cc",
- ]
+ deps = [ ":libbrillo-core" ]
+ sources = [ "brillo/blkdev_utils/loop_device.cc" ]
if (use.device_mapper) {
pkg_deps = [ "devmapper" ]
sources += [
@@ -151,9 +147,7 @@ libbrillo_sublibs = [
{
library_name = "brillo-streams"
- deps = [
- ":libbrillo-core",
- ]
+ deps = [ ":libbrillo-core" ]
all_dependent_pkg_deps = [ "openssl" ]
sources = [
"brillo/streams/file_stream.cc",
@@ -171,16 +165,12 @@ libbrillo_sublibs = [
{
library_name = "brillo-cryptohome"
all_dependent_pkg_deps = [ "openssl" ]
- sources = [
- "brillo/cryptohome.cc",
- ]
+ sources = [ "brillo/cryptohome.cc" ]
},
{
library_name = "brillo-namespaces"
- deps = [
- ":libbrillo-core",
- ]
+ deps = [ ":libbrillo-core" ]
sources = [
"brillo/namespaces/mount_namespace.cc",
"brillo/namespaces/platform.cc",
@@ -191,17 +181,13 @@ libbrillo_sublibs = [
{
library_name = "brillo-minijail"
all_dependent_pkg_deps = [ "libminijail" ]
- sources = [
- "brillo/minijail/minijail.cc",
- ]
+ sources = [ "brillo/minijail/minijail.cc" ]
},
{
library_name = "brillo-protobuf"
all_dependent_pkg_deps = [ "protobuf" ]
- sources = [
- "brillo/proto_file_io.cc",
- ]
+ sources = [ "brillo/proto_file_io.cc" ]
},
]
@@ -301,9 +287,7 @@ action("libbrillo") {
deps += [ ":lib" + sublib.library_name ]
}
script = "//common-mk/write_args.py"
- outputs = [
- "${root_out_dir}/lib/libbrillo.so",
- ]
+ outputs = [ "${root_out_dir}/lib/libbrillo.so" ]
args = [ "--output" ] + outputs + [ "--" ] + [
"GROUP",
"(",
@@ -407,9 +391,7 @@ shared_library("libinstallattributes") {
"../common-mk/external_dependencies:install_attributes-proto",
]
all_dependent_pkg_deps = [ "protobuf-lite" ]
- sources = [
- "install_attributes/libinstallattributes.cc",
- ]
+ sources = [ "install_attributes/libinstallattributes.cc" ]
}
shared_library("libpolicy") {
@@ -499,9 +481,7 @@ if (use.test) {
proto_library("libbrillo_tests_proto") {
proto_in_dir = "brillo/dbus"
proto_out_dir = "include/brillo/dbus"
- sources = [
- "${proto_in_dir}/test.proto",
- ]
+ sources = [ "${proto_in_dir}/test.proto" ]
}
executable("libbrillo_tests") {
configs += [
@@ -603,9 +583,7 @@ if (use.test) {
"../common-mk/external_dependencies:install_attributes-proto",
"../common-mk/testrunner:testrunner",
]
- sources = [
- "install_attributes/tests/libinstallattributes_test.cc",
- ]
+ sources = [ "install_attributes/tests/libinstallattributes_test.cc" ]
}
executable("libpolicy_tests") {
@@ -632,9 +610,7 @@ if (use.test) {
if (use.fuzzer) {
executable("libbrillo_data_encoding_fuzzer") {
- sources = [
- "brillo/data_encoding_fuzzer.cc",
- ]
+ sources = [ "brillo/data_encoding_fuzzer.cc" ]
configs += [ "//common-mk/common_fuzzer:common_fuzzer" ]
@@ -642,15 +618,11 @@ if (use.fuzzer) {
include_dirs = [ "../libbrillo" ]
- deps = [
- ":libbrillo-core",
- ]
+ deps = [ ":libbrillo-core" ]
}
executable("libbrillo_dbus_data_serialization_fuzzer") {
- sources = [
- "brillo/dbus/data_serialization_fuzzer.cc",
- ]
+ sources = [ "brillo/dbus/data_serialization_fuzzer.cc" ]
configs += [ "//common-mk/common_fuzzer:common_fuzzer" ]
@@ -658,15 +630,11 @@ if (use.fuzzer) {
include_dirs = [ "../libbrillo" ]
- deps = [
- ":libbrillo-core",
- ]
+ deps = [ ":libbrillo-core" ]
}
executable("libbrillo_http_form_data_fuzzer") {
- sources = [
- "brillo/http/http_form_data_fuzzer.cc",
- ]
+ sources = [ "brillo/http/http_form_data_fuzzer.cc" ]
configs += [ "//common-mk/common_fuzzer:common_fuzzer" ]
@@ -682,12 +650,9 @@ if (use.fuzzer) {
}
copy("libinstallattributes-includes") {
- sources = [
- "install_attributes/libinstallattributes.h",
- ]
- outputs = [
- "${root_gen_dir}/include/install_attributes/{{source_file_part}}",
- ]
+ sources = [ "install_attributes/libinstallattributes.h" ]
+ outputs =
+ [ "${root_gen_dir}/include/install_attributes/{{source_file_part}}" ]
}
copy("libpolicy-includes") {
@@ -700,7 +665,5 @@ copy("libpolicy-includes") {
"policy/policy_util.h",
"policy/resilient_policy_util.h",
]
- outputs = [
- "${root_gen_dir}/include/policy/{{source_file_part}}",
- ]
+ outputs = [ "${root_gen_dir}/include/policy/{{source_file_part}}" ]
}