diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-18 01:16:47 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-18 01:16:47 +0000 |
commit | 9e8cec129e76c14d80ab8391adabf030b4870a47 (patch) | |
tree | 92c6439107619c97b38849df10c538b835fa5ef7 /components/components.gyp | |
parent | a5bee464b29124393a84c46216c21439a9e9e13f (diff) | |
download | chromium_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/components.gyp')
-rw-r--r-- | components/components.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp index 02f190b..0bfe536 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -15,6 +15,7 @@ 'breakpad.gypi', 'browser_context_keyed_service.gypi', 'components_tests.gypi', + 'dom_distiller.gypi', 'json_schema.gypi', 'navigation_interception.gypi', 'policy.gypi', |