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:
@ -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",
|
||||
|
Reference in New Issue
Block a user