win: Fix defines under component build

This commit is contained in:
Cheng Zhao 2015-04-06 14:19:28 +08:00
parent ed5660909b
commit 7b7a94140d

View file

@ -103,8 +103,6 @@
'defines': [ 'defines': [
'TOOLKIT_VIEWS', 'TOOLKIT_VIEWS',
'USE_AURA', 'USE_AURA',
'VIEWS_IMPLEMENTATION',
'WEBVIEW_IMPLEMENTATION',
], ],
}], }],
['OS not in ["mac", "win"]', { ['OS not in ["mac", "win"]', {
@ -259,13 +257,15 @@
}, },
'conditions': [ 'conditions': [
['libchromiumcontent_component', { ['libchromiumcontent_component', {
'defines': [ 'target_defaults': {
'COMPONENT_BUILD', 'defines': [
'GURL_DLL', 'COMPONENT_BUILD',
'SKIA_DLL', 'GURL_DLL',
'USING_V8_SHARED', 'SKIA_DLL',
'WEBKIT_DLL', 'USING_V8_SHARED',
], 'WEBKIT_DLL',
],
},
}], }],
['OS=="linux" and linux_clang==1', { ['OS=="linux" and linux_clang==1', {
'make_global_settings': [ 'make_global_settings': [