| Index: build/secondary/tools/grit/grit_rule.gni
|
| diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
|
| index 64cfd77aed85f0aa2b7c8cb341676c604520dc23..09a04c1eb33ae22ecd62541a0e2b36383ca692cb 100644
|
| --- a/build/secondary/tools/grit/grit_rule.gni
|
| +++ b/build/secondary/tools/grit/grit_rule.gni
|
| @@ -204,6 +204,12 @@ if (enable_extensions) {
|
| "enable_extensions",
|
| ]
|
| }
|
| +if (enable_media_router) {
|
| + grit_defines += [
|
| + "-D",
|
| + "enable_media_router",
|
| + ]
|
| +}
|
| if (enable_plugins) {
|
| grit_defines += [
|
| "-D",
|
|
|