Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index eea52524483be4eed4d72356212f767c9d6f6c41..f28f0cf8ee9e4ff9ee58656f62a080189a68083b 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -227,6 +227,9 @@ config("feature_flags") { |
| if (enable_hidpi) { |
| defines += [ "ENABLE_HIDPI=1" ] |
| } |
| + if (enable_topchrome_md) { |
| + defines += [ "ENABLE_TOPCHRME_MD=1" ] |
|
Dan Beam
2015/06/24 21:45:07
note: misspelled
|
| + } |
| if (proprietary_codecs) { |
| defines += [ "USE_PROPRIETARY_CODECS" ] |
| } |