aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-01-13 18:48:21 +0000
committerCopybara-Service <copybara-worker@google.com>2021-07-25 20:59:33 -0700
commit1940ec984a6a137ee087b811fc154f42e9b689e0 (patch)
tree91a62d4aa09272f15216075abdb14d06528c4c27 /BUILD.gn
parent065411df3e73efa49eb275523021103412326655 (diff)
downloadzucchini-1940ec984a6a137ee087b811fc154f42e9b689e0.tar.gz
Reformat all gn files in /components/zucchini.
`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=wfh@chromium.org Bug: 1041419 Change-Id: Iabb4b3262df63e346520bce93cc00ce6538f76fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997802 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by: Will Harris <wfh@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#730667} NOKEYCHECK=True GitOrigin-RevId: 5366f1719d82185483bbc3fe35725653d384e1ea
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 00bacd8..b0299e2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -207,9 +207,7 @@ test("zucchini_unittests") {
}
test("zucchini_integration_test") {
- sources = [
- "integration_test.cc",
- ]
+ sources = [ "integration_test.cc" ]
deps = [
":zucchini_lib",