| 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 baf168e7692087417e6336f5c0b4b8c119fb6524..652053501544abbee127eee8cfdf36b94c298b5f 100644
|
| --- a/build/secondary/tools/grit/grit_rule.gni
|
| +++ b/build/secondary/tools/grit/grit_rule.gni
|
| @@ -294,6 +294,12 @@ if (mac_views_browser) {
|
| "mac_views_browser",
|
| ]
|
| }
|
| +if (enable_topchrome_md) {
|
| + grit_defines += [
|
| + "-D",
|
| + "enable_topchrome_md",
|
| + ]
|
| +}
|
|
|
| grit_resource_id_file = "//tools/gritsettings/resource_ids"
|
| grit_info_script = "//tools/grit/grit_info.py"
|
|
|