Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 84eb1fbe0231e23b8f42e53b94cdc71e2f773ee6..385c9965151c8ca9ccae4a68d6aabf5abc4bd5db 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2726,6 +2726,9 @@ |
| ['enable_media_router==1', { |
| 'defines': ['ENABLE_MEDIA_ROUTER=1'], |
| }], |
| + ['enable_hotwording==1', { |
| + 'defines': [ 'ENABLE_HOTWORDING' ], |
| + }], |
| ['proprietary_codecs==1', { |
| 'defines': ['USE_PROPRIETARY_CODECS'], |
| 'conditions': [ |