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

Unified Diff: build/secondary/tools/grit/grit_rule.gni

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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 | « build/isolate.gypi ('k') | examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/tools/grit/grit_rule.gni
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
index 7a1cc267475ecd281ce3fb0643effa2c78690bf3..228b6e3c953e76fb6e03535fc7e8e682bdf54cbf 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -118,13 +118,6 @@ if (is_desktop_linux) {
]
}
-if (toolkit_views) {
- grit_defines += [
- "-D",
- "toolkit_views",
- ]
-}
-
if (use_aura) {
grit_defines += [
"-D",
@@ -146,13 +139,6 @@ if (use_nss_certs) {
]
}
-if (use_ozone) {
- grit_defines += [
- "-D",
- "use_ozone",
- ]
-}
-
if (enable_image_loader_extension) {
grit_defines += [
"-D",
« no previous file with comments | « build/isolate.gypi ('k') | examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698