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

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

Issue 2001093002: Revert of Remove enable_topchrome_md build flag (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 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"
}
« 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