From 01fb43477fdbaa609a27be0550a6e2271b206f42 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 13 Jan 2020 20:52:38 +0000 Subject: [PATCH] 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 Reviewed-by: Ben Wagner Commit-Queue: Ben Wagner Cr-Original-Commit-Position: refs/heads/master@{#730801} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 3948c4434bddc25dc259eaa5ab0785dd9dc743bc --- config/freetype/BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/freetype/BUILD.gn b/config/freetype/BUILD.gn index 0ba902716..76cb025fb 100644 --- a/config/freetype/BUILD.gn +++ b/config/freetype/BUILD.gn @@ -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" ] } }