summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authormdjones <mdjones@chromium.org>2015-09-23 17:48:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-24 00:49:18 +0000
commit28f3694cf6796d840cb4296441d26f63c2ce50c2 (patch)
tree5375212afae282ad34a809a9195b4d31e9de896c /chrome/chrome_tests.gypi
parent4434ab3c28987d927f89e0c5a3b9bf80300a5f0a (diff)
downloadchromium_src-28f3694cf6796d840cb4296441d26f63c2ce50c2.zip
chromium_src-28f3694cf6796d840cb4296441d26f63c2ce50c2.tar.gz
chromium_src-28f3694cf6796d840cb4296441d26f63c2ce50c2.tar.bz2
Reland: Expose distiller functions to JavaScript
This change adds two mojo services; one for notifying a RenderFrame that it is working on a distiller page and one for allowing distiller JavaScript functions to access the browser. This CL only exposes a single function "distiller.echo". This reverts commit 5b77e8f46f38eb1592b17ec2e2fe97a148d96a65 and should fix the GN build that broke. Initial review: https://codereview.chromium.org/1231083007/ TBR=jochen Review URL: https://codereview.chromium.org/1351313003 Cr-Commit-Position: refs/heads/master@{#350418}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 07f1de2..346cd41 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2062,6 +2062,7 @@
'../components/components.gyp:captive_portal_test_support',
'../components/components.gyp:certificate_reporting',
'../components/components.gyp:dom_distiller_content_browser',
+ '../components/components.gyp:dom_distiller_content_renderer',
'../components/components.gyp:dom_distiller_test_support',
'../components/components.gyp:guest_view_test_support',
'../components/components.gyp:translate_core_common',