| Index: tools/grit/grit_rule.gni
|
| diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni
|
| index 19cb9e504fdd68f2097b8ffb30410c3e4d0ed061..694f1ca77028e06e1a4ff9f0d40a3ddb6277eea2 100644
|
| --- a/tools/grit/grit_rule.gni
|
| +++ b/tools/grit/grit_rule.gni
|
| @@ -259,18 +259,6 @@ if (enable_plugins) {
|
| "enable_plugins",
|
| ]
|
| }
|
| -if (enable_basic_printing || enable_print_preview) {
|
| - grit_defines += [
|
| - "-D",
|
| - "enable_printing",
|
| - ]
|
| - if (enable_print_preview) {
|
| - grit_defines += [
|
| - "-D",
|
| - "enable_print_preview",
|
| - ]
|
| - }
|
| -}
|
| if (enable_themes) {
|
| grit_defines += [
|
| "-D",
|
|
|