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

Unified Diff: chrome/browser/resources/BUILD.gn

Issue 985533002: Set up serving infrastructure for c/b/r/settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean some things up Created 5 years, 10 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
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index dbcc76c0a75a3c074c38132e83846e5d1e5e7118..38ccf548af38e0fed32256d6be635e84eb886c46 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -89,6 +89,17 @@ if (!is_ios) {
output_dir = "$root_gen_dir/chrome"
}
+ grit("settings_resources") {
+ source = "settings_resources.grd"
+ outputs = [
+ "grit/settings_resources.h",
+ "grit/settings_resources_map.cc",
+ "grit/settings_resources_map.h",
+ "settings_resources.pak",
+ ]
+ output_dir = "$root_gen_dir/chrome"
+ }
+
grit("options_resources") {
source = "options_resources.grd"
outputs = [

Powered by Google App Engine
This is Rietveld 408576698