From b9fee24969e63f6b172d62c6a26c56812cb3b697 Mon Sep 17 00:00:00 2001 From: mdjones Date: Mon, 27 Apr 2015 09:40:48 -0700 Subject: Move common distiller code to superclass This change moves any code related to JavaScript and HTML generation in dom distiller to a superclass that all platforms can use. BUG=472797 Review URL: https://codereview.chromium.org/1101993003 Cr-Commit-Position: refs/heads/master@{#327055} --- components/dom_distiller.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/dom_distiller.gypi') diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi index fa2f4ee..c2bb83d 100644 --- a/components/dom_distiller.gypi +++ b/components/dom_distiller.gypi @@ -82,6 +82,8 @@ 'dom_distiller/core/dom_distiller_model.cc', 'dom_distiller/core/dom_distiller_model.h', 'dom_distiller/core/dom_distiller_observer.h', + 'dom_distiller/core/dom_distiller_request_view_base.cc', + 'dom_distiller/core/dom_distiller_request_view_base.h', 'dom_distiller/core/dom_distiller_service.cc', 'dom_distiller/core/dom_distiller_service.h', 'dom_distiller/core/dom_distiller_service_android.cc', -- cgit v1.1