| 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",
|
| ]
|
|
|