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

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

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)
Patch Set: More grit defines Created 4 years, 2 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/app/resources/BUILD.gn ('k') | chrome/browser/about_flags.cc » ('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 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",
« no previous file with comments | « chrome/app/resources/BUILD.gn ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698