Index: ppapi/features/BUILD.gn |
diff --git a/ppapi/features/BUILD.gn b/ppapi/features/BUILD.gn |
index 3917d1ee992a9d5ab7686d9a99d23e67de9b26b2..cbb8e6edc7ea91d76900568c9fa021f8c7b52292 100644 |
--- a/ppapi/features/BUILD.gn |
+++ b/ppapi/features/BUILD.gn |
@@ -11,5 +11,8 @@ import("//ppapi/features/features.gni") |
buildflag_header("features") { |
header = "features.h" |
- flags = [ "ENABLE_PEPPER_CDMS=$enable_pepper_cdms" ] |
+ flags = [ |
+ "ENABLE_PEPPER_CDMS=$enable_pepper_cdms", |
+ "ENABLE_PLUGINS=$enable_plugins", |
+ ] |
} |