From 3fa3f672d60439d5212afbe1618de9a6c0a8360b Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Thu, 28 Apr 2011 01:18:24 +0000 Subject: Base: Adjust dependencies to build with base.dll BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6883205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83269 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc.gypi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipc/ipc.gypi') diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi index 68f168d..3ee4970 100644 --- a/ipc/ipc.gypi +++ b/ipc/ipc.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -61,6 +61,7 @@ }, 'dependencies': [ '../base/base.gyp:base', + '../base/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 -- cgit v1.1