0

Reformat all gn files in /media/fuchsia.

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

Bug: 1041419
Change-Id: I3552f0385d7b65738f4fa4a219569938a40aa5be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998515
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: Yuchen Liu <yucliu@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Yuchen Liu <yucliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730851}
This commit is contained in:
Nico Weber
2020-01-13 21:32:02 +00:00
committed by Commit Bot
parent 9117c95482
commit 58e9ddde1e
2 changed files with 2 additions and 6 deletions
media/fuchsia/cdm

@ -18,9 +18,7 @@ source_set("cdm") {
"fuchsia_stream_decryptor.h",
]
public_deps = [
"//third_party/fuchsia-sdk/sdk:fuchsia-media-drm",
]
public_deps = [ "//third_party/fuchsia-sdk/sdk:fuchsia-media-drm" ]
configs += [ "//media:subcomponent_config" ]

@ -10,9 +10,7 @@ source_set("service") {
"fuchsia_cdm_manager.h",
]
public_deps = [
"//third_party/fuchsia-sdk/sdk:fuchsia-media-drm",
]
public_deps = [ "//third_party/fuchsia-sdk/sdk:fuchsia-media-drm" ]
deps = [
"//fuchsia/base",