summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller_resources.grd
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 01:16:47 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 01:16:47 +0000
commit9e8cec129e76c14d80ab8391adabf030b4870a47 (patch)
tree92c6439107619c97b38849df10c538b835fa5ef7 /components/dom_distiller_resources.grd
parenta5bee464b29124393a84c46216c21439a9e9e13f (diff)
downloadchromium_src-9e8cec129e76c14d80ab8391adabf030b4870a47.zip
chromium_src-9e8cec129e76c14d80ab8391adabf030b4870a47.tar.gz
chromium_src-9e8cec129e76c14d80ab8391adabf030b4870a47.tar.bz2
Initial WebUI for DOM Distiller.
The DOM Distiller component will contain code for an experimental prototype for distilling the core part of a web page. To enable this feature, use the command line flag --enable-distiller. The webui/ folder depends on content, but given iOS at the time being supports the usage of WebUI, it is kept a a top level folder in the component instead of in content/. This commit is relanding r223528 since it was reverted in r223540. - Added missing GYP dependency. TBR=sky@chromium.org BUG=288015 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223528 Review URL: https://chromiumcodereview.appspot.com/23503042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller_resources.grd')
-rw-r--r--components/dom_distiller_resources.grd17
1 files changed, 17 insertions, 0 deletions
diff --git a/components/dom_distiller_resources.grd b/components/dom_distiller_resources.grd
new file mode 100644
index 0000000..dd2a5f5
--- /dev/null
+++ b/components/dom_distiller_resources.grd
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/dom_distiller_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="dom_distiller_resources.pak" type="data_package" />
+ <output filename="dom_distiller_resources.rc" type="rc_all" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <include name="IDR_ABOUT_DOM_DISTILLER_HTML" file="dom_distiller/webui/resources/about_dom_distiller.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_ABOUT_DOM_DISTILLER_CSS" file="dom_distiller/webui/resources/about_dom_distiller.css" type="BINDATA" />
+ <include name="IDR_ABOUT_DOM_DISTILLER_JS" file="dom_distiller/webui/resources/about_dom_distiller.js" type="BINDATA" />
+ </includes>
+ </release>
+</grit>