Commit 555cff62 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Reformat all gn files in /ios/chrome/share_extension.

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

Bug: 1041419
Change-Id: I27d0155bcbae279640312a8a5723f5ebaf1bb562
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997760
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarOlivier Robin <olivierrobin@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730564}
parent b0422c45
......@@ -13,9 +13,7 @@ import("//ios/chrome/tools/strings/generate_localizable_strings.gni")
import("//ios/public/provider/chrome/browser/build_config.gni")
group("resources") {
deps = [
"//ios/chrome/share_extension/strings",
]
deps = [ "//ios/chrome/share_extension/strings" ]
}
extension_repack_all_locales("packed_resources") {
......@@ -84,7 +82,5 @@ generate_localizable_strings("system_strings") {
datapack_dir = get_label_info(_packed_resources_target, "target_gen_dir")
packed_locales = ios_packed_locales_as_mac_outputs
output_filenames = [ "Localizable.strings" ]
deps = [
_packed_resources_target,
]
deps = [ _packed_resources_target ]
}
......@@ -8,9 +8,7 @@ import("//tools/grit/grit_rule.gni")
grit("strings") {
source = "ios_share_extension_strings.grd"
output_dir = "$root_gen_dir/ios/share_extension"
outputs = [
"grit/ios_share_extension_strings.h",
]
outputs = [ "grit/ios_share_extension_strings.h" ]
foreach(locale, locales_with_fake_bidi) {
outputs += [ "ios_share_extension_strings_$locale.pak" ]
}
......
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