| 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 777c3dc104d95075aa08c9fcee6c0caf8d8bfd20..5d3b1e44357ed5a2f6b4fa91e48587c804b10439 100644
|
| --- a/build/secondary/tools/grit/grit_rule.gni
|
| +++ b/build/secondary/tools/grit/grit_rule.gni
|
| @@ -285,6 +285,12 @@ if (enable_service_discovery) {
|
| "enable_service_discovery",
|
| ]
|
| }
|
| +if (mac_views_browser) {
|
| + grit_defines += [
|
| + "-D",
|
| + "mac_views_browser",
|
| + ]
|
| +}
|
|
|
| grit_resource_id_file = "//tools/gritsettings/resource_ids"
|
| grit_info_script = "//tools/grit/grit_info.py"
|
|
|