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.

[email protected]
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
diff --git a/components/dom_distiller_strings.grdp b/components/dom_distiller_strings.grdp
new file mode 100644
index 0000000..3d81fae7
--- /dev/null
+++ b/components/dom_distiller_strings.grdp
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+
+  <message name="IDS_DOM_DISTILLER_TITLE" desc="The title to show on the DOM Distiller debug page.">
+    DOM Distiller
+  </message>
+
+</grit-part>