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

Unified Diff: chrome/renderer/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/common/pref_names.cc ('k') | chrome/test/data/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 55502181038fda4170f34cb64e3533e1d8cf376d..845006ae94cf30e9faada011609aca52caf0f3e9 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -3,10 +3,12 @@
# found in the LICENSE file.
import("//build/config/features.gni")
+import("//chrome/common/features.gni")
import("//tools/grit/grit_rule.gni")
grit("resources") {
source = "resources/renderer_resources.grd"
+ defines = chrome_grit_defines
use_qualified_include = true
output_dir = "$root_gen_dir/chrome"
output_name = "renderer_resources"
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698