summaryrefslogtreecommitdiffstats
path: root/build/config/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'build/config/BUILD.gn')
-rw-r--r--build/config/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 41b3140..7138336 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -47,6 +47,10 @@ config("feature_flags") {
# TODO(brettw) should probably be "=1"
defines += [ "ENABLE_PEPPER_CDMS" ]
}
+ if (enable_browser_cdms) {
+ # TODO(brettw) should probably be "=1"
+ defines += [ "ENABLE_BROWSER_CDMS" ]
+ }
if (enable_plugins) {
defines += [ "ENABLE_PLUGINS=1" ]
}