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 1134623003: GN: fixes for the official build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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 | « build/config/BUILD.gn ('k') | no next file » | 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 62dad959a54c1c5b1b0499e507f6de15c0bc9130..99ca959879a746da01225d8181fdaf6db46740ef 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -110,22 +110,17 @@ if (widevine_cdm_binary_files != []) {
}
if ((is_chrome_branded || enable_widevine) && enable_pepper_cdms) {
- adapter_resource_file = "$target_gen_dir/widevinecdmadapter_version.rc"
-
- # Produce the .rc file.
+ # Produce and compile the .rc file.
process_version("widevinecdmadapter_resources") {
visibility = [ ":*" ]
sources = [
"BRANDING",
"widevinecdmadapter.ver",
]
- output = adapter_resource_file
+ output = "$target_gen_dir/widevinecdmadapter_version.rc"
}
cdm_adapter("widevinecdmadapter") {
- sources = [
- adapter_resource_file,
- ]
deps = [
":widevinecdmadapter_resources",
":widevinecdm",
« no previous file with comments | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698