From 312c58b439e9a4dbeb43b10af7f2174ebe14076e Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Sun, 16 Mar 2014 05:05:19 +0000 Subject: 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 --- components/dom_distiller.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'components/dom_distiller.gypi') 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', -- cgit v1.1