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

Unified Diff: tools/grit/grit_rule.gni

Issue 2561013002: Remove the enable_themes build flag and define. (Closed)
Patch Set: Merge Created 4 years 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 | « components/version_ui/resources/about_version.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit_rule.gni
diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni
index edd3880acd5930acf1767d372ca8cd0878639c0f..00dd9258ec2077984a0c104fb4cd7d52246a6bb3 100644
--- a/tools/grit/grit_rule.gni
+++ b/tools/grit/grit_rule.gni
@@ -240,12 +240,6 @@ if (enable_media_router) {
"enable_media_router",
]
}
-if (enable_themes) {
- grit_defines += [
- "-D",
- "enable_themes",
- ]
-}
# TODO(aberent): Enable for other platforms once the build machines have
# Java on them (and hence can run the closure compiler).
« no previous file with comments | « components/version_ui/resources/about_version.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698