summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 00:33:01 +0000
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 00:33:01 +0000
commitdc7eee6006d2a593adc1fef437a86b755546daa0 (patch)
tree2e9152aca2f3c64353833783cdbcf5cc4b5c5d2c /components/dom_distiller.gypi
parent6bea0a9193ea979984c671bffa217802d94b9286 (diff)
downloadchromium_src-dc7eee6006d2a593adc1fef437a86b755546daa0.zip
chromium_src-dc7eee6006d2a593adc1fef437a86b755546daa0.tar.gz
chromium_src-dc7eee6006d2a593adc1fef437a86b755546daa0.tar.bz2
Use new DomDistillerJs Proto API
This updates the distiller_page to use the proto-based DomDistiller.applyWithOptions(). To provide options, domdistiller.js contains a $$OPTIONS placeholder that is replaced with the json-serialized DomDistillerOptions at runtime. Review URL: https://codereview.chromium.org/270663005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 8c03c324..a86746f 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -36,6 +36,7 @@
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
+ '../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_proto',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'components_resources.gyp:components_resources',