Commit 647392b6 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Reformat all gn files in /components/query_parser.

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

Bug: 1041419
Change-Id: I1df130dbe6275b89218441287ab13e58544ef78a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997947
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730686}
parent 1cf52174
...@@ -33,9 +33,7 @@ source_set("unit_tests") { ...@@ -33,9 +33,7 @@ source_set("unit_tests") {
} }
fuzzer_test("query_parser_fuzzer") { fuzzer_test("query_parser_fuzzer") {
sources = [ sources = [ "query_parser_fuzzer.cc" ]
"query_parser_fuzzer.cc",
]
deps = [ deps = [
":query_parser", ":query_parser",
"//base:base", "//base:base",
......
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