| 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 626fd745d8a9dc505b59cd4a10ad7951de1def18..5d6c05ff426ea869285975d525b1de460f6d87b7 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"
|
|
|