summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authormdjones <mdjones@chromium.org>2015-06-17 16:11:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-17 23:11:57 +0000
commitc2583113775d24a2d7c88f7da1927288b6d8702b (patch)
treede5e3368c3c354a866b4f53d4d8171b5e53ce20b /components/dom_distiller.gypi
parent188d85d7e87f970715dcc55605c9ecaba5da5579 (diff)
downloadchromium_src-c2583113775d24a2d7c88f7da1927288b6d8702b.zip
chromium_src-c2583113775d24a2d7c88f7da1927288b6d8702b.tar.gz
chromium_src-c2583113775d24a2d7c88f7da1927288b6d8702b.tar.bz2
Execute distiller in isolated world
This change runs the dom distiller in an isolated world instead of the main world. BUG=484843 Review URL: https://codereview.chromium.org/1124973002 Cr-Commit-Position: refs/heads/master@{#334954}
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index cc9da80..157e6be 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -188,6 +188,8 @@
'dom_distiller/content/distillable_page_utils.h',
'dom_distiller/content/distillable_page_utils_android.cc',
'dom_distiller/content/distillable_page_utils_android.h',
+ 'dom_distiller/content/distiller_javascript_utils.cc',
+ 'dom_distiller/content/distiller_javascript_utils.h',
'dom_distiller/content/distiller_page_web_contents.cc',
'dom_distiller/content/distiller_page_web_contents.h',
'dom_distiller/content/dom_distiller_viewer_source.cc',