Commit 2f2a6e05 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Reformat all gn files in /chrome.

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

Bug: 1041419
Change-Id: I2fa87daa201a08d70feb42b92089ab0c97075d0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998723
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730893}
parent eb26aa51
...@@ -13,18 +13,14 @@ message_compiler("eventlog_messages") { ...@@ -13,18 +13,14 @@ message_compiler("eventlog_messages") {
":eventlog_provider", ":eventlog_provider",
] ]
sources = [ sources = [ "eventlog_messages.mc" ]
"eventlog_messages.mc",
]
user_mode_logging = false user_mode_logging = false
compile_generated_code = false compile_generated_code = false
} }
process_version_rc_template("eventlog_provider_dll_version") { process_version_rc_template("eventlog_provider_dll_version") {
sources = [ sources = [ "eventlog_provider.ver" ]
"eventlog_provider.ver",
]
output = "$target_gen_dir/eventlog_provider_dll_version.rc" output = "$target_gen_dir/eventlog_provider_dll_version.rc"
} }
......
...@@ -25,9 +25,7 @@ executable("convert_dict") { ...@@ -25,9 +25,7 @@ executable("convert_dict") {
# Production code shouldn't be depending on this. # Production code shouldn't be depending on this.
testonly = true testonly = true
sources = [ sources = [ "convert_dict.cc" ]
"convert_dict.cc",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ] configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [ deps = [
":lib", ":lib",
......
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