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

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

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning and Refactoring. Created 5 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
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index a5949a2136bf9087848bd4ca40da17c96f3acf7d..ab0376c11508ed1446eda0c90e82622883be7e1c 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -68,6 +68,17 @@ copy("extension_resource_demo") {
]
}
+grit("policy_resources") {
+ source = "md_policy/policy_resources.grd"
+ outputs = [
+ "grit/policy_resources.h",
+ "grit/policy_resources_map.cc",
+ "grit/policy_resources_map.h",
+ "policy_resources.pak",
+ ]
+ output_dir = "$root_gen_dir/chrome"
+}
+
if (!is_ios) {
grit("component_extension_resources") {
source = "component_extension_resources.grd"

Powered by Google App Engine
This is Rietveld 408576698