diff options
author | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-10 02:15:01 +0000 |
---|---|---|
committer | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-10 02:15:01 +0000 |
commit | ccac53f9ac7795cdef5a5eba9f68c772c47e9341 (patch) | |
tree | 1cb7b793979eb92bd47d43f9fbe88db8e42b0493 /components | |
parent | e80e1f1b7086c94ff4ee7f9a8f97c2de71525129 (diff) | |
download | chromium_src-ccac53f9ac7795cdef5a5eba9f68c772c47e9341.zip chromium_src-ccac53f9ac7795cdef5a5eba9f68c772c47e9341.tar.gz chromium_src-ccac53f9ac7795cdef5a5eba9f68c772c47e9341.tar.bz2 |
Update DomDistillerJsUpdater and Roll DomDistillerJs
The update script should build `ant package` and copy the entire
out/package directory.
This moves the path to domdistiller.js to .../package/js so update
that reference.
The old (non-proto) API is still supported, so this keeps using that.
Picked up changes:
fdb023d Fix Proto module's path
44e9366 This adds two simple protoc plugins.
NOTRY=true
Review URL: https://codereview.chromium.org/277563002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
-rw-r--r-- | components/dom_distiller/core/javascript/domdistiller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/dom_distiller/core/javascript/domdistiller.js b/components/dom_distiller/core/javascript/domdistiller.js index 62f860b..9a02017 100644 --- a/components/dom_distiller/core/javascript/domdistiller.js +++ b/components/dom_distiller/core/javascript/domdistiller.js @@ -3,7 +3,7 @@ // found in the LICENSE file. // These includes will be processed at build time by grit. -<include src="../../../../third_party/dom_distiller_js/js/domdistiller.js"/> +<include src="../../../../third_party/dom_distiller_js/package/js/domdistiller.js"/> // Extracts long-form content from a page and returns an array where the first // element is the article title, the second element is HTML containing the |