Index: tools/grit/grit_rule.gni |
diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni |
index 479bdc8de164b1764879bbfc81eab0a6fb28c1fe..edd3880acd5930acf1767d372ca8cd0878639c0f 100644 |
--- a/tools/grit/grit_rule.gni |
+++ b/tools/grit/grit_rule.gni |
@@ -246,12 +246,6 @@ if (enable_themes) { |
"enable_themes", |
] |
} |
-if (enable_task_manager) { |
- grit_defines += [ |
- "-D", |
- "enable_task_manager", |
- ] |
-} |
# TODO(aberent): Enable for other platforms once the build machines have |
# Java on them (and hence can run the closure compiler). |