| 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 cccd673b8846c23c8619a548ea02dc37da10bab5..ac05b47bc0cd5d693d7b56536e27c0b682603ca0 100644
|
| --- a/build/secondary/tools/grit/grit_rule.gni
|
| +++ b/build/secondary/tools/grit/grit_rule.gni
|
| @@ -185,19 +185,6 @@ if (is_ios) {
|
| ]
|
| }
|
|
|
| -if (enable_basic_printing || enable_print_preview) {
|
| - grit_defines += [
|
| - "-D",
|
| - "enable_printing",
|
| - ]
|
| - if (enable_print_preview) {
|
| - grit_defines += [
|
| - "-D",
|
| - "enable_print_preview",
|
| - ]
|
| - }
|
| -}
|
| -
|
| grit_resource_id_file = "//tools/gritsettings/resource_ids"
|
| grit_info_script = "//tools/grit/grit_info.py"
|
|
|
|
|