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

Unified Diff: components/resources/webapks_ui_resources.grdp

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Removes strings from i18n file 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: components/resources/webapks_ui_resources.grdp
diff --git a/components/resources/webapks_ui_resources.grdp b/components/resources/webapks_ui_resources.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..cb3ed60c846a09b88d58607c3b89c145640f2829
--- /dev/null
+++ b/components/resources/webapks_ui_resources.grdp
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <include name="IDR_WEBAPKS_UI_CSS" file="../webapks_ui/resources/about_webapks.css" type="BINDATA" />
pkotwicz 2017/01/19 19:37:18 I think you need compress="gzip" as well. You can
gonzalon 2017/01/19 23:50:17 Done.
+ <include name="IDR_WEBAPKS_UI_HTML" file="../webapks_ui/resources/about_webapks.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_WEBAPKS_UI_JS" file="../webapks_ui/resources/about_webapks.js" type="BINDATA" />
+</grit-part>

Powered by Google App Engine
This is Rietveld 408576698