Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 333a500e1b9408440152bcfaf215249397a48697..dee41bc059423db8dfef5ebff94a099f95e92290 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2773,6 +2773,9 @@ |
| ['enable_media_router==1', { |
| 'defines': ['ENABLE_MEDIA_ROUTER=1'], |
| }], |
| + ['enable_hotwording==1', { |
| + 'defines': [ 'ENABLE_HOTWORDING' ], |
| + }], |
| ['proprietary_codecs==1', { |
| 'defines': ['USE_PROPRIETARY_CODECS'], |
| }], |