Index: chrome/app/theme/BUILD.gn |
diff --git a/chrome/app/theme/BUILD.gn b/chrome/app/theme/BUILD.gn |
index 7c0a62f4ae3a10763932499d8a13e9a92397ffc5..6282024005eadb858eab04ba285c2775ee27aa93 100644 |
--- a/chrome/app/theme/BUILD.gn |
+++ b/chrome/app/theme/BUILD.gn |
@@ -14,19 +14,14 @@ |
"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 = [ |
":chrome_unscaled_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" |
} |