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