diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-03 12:30:52 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-03 12:30:52 +0000 |
commit | 6a6e6a89ec2acb8a50943900710f96873ab2e2b3 (patch) | |
tree | cd4b7f21e150d7ce2a8f122dd81a1022983cf7f4 /components/dom_distiller.gypi | |
parent | 1e556eb26b74332d18cc0155fc9ba476508c08d8 (diff) | |
download | chromium_src-6a6e6a89ec2acb8a50943900710f96873ab2e2b3.zip chromium_src-6a6e6a89ec2acb8a50943900710f96873ab2e2b3.tar.gz chromium_src-6a6e6a89ec2acb8a50943900710f96873ab2e2b3.tar.bz2 |
Add support for distilling arbitrary URLs in DOM Distiller Viewer.
This adds support for requesting to view arbitrary URLs in the DOM
Distiller viewer. Previously, an entry first had to be added to the
list of articles.
Also fixes the CSP for the viewer to be in the correct format.
BUG=319881
TBR=rsleevi@chromium.org,joi@chromium.org
Review URL: https://codereview.chromium.org/151003006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r-- | components/dom_distiller.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi index 78bda80..1ad3f07 100644 --- a/components/dom_distiller.gypi +++ b/components/dom_distiller.gypi @@ -71,6 +71,10 @@ 'dom_distiller/core/page_distiller.h', 'dom_distiller/core/task_tracker.cc', 'dom_distiller/core/task_tracker.h', + 'dom_distiller/core/url_constants.cc', + 'dom_distiller/core/url_constants.h', + 'dom_distiller/core/url_utils.cc', + 'dom_distiller/core/url_utils.h', ], }, { |