Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index 35296de06dc6a5d5336ab9c9e603ff8ea8354d07..9d9571563d2bca9469a57aa9c47785938acbcae0 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -67,6 +67,10 @@ |
| } |
| if (enable_notifications) { |
| defines += [ "ENABLE_NOTIFICATIONS" ] |
| + } |
| + if (enable_pepper_cdms) { |
| + # TODO(brettw) should probably be "=1" |
| + defines += [ "ENABLE_PEPPER_CDMS" ] |
| } |
| if (enable_plugins) { |
| defines += [ "ENABLE_PLUGINS=1" ] |