| Index: third_party/widevine/cdm/BUILD.gn
|
| diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
|
| index b5aa3deebb5c954539eea84f05731a6d3b1719e8..d151530b25320abad2a342bd22fab8e5cf702c7f 100644
|
| --- a/third_party/widevine/cdm/BUILD.gn
|
| +++ b/third_party/widevine/cdm/BUILD.gn
|
| @@ -48,7 +48,9 @@ copy("version_h") {
|
| # TODO(brettw) this should go into target_out_dir and callers should include
|
| # it from there. This requires, however, renaming the default
|
| # widevine_cdm_version.h in this directory to avoid conflicts.
|
| - outputs = [ "$root_gen_dir/widevine_cdm_version.h" ]
|
| + outputs = [
|
| + "$root_gen_dir/widevine_cdm_version.h",
|
| + ]
|
| }
|
|
|
| # GYP version: third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_binaries
|
| @@ -59,7 +61,9 @@ if (widevine_cdm_binary_files == []) {
|
| } else {
|
| copy("binaries") {
|
| sources = widevine_cdm_binary_files
|
| - outputs = [ "$root_out_dir/{{source_file_part}}" ]
|
| + outputs = [
|
| + "$root_out_dir/{{source_file_part}}",
|
| + ]
|
|
|
| # TODO(GYP)
|
| # 'COPY_PHASE_STRIP': 'NO',
|
|
|