| 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 7a1cc267475ecd281ce3fb0643effa2c78690bf3..228b6e3c953e76fb6e03535fc7e8e682bdf54cbf 100644
|
| --- a/build/secondary/tools/grit/grit_rule.gni
|
| +++ b/build/secondary/tools/grit/grit_rule.gni
|
| @@ -118,13 +118,6 @@ if (is_desktop_linux) {
|
| ]
|
| }
|
|
|
| -if (toolkit_views) {
|
| - grit_defines += [
|
| - "-D",
|
| - "toolkit_views",
|
| - ]
|
| -}
|
| -
|
| if (use_aura) {
|
| grit_defines += [
|
| "-D",
|
| @@ -146,13 +139,6 @@ if (use_nss_certs) {
|
| ]
|
| }
|
|
|
| -if (use_ozone) {
|
| - grit_defines += [
|
| - "-D",
|
| - "use_ozone",
|
| - ]
|
| -}
|
| -
|
| if (enable_image_loader_extension) {
|
| grit_defines += [
|
| "-D",
|
|
|