Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index f32797ccbdb171609eee79fa13af7c77980a9fc1..76dedb5879c45efda577fd8e6dc2e479f0ec34b9 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -52,6 +52,10 @@ config("feature_flags") { |
| # TODO(brettw) should probably be "=1" |
| defines += [ "ENABLE_BROWSER_CDMS" ] |
| } |
| + if (enable_mojo_media_renderer) { |
| + # TODO(brettw) should probably be "=1" |
| + defines += [ "ENABLE_MOJO_MEDIA_RENDERER" ] |
|
DaleCurtis
2014/12/16 20:59:20
Just use =1 now then :)
|
| + } |
| if (enable_plugins) { |
| defines += [ "ENABLE_PLUGINS=1" ] |
| } |