Commit adc2ff75 authored by ager@chromium.org's avatar ager@chromium.org

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
parent 24ca3edd
......@@ -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',
],
}],
],
},
],
......
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