summaryrefslogtreecommitdiffstats
path: root/base/third_party
diff options
context:
space:
mode:
authorensonic@google.com <ensonic@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-08 18:23:47 +0000
committerensonic@google.com <ensonic@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-08 18:23:47 +0000
commitbc435db7f1db0b0a812a3be3f8e872fbae680d19 (patch)
tree690d5fad7892febd38b9db0d01d35b4baed68665 /base/third_party
parenta6ea2cdab0669e5c8f676ba0ffd0241a2d4668b4 (diff)
downloadchromium_src-bc435db7f1db0b0a812a3be3f8e872fbae680d19.zip
chromium_src-bc435db7f1db0b0a812a3be3f8e872fbae680d19.tar.gz
chromium_src-bc435db7f1db0b0a812a3be3f8e872fbae680d19.tar.bz2
add missing header dependency
R=tony BUG= TEST= Review URL: http://codereview.chromium.org/8200001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party')
-rw-r--r--base/third_party/dynamic_annotations/dynamic_annotations.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/third_party/dynamic_annotations/dynamic_annotations.gyp b/base/third_party/dynamic_annotations/dynamic_annotations.gyp
index f4970ef..1f1dc49 100644
--- a/base/third_party/dynamic_annotations/dynamic_annotations.gyp
+++ b/base/third_party/dynamic_annotations/dynamic_annotations.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 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.
@@ -14,6 +14,7 @@
'sources': [
'dynamic_annotations.c',
'dynamic_annotations.h',
+ '../valgrind/valgrind.h',
],
},
],