summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorshashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-10 07:43:37 +0000
committershashishekhar@chromium.org <shashishekhar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-10 07:43:37 +0000
commit83bfe12526275b95775024d77940d56dc0484939 (patch)
treeb3f9fb0ab7c07839aff7a3286b8859f79f4d4e8a /components/dom_distiller.gypi
parentd30312c50388d4eb51a34c5e168f7abf5feb257c (diff)
downloadchromium_src-83bfe12526275b95775024d77940d56dc0484939.zip
chromium_src-83bfe12526275b95775024d77940d56dc0484939.tar.gz
chromium_src-83bfe12526275b95775024d77940d56dc0484939.tar.bz2
Add an observer for article updates.
Define an observer that allows clients to listen to article updates. In a subsequent CL, I will hook the webui to observe article changes. BUG=288015 Review URL: https://codereview.chromium.org/100463005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239703 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 ddc7b2e..1b6e6b4 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -76,6 +76,7 @@
'dom_distiller/core/dom_distiller_database.h',
'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_service.cc',
'dom_distiller/core/dom_distiller_service.h',
'dom_distiller/core/dom_distiller_store.cc',