2009-10-02 19:59:38 +02:00
|
|
|
# Copyright (c) 2009 The Chromium Embedded Framework Authors. All rights
|
|
|
|
# reserved. Use of this source code is governed by a BSD-style license that
|
|
|
|
# can be found in the LICENSE file.
|
2010-10-03 23:04:50 +02:00
|
|
|
|
2009-10-02 19:59:38 +02:00
|
|
|
{
|
|
|
|
'variables': {
|
2010-10-03 23:04:50 +02:00
|
|
|
# Directory for CEF source files.
|
2010-10-09 18:37:43 +02:00
|
|
|
'conditions': [
|
|
|
|
[ 'OS=="win"', {
|
|
|
|
'cef_directory' : '<!(echo %CEF_DIRECTORY%)',
|
|
|
|
}, { # OS!="win"
|
|
|
|
'cef_directory' : '<!(echo $CEF_DIRECTORY)',
|
|
|
|
}],
|
|
|
|
]
|
2010-10-03 23:04:50 +02:00
|
|
|
},
|
|
|
|
}
|