summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-16 05:05:19 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-16 05:05:19 +0000
commit312c58b439e9a4dbeb43b10af7f2174ebe14076e (patch)
treed5a6ee0aeb24cec5204deed8672806e0a578c5ef /components/dom_distiller.gypi
parentdd48d4986248485439b2dc3d0803cc314f2d0c0e (diff)
downloadchromium_src-312c58b439e9a4dbeb43b10af7f2174ebe14076e.zip
chromium_src-312c58b439e9a4dbeb43b10af7f2174ebe14076e.tar.gz
chromium_src-312c58b439e9a4dbeb43b10af7f2174ebe14076e.tar.bz2
Declare dependency on blink_headers in targets that use blink headers
This updates targets that use blink public API headers to depend on the blink_headers target, which sets up include paths so the headers can function without needing relative path hacks. Targets that expose #includes of public blink headers export the dependent settings from blink_headers to their dependents. BUG=350097 Review URL: https://codereview.chromium.org/189713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257357 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 ba50bb7..5ac311e 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -134,6 +134,7 @@
'component_resources.gyp:component_resources',
'component_strings.gyp:component_strings',
'dom_distiller_core',
+ '../content/content.gyp:content_browser',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',