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

Unified Diff: chrome/common/BUILD.gn

Issue 2582463003: media: Verify CDM Host files (Closed)
Patch Set: comments addressed 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
« no previous file with comments | « chrome/browser/media/encrypted_media_browsertest.cc ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index ad33a7f72f1ccbf456a12aedb8731820ae322857..7bfa98cb7616adcc22b0edf587b88b6c2cfedca1 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -527,6 +527,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") {
« no previous file with comments | « chrome/browser/media/encrypted_media_browsertest.cc ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698