From f8ad9f8fc95f13d0b7ce0ea75ded890e801ffbdb Mon Sep 17 00:00:00 2001 From: "blundell@chromium.org" Date: Thu, 12 Dec 2013 22:18:22 +0000 Subject: 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 --- components/dom_distiller.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/dom_distiller.gypi') 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', -- cgit v1.1