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

Unified Diff: ppapi/features/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/zygote/zygote_main_linux.cc ('k') | ppapi/features/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/features/BUILD.gn
diff --git a/ppapi/features/BUILD.gn b/ppapi/features/BUILD.gn
index cbb8e6edc7ea91d76900568c9fa021f8c7b52292..f2e3b50184377cbad4ca3d42c8a8a6e320e3fbbc 100644
--- a/ppapi/features/BUILD.gn
+++ b/ppapi/features/BUILD.gn
@@ -12,6 +12,7 @@ import("//ppapi/features/features.gni")
buildflag_header("features") {
header = "features.h"
flags = [
+ "ENABLE_CDM_HOST_VERIFICATION=$enable_cdm_host_verification",
"ENABLE_PEPPER_CDMS=$enable_pepper_cdms",
"ENABLE_PLUGINS=$enable_plugins",
]
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | ppapi/features/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698