Index: chrome/app/theme/BUILD.gn |
diff --git a/chrome/app/theme/BUILD.gn b/chrome/app/theme/BUILD.gn |
index 4833e3819c8470674276cff8a0adbcb3f2a9afcf..bd60bb41dcdd5b4289f68ff4ec75840640af510d 100644 |
--- a/chrome/app/theme/BUILD.gn |
+++ b/chrome/app/theme/BUILD.gn |
@@ -2,10 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//chrome/common/features.gni") |
import("//tools/grit/grit_rule.gni") |
grit("theme_resources") { |
source = "theme_resources.grd" |
+ defines = chrome_grit_defines |
outputs = [ |
"grit/theme_resources.h", |
"grit/theme_resources_map.cc", |
@@ -25,6 +27,7 @@ grit("theme_resources") { |
grit("chrome_unscaled_resources") { |
source = "chrome_unscaled_resources.grd" |
+ defines = chrome_grit_defines |
use_qualified_include = true |
outputs = [ |
"grit/chrome_unscaled_resources.h", |