Index: tools/grit/grit_rule.gni |
diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni |
index f436d3a3f5a1b7a0056032a519d655964ba2253c..3db7a6c6b210ceb8826faaef6ae3535efb26e601 100644 |
--- a/tools/grit/grit_rule.gni |
+++ b/tools/grit/grit_rule.gni |
@@ -231,13 +231,6 @@ if (current_toolchain != host_toolchain) { |
} |
} |
-if (enable_media_router) { |
- grit_defines += [ |
- "-D", |
- "enable_media_router", |
- ] |
-} |
- |
# TODO(aberent): Enable for other platforms once the build machines have |
# Java on them (and hence can run the closure compiler). |
_strip_resource_files = is_android |