diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 01:18:24 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 01:18:24 +0000 |
commit | 3fa3f672d60439d5212afbe1618de9a6c0a8360b (patch) | |
tree | 2cb1e8295c21aab70188f4365a3e124816dcae3f /gpu/gpu.gyp | |
parent | 2f399395e09bbe0872a1fea9f9e3de7efdfaf1ed (diff) | |
download | chromium_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 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 6a6f6ff..7faead9 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -29,6 +29,7 @@ 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', + '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', ], 'include_dirs': [ '..', |