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

Unified Diff: chrome/browser/resources/webapks_ui_resources.grd

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/resources/webapks/compiled_resources2.gyp ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/webapks_ui_resources.grd
diff --git a/chrome/browser/resources/webapks_ui_resources.grd b/chrome/browser/resources/webapks_ui_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..063053a38c2fdfa12c1cbed3ed31ffc21ab3602a
--- /dev/null
+++ b/chrome/browser/resources/webapks_ui_resources.grd
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1" output_all_resource_defines="false">
+ <outputs>
+ <output filename="grit/webapks_ui_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="webapks_ui_resources.pak" type="data_package" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <include name="IDR_WEBAPKS_UI_CSS" file="webapks/about_webapks.css" type="BINDATA" compress="gzip" />
+ <include name="IDR_WEBAPKS_UI_HTML" file="webapks/about_webapks.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" />
+ <include name="IDR_WEBAPKS_UI_JS" file="webapks/about_webapks.js" type="BINDATA" compress="gzip" />
+ </includes>
+ </release>
+</grit>
« no previous file with comments | « chrome/browser/resources/webapks/compiled_resources2.gyp ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698