0

Reformat all gn files in /third_party/guava.

`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=wnwen@chromium.org

Bug: 1041419
Change-Id: I364581857c8ecaa3a7317b77068e8457910713d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998252
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Peter Wen <wnwen@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730699}
This commit is contained in:
Nico Weber
2020-01-13 19:14:00 +00:00
committed by Commit Bot
parent 4d12fdfe27
commit 3b64cad236

@ -17,9 +17,7 @@ android_java_prebuilt("guava_android_java") {
no_build_hooks = true
# Depend on this to replace excluded ListenableFuture.class
deps = [
"//third_party/android_deps:com_google_guava_listenablefuture_java",
]
deps = [ "//third_party/android_deps:com_google_guava_listenablefuture_java" ]
# Avoid class conflict in com_google_guava_listenablefuture.
jar_excluded_patterns = [ "*/ListenableFuture.class" ]