Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index f28f0cf8ee9e4ff9ee58656f62a080189a68083b..079b2ba573ad77624a6b4928e5172e820180f205 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -272,6 +272,9 @@ config("feature_flags") { |
if (enable_media_router) { |
defines += [ "ENABLE_MEDIA_ROUTER=1" ] |
} |
+ if (enable_hotwording) { |
+ defines += [ "ENABLE_HOTWORDING" ] |
+ } |
} |
# Debug/release ---------------------------------------------------------------- |