| Index: chrome/app/theme/BUILD.gn
|
| diff --git a/chrome/app/theme/BUILD.gn b/chrome/app/theme/BUILD.gn
|
| index 6282024005eadb858eab04ba285c2775ee27aa93..7c0a62f4ae3a10763932499d8a13e9a92397ffc5 100644
|
| --- a/chrome/app/theme/BUILD.gn
|
| +++ b/chrome/app/theme/BUILD.gn
|
| @@ -14,8 +14,6 @@ grit("theme_resources") {
|
| "theme_resources_100_percent.pak",
|
| "theme_resources_200_percent.pak",
|
| "theme_resources_300_percent.pak",
|
| - "theme_resources_material_100_percent.pak",
|
| - "theme_resources_material_200_percent.pak",
|
| ]
|
|
|
| deps = [
|
| @@ -23,6 +21,13 @@ grit("theme_resources") {
|
| "//ui/resources",
|
| ]
|
|
|
| + if (is_mac) {
|
| + outputs += [
|
| + "theme_resources_material_100_percent.pak",
|
| + "theme_resources_material_200_percent.pak",
|
| + ]
|
| + }
|
| +
|
| output_dir = "$root_gen_dir/chrome"
|
| }
|
|
|
|
|