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

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

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Add a chrome://webapks page. Created 3 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
« no previous file with comments | « chrome/browser/android/webapk/webapk_info.cc ('k') | chrome/browser/resources/webapks/about_webapks.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index 6a19ea704962ab2f52518dec04c21428b34e8527..c8edb250ebac5dc12eb76b18b214a977d52139fe 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -150,4 +150,15 @@ if (!is_ios) {
]
output_dir = "$root_gen_dir/chrome"
}
+
+ grit("webapks_ui_resources") {
+ source = "webapks_ui_resources.grd"
+ use_qualified_include = true
+ defines = chrome_grit_defines
+ outputs = [
+ "grit/webapks_ui_resources.h",
+ "webapks_ui_resources.pak",
+ ]
+ output_dir = "$root_gen_dir/chrome"
+ }
}
« no previous file with comments | « chrome/browser/android/webapk/webapk_info.cc ('k') | chrome/browser/resources/webapks/about_webapks.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698