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

Unified Diff: components/components_resources.grd

Issue 23503042: Initial WebUI for DOM Distiller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments from estade. Also added DEPS for ui/webui/resources Created 7 years, 3 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/components_resources.grd
diff --git a/components/components_resources.grd b/components/components_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..b9546165154b0bdb8d6502cd0a7a3f5acf94bb19
--- /dev/null
+++ b/components/components_resources.grd
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/components_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="components_resources.pak" type="data_package" />
+ <output filename="components_resources.rc" type="rc_all" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <part file="dom_distiller_resources.grdp" />
+ </includes>
+ </release>
+</grit>

Powered by Google App Engine
This is Rietveld 408576698