Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/widevine/cdm/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/stp/BUILD.gn ('k') | third_party/yasm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « third_party/stp/BUILD.gn ('k') | third_party/yasm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698