Land for Victor Wang.

Add direct_dependent_settings for v8 dll so targets that depend on v8
has USING_V8_SHARED defined.

Review URL: http://codereview.chromium.org/2946014/show

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5099 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ager@chromium.org 2010-07-20 05:51:10 +00:00
parent 24ca3eddd7
commit adc2ff755d

View File

@ -181,6 +181,11 @@
'defines': [
'BUILDING_V8_SHARED'
],
'direct_dependent_settings': {
'defines': [
'USING_V8_SHARED',
],
},
},
{
'type': 'none',
@ -738,11 +743,6 @@
# This could be gotten by not setting chromium_code, if that's OK.
'defines': ['_CRT_SECURE_NO_WARNINGS'],
}],
['OS=="win" and component=="shared_library"', {
'defines': [
'USING_V8_SHARED',
],
}],
],
},
],