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

Reformat all gn files in /media/remoting.

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

Bug: 1041419
Change-Id: Ic27e22f6c510f6892da29aa78af3e506c56b092d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997925
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarmark a. foltz <mfoltz@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730948}
parent e4cd7cbd
...@@ -8,9 +8,7 @@ import("//third_party/protobuf/proto_library.gni") ...@@ -8,9 +8,7 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("media_remoting_proto") { proto_library("media_remoting_proto") {
proto_out_dir = "media/remoting" proto_out_dir = "media/remoting"
sources = [ sources = [ "media_remoting_rpc.proto" ]
"media_remoting_rpc.proto",
]
} }
# This target is separate from "remoting" because this code is shared by the # This target is separate from "remoting" because this code is shared by the
...@@ -30,9 +28,7 @@ source_set("rpc") { ...@@ -30,9 +28,7 @@ source_set("rpc") {
"//media", "//media",
] ]
public_deps = [ public_deps = [ ":media_remoting_proto" ]
":media_remoting_proto",
]
} }
source_set("remoting") { source_set("remoting") {
......
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