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

Unified Diff: chrome/common/BUILD.gn

Issue 2582463003: media: Verify CDM Host files (Closed)
Patch Set: Polished! Created 3 years, 11 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 5e1da61792ccd1192738240f01728ab45dfa594c..4b08fed87bb50591ba1b52fadafe760e7db1ecd9 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -173,6 +173,7 @@ static_library("common") {
"//chrome:strings",
"//chrome/app/theme:theme_resources",
"//chrome/common:constants",
+ "//chrome/common:version_header",
jrummell 2017/01/18 21:46:45 Is this needed? It appears you add it on line 540,
xhwang 2017/01/18 22:29:08 Good catch. I forgot to remove this line. Done.
"//chrome/common/net",
"//chrome/common/safe_browsing:proto",
"//chrome/installer/util:with_no_strings",
@@ -530,6 +531,14 @@ static_library("common") {
"//sandbox/linux:sandbox_services",
]
}
+
+ if (enable_pepper_cdms) {
+ sources += [
+ "media/cdm_host_file_path.cc",
+ "media/cdm_host_file_path.h",
+ ]
+ public_deps += [ "//chrome/common:version_header" ]
+ }
}
process_version("version_header") {

Powered by Google App Engine
This is Rietveld 408576698