Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: chrome/app/theme/BUILD.gn

Issue 2004143002: Retry of 2b0e51237fa07b4fb9f6c20edcefce094f6cf5f5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
}
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698