summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 01:18:24 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-28 01:18:24 +0000
commit3fa3f672d60439d5212afbe1618de9a6c0a8360b (patch)
tree2cb1e8295c21aab70188f4365a3e124816dcae3f /ipc
parent2f399395e09bbe0872a1fea9f9e3de7efdfaf1ed (diff)
downloadchromium_src-3fa3f672d60439d5212afbe1618de9a6c0a8360b.zip
chromium_src-3fa3f672d60439d5212afbe1618de9a6c0a8360b.tar.gz
chromium_src-3fa3f672d60439d5212afbe1618de9a6c0a8360b.tar.bz2
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
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc.gypi3
1 files changed, 2 insertions, 1 deletions
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