Reformat all gn files in /build/config/freetype.

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

Bug: 1041419
Change-Id: I33ffff8ff9f431f01eba59d4e857fb05cf657a05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995514
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Ben Wagner <bungeman@chromium.org>
Commit-Queue: Ben Wagner <bungeman@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#730801}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 3948c4434bddc25dc259eaa5ab0785dd9dc743bc
This commit is contained in:
Nico Weber 2020-01-13 20:52:38 +00:00 коммит произвёл Commit Bot
Родитель d78d011bab
Коммит 01fb43477f
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -9,8 +9,6 @@ group("freetype") {
if (use_system_freetype) {
public_configs = [ "//build/linux:freetype_from_pkgconfig" ]
} else {
public_deps = [
"//third_party:freetype_harfbuzz",
]
public_deps = [ "//third_party:freetype_harfbuzz" ]
}
}