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

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, 11 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 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") {
Dan Beam 2017/01/27 21:52:14 don't we want to only pack these resources on andr
gonzalon 2017/01/27 22:45:03 Yup, Done, thanks
+ 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"
+ }
}

Powered by Google App Engine
This is Rietveld 408576698