win: Fix defines under component build
This commit is contained in:
parent
ed5660909b
commit
7b7a94140d
1 changed files with 9 additions and 9 deletions
|
@ -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': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue