Upstream version 6.34.113.0
[platform/framework/web/crosswalk.git] / src / xwalk / build / common.gypi
1 {
2   'variables': {
3     'tizen%': 0,
4     'tizen_mobile%': 0,
5   },
6   'target_defaults': {
7     'variables': {
8       'tizen%': '<(tizen)',
9       'tizen_mobile%': '<(tizen_mobile)',
10     },
11     'conditions': [
12       ['tizen==1', {
13         'defines': ['OS_TIZEN=1'],
14       }],
15       ['tizen_mobile==1', {
16         'defines': ['OS_TIZEN_MOBILE=1', 'OS_TIZEN=1'],
17       }],
18     ],
19     'includes': [
20       'xwalk_filename_rules.gypi',
21     ],
22   },
23 }