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:
4
third_party/guava/BUILD.gn
vendored
4
third_party/guava/BUILD.gn
vendored
@@ -17,9 +17,7 @@ android_java_prebuilt("guava_android_java") {
|
|||||||
no_build_hooks = true
|
no_build_hooks = true
|
||||||
|
|
||||||
# Depend on this to replace excluded ListenableFuture.class
|
# Depend on this to replace excluded ListenableFuture.class
|
||||||
deps = [
|
deps = [ "//third_party/android_deps:com_google_guava_listenablefuture_java" ]
|
||||||
"//third_party/android_deps:com_google_guava_listenablefuture_java",
|
|
||||||
]
|
|
||||||
|
|
||||||
# Avoid class conflict in com_google_guava_listenablefuture.
|
# Avoid class conflict in com_google_guava_listenablefuture.
|
||||||
jar_excluded_patterns = [ "*/ListenableFuture.class" ]
|
jar_excluded_patterns = [ "*/ListenableFuture.class" ]
|
||||||
|
Reference in New Issue
Block a user