Commit 0345c1ad authored by grt@chromium.org's avatar grt@chromium.org

Make content_renderer.lib depend directly on allocator so that...

Make content_renderer.lib depend directly on allocator so that PERFTOOLS_DLL_DECL is defined when building this lib.  This gets rid of a number of LNK4217 warnings about locally defined symbols.

BUG=none
TEST=look for LNK4217 in build logs.


Review URL: http://codereview.chromium.org/7649017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96949 0039d316-1c4b-4281-b951-d872f2087c98
parent 89d54432
...@@ -219,6 +219,11 @@ ...@@ -219,6 +219,11 @@
], ],
}, },
}], }],
['OS=="win" and win_use_allocator_shim==1', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
],
}],
['enable_webrtc==1', { ['enable_webrtc==1', {
'dependencies': [ 'dependencies': [
'../third_party/webrtc/modules/video_capture/main/source/video_capture.gyp:video_capture_module', '../third_party/webrtc/modules/video_capture/main/source/video_capture.gyp:video_capture_module',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment