Skip to content

Commit

Permalink
Reformat all gn files in /components/safe_browsing/content/password_p…
Browse files Browse the repository at this point in the history
…rotection.

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

Bug: 1041419
Change-Id: I8950c9a7b83dd59c43083530fe6b95c63f8c4582
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998434
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Bettina Dea <bdea@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731325}
  • Loading branch information
nico authored and Commit Bot committed Jan 14, 2020
1 parent f043025 commit 0e82667
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ source_set("password_protection") {
"visual_utils.h",
]

public_deps = [
"//google_apis:google_apis",
]
public_deps = [ "//google_apis:google_apis" ]

deps = [
":password_protection_metrics_util",
Expand Down

0 comments on commit 0e82667

Please sign in to comment.