Commit ddfade7e authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Reformat all gn files in /components/autofill/ios.

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

Bug: 1041419
Change-Id: I0c2fd67f147e8d7ca2b46ec62e50bd19bcbdce2d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998679
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731930}
parent 46250b20
......@@ -63,9 +63,7 @@ source_set("test_support") {
"fake_js_autofill_manager.mm",
"ios_test_event_waiter.h",
]
public_deps = [
":browser",
]
public_deps = [ ":browser" ]
deps = [
"//base",
"//base/test:test_support",
......@@ -79,9 +77,7 @@ source_set("test_support") {
source_set("unit_tests") {
testonly = true
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"autofill_agent_unittests.mm",
]
sources = [ "autofill_agent_unittests.mm" ]
deps = [
":browser",
"//base",
......@@ -102,11 +98,7 @@ source_set("unit_tests") {
bundle_data("autofill_test_bundle_data") {
testonly = true
sources = [
"//components/test/data/autofill/credit_card_upload_form_address_and_cc.html",
]
outputs = [
"{{bundle_resources_dir}}/" +
"{{source_root_relative_dir}}/{{source_file_part}}",
]
sources = [ "//components/test/data/autofill/credit_card_upload_form_address_and_cc.html" ]
outputs = [ "{{bundle_resources_dir}}/" +
"{{source_root_relative_dir}}/{{source_file_part}}" ]
}
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