Commit 3ce3abaa authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Reformat all gn files in /components/crash/android/BUILD.gn.

`gn format` recently changed its formatting behavior
for deps, source, and a few other elements when they
are assigned (with =) single-element lists to be consistent
with the formatting of updates (with +=) with single-element.

Now that we've rolled in a GN binary with the change,
reformat all files so that people don't get presubmit
warnings due to this.

This CL was uploaded by git cl split.

R=isherman@chromium.org

Bug: 1041419
Change-Id: If21b7c662aec1842884b84302e09c2c0ff79b9a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995788
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731608}
parent b0564318
......@@ -15,9 +15,7 @@ generate_jni("jni_headers") {
}
java_cpp_enum("java_enums_srcjar") {
sources = [
"crash_keys_android.h",
]
sources = [ "crash_keys_android.h" ]
}
android_library("java") {
......@@ -44,9 +42,7 @@ source_set("crash_android") {
source_set("unit_tests") {
testonly = true
sources = [
"crash_keys_android_unittest.cc",
]
sources = [ "crash_keys_android_unittest.cc" ]
deps = [
":crash_android",
"//components/crash/core/common:crash_key",
......@@ -71,9 +67,7 @@ android_library("handler_java") {
}
static_library("crashpad_main") {
sources = [
"crashpad_main.cc",
]
sources = [ "crashpad_main.cc" ]
deps = [
":java_handler_jni_headers",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment