summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-14 13:40:32 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-14 13:40:32 +0000
commit2eb48e684368d538564e253a6eb6c33f88132326 (patch)
tree9e77f55d0b0b9195daaa1bce6bdb01acb016cdc1 /components/dom_distiller.gypi
parent03fae593b4ecd610248d6260262a556beaad8b6a (diff)
downloadchromium_src-2eb48e684368d538564e253a6eb6c33f88132326.zip
chromium_src-2eb48e684368d538564e253a6eb6c33f88132326.tar.gz
chromium_src-2eb48e684368d538564e253a6eb6c33f88132326.tar.bz2
Implement initial of chrome.readingListPrivate api.
For experimentation with the dom distiller component, this provides a minimal API wrapping the functions of DomDistillerService. Sketch proposal: https://docs.google.com/a/google.com/document/d/1zLTKNAOkTyFpgeJqWg3Jn17Ayc-sYafyftBE6KUldV4/edit BUG=288015 TBR=joi Review URL: https://codereview.chromium.org/116553005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi20
1 files changed, 20 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 3966835..978fddf 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -89,6 +89,26 @@
],
},
{
+ 'target_name': 'dom_distiller_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'dom_distiller_core',
+ '../sync/sync.gyp:sync',
+ '../testing/gmock.gyp:gmock',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'dom_distiller/core/dom_distiller_test_util.cc',
+ 'dom_distiller/core/dom_distiller_test_util.h',
+ 'dom_distiller/core/fake_db.cc',
+ 'dom_distiller/core/fake_db.h',
+ 'dom_distiller/core/fake_distiller.cc',
+ 'dom_distiller/core/fake_distiller.h',
+ ],
+ },
+ {
'target_name': 'distilled_page_proto',
'type': 'static_library',
'sources': [