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

Unified Diff: content/common/BUILD.gn

Issue 2755763002: media: Add build flag for CDM host verification (Closed)
Patch Set: fix cdm_host_file_path.cc Created 3 years, 9 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 | « content/app/content_main_runner.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 3eece6b31efda2417ea4c83d54390c6387a7db2c..ea2ae8640e83894d8d89c32e491eaa257f08491e 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -539,7 +539,7 @@ source_set("common") {
]
}
- if (enable_pepper_cdms) {
+ if (enable_cdm_host_verification) {
sources += [
"media/cdm_host_file.cc",
"media/cdm_host_file.h",
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698