From ed321c69d78b48bcd51c4b883c1e2a69832664a6 Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Tue, 26 Apr 2011 21:54:28 +0000 Subject: Base: Adjust dependencies to build with base.dll BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6894040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83082 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/base.gypi') diff --git a/base/base.gypi b/base/base.gypi index 5db404c..77678eb 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -432,6 +432,9 @@ '../third_party/modp_b64/modp_b64.gyp:modp_b64', 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', ], + 'export_dependent_settings': [ + 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', + ], # TODO(gregoryd): direct_dependent_settings should be shared with the # 64-bit target, but it doesn't work due to a bug in gyp 'direct_dependent_settings': { -- cgit v1.1