summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 22:18:22 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 22:18:22 +0000
commitf8ad9f8fc95f13d0b7ce0ea75ded890e801ffbdb (patch)
treeadc1ce226b79bd2c93a424e23bdd2c0754a805d3 /components/dom_distiller.gypi
parent8fc8ecd26d3616a837e0928a2e94850b694c9ec1 (diff)
downloadchromium_src-f8ad9f8fc95f13d0b7ce0ea75ded890e801ffbdb.zip
chromium_src-f8ad9f8fc95f13d0b7ce0ea75ded890e801ffbdb.tar.gz
chromium_src-f8ad9f8fc95f13d0b7ce0ea75ded890e801ffbdb.tar.bz2
dom_distiller_core exports dependent settings of distilled_page_proto
distilled_page_proto generates a header that dom_distiller_core includes in its public headers. Thus, dom_distiller_core needs to export distilled_page_proto's hard dependency to any target depending on dom_distiller_core; otherwise, those targets are subject to flaky build failures. Review URL: https://codereview.chromium.org/111503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 1b6e6b4..3966835 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -61,6 +61,9 @@
'include_dirs': [
'..',
],
+ 'export_dependent_settings': [
+ 'distilled_page_proto',
+ ],
'sources': [
'dom_distiller/core/article_entry.cc',
'dom_distiller/core/article_entry.h',