mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Switch to aura/views architecture for content window creation (issue #180).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1542 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
5
cef.gypi
5
cef.gypi
@@ -4,8 +4,6 @@
|
||||
|
||||
{
|
||||
'variables': {
|
||||
'use_ash': 0,
|
||||
'use_aura': 0,
|
||||
# Don't use the chrome style plugin with CEF.
|
||||
'clang_use_chrome_plugins': 0,
|
||||
'conditions': [
|
||||
@@ -18,6 +16,9 @@
|
||||
'disable_debugallocation': 1,
|
||||
}, { # OS!="win"
|
||||
'cef_directory' : '<!(echo $CEF_DIRECTORY)',
|
||||
# Aura is not yet supported on non-Windows platforms.
|
||||
'use_ash': 0,
|
||||
'use_aura': 0,
|
||||
}],
|
||||
[ 'OS=="mac"', {
|
||||
# Strip symbols and create dSYM files for the Release target.
|
||||
|
Reference in New Issue
Block a user