],
}, # capi-system-sensor
{
+ 'target_name': 'capi-system-system-settings',
+ 'type': 'none',
+ 'conditions': [
+ ['building_for_tizen==1', {
+ 'direct_dependent_settings': {
+ 'cflags': [
+ '<!@(<(pkg-config) --cflags capi-system-system-settings)',
+ ],
+ },
+ 'link_settings': {
+ 'ldflags': [
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other capi-system-system-settings)',
+ ],
+ 'libraries': [
+ '<!@(<(pkg-config) --libs-only-l capi-system-system-settings)',
+ ],
+ },
+ }],
+ ],
+ }, # capi-system-system-settings
+ {
'target_name': 'libdri2',
'type': 'none',
'conditions': [
'external_content_common_deps': [
'<(DEPTH)/tizen_src/build/system.gyp:ecore-x',
'<(DEPTH)/tizen_src/build/system.gyp:capi-appfw-application',
+ '<(DEPTH)/tizen_src/build/system.gyp:capi-system-system-settings',
'<(DEPTH)/tizen_src/build/system.gyp:gstreamer',
'<(DEPTH)/tizen_src/build/system.gyp:tts',
],
BuildRequires: pkgconfig(capi-appfw-application)
BuildRequires: pkgconfig(capi-system-info)
BuildRequires: pkgconfig(capi-system-device)
+BuildRequires: pkgconfig(capi-system-system-settings)
BuildRequires: pkgconfig(capi-location-manager)
BuildRequires: pkgconfig(location)
BuildRequires: pkgconfig(gles20)
['building_for_tizen==1', {
'defines': [
'OS_TIZEN=1',
+ 'WTF_OS_TIZEN=1',
# For GCC 4.5.3 bundled arm.h has a bug and don't define __ARM_PCS when it should.
# Force define this flag for the whole chromium on gbs gcc 4.5.3.
# Non-arm builds will ingore it in any case.
['building_for_tizen_mobile==1', {
'defines': [
'OS_TIZEN_MOBILE=1',
+ 'WTF_OS_TIZEN_MOBILE=1',
'TIZEN_CONTENTS_DETECTION=1',
'TIZEN_ENABLE_CAPI_SUPPORT=1',
],
['building_for_tizen_tv==1', {
'defines': [
'OS_TIZEN_TV=1',
+ 'WTF_OS_TIZEN_TV=1',
],
'conditions': [
['chromium_efl_tizen_version=="2.2.1"', {