Fix type mismatch in LoggerD arg between %u and int
[platform/core/api/webapi-plugins.git] / src / tizen-wrt.gyp
1 {
2   'includes':[
3     'common/common.gypi',
4   ],
5
6   'targets': [
7     {
8       'target_name': 'build_all_tizen_extensions',
9       'type': 'none',
10       'dependencies': [
11         'tool/tool.gyp:*',
12         'common/common.gyp:*',
13         'tizen/tizen.gyp:*',
14         'utils/utils.gyp:*',
15       ],
16       'conditions': [
17         [
18           'tizen_ut_build==1 or tizen_ut_build_and_run_in_gbs==1', {
19             'dependencies': [
20               'common/common_ut.gyp:*'
21             ],
22             'conditions': [
23               [
24                 'tizen_feature_bluetooth_support==1', {
25                   'dependencies': [
26                     'bluetooth/bluetooth_ut.gyp:*',
27                   ],
28                 },
29               ],
30               [
31                 'tizen_feature_ml_support==1', {
32                   'dependencies': [
33                     'ml/ml_ut.gyp:*'
34                   ],
35                 },
36               ],
37             ],
38           },
39         ],
40         [
41           'tizen_feature_account_support==1', {
42             'dependencies': [
43               'account/account.gyp:*',
44             ],
45           },
46         ],
47         [
48           'tizen_feature_alarm_support==1', {
49             'dependencies': [
50               'alarm/alarm.gyp:*',
51             ],
52           },
53         ],
54         [
55           'tizen_feature_application_support==1', {
56             'dependencies': [
57               'application/application.gyp:*',
58             ],
59           },
60         ],
61         [
62           'tizen_feature_archive_support==1', {
63             'dependencies': [
64               'archive/archive.gyp:*'
65             ],
66           },
67         ],
68         [
69           'tizen_feature_badge_support==1', {
70             'dependencies': [
71               'badge/badge.gyp:*',
72             ],
73           },
74         ],
75         [
76           'tizen_feature_bluetooth_support==1', {
77             'dependencies': [
78               'bluetooth/bluetooth.gyp:*',
79             ],
80           },
81         ],
82         [
83           'tizen_feature_calendar_support==1', {
84             'dependencies': [
85               'calendar/calendar.gyp:*',
86             ],
87           },
88         ],
89         [
90           'tizen_feature_callhistory_support==1', {
91             'dependencies': [
92               'callhistory/callhistory.gyp:*',
93             ],
94           },
95         ],
96         [
97           'tizen_feature_contact_support==1', {
98             'dependencies': [
99               'contact/contact.gyp:*',
100             ],
101           },
102         ],
103         [
104           'tizen_feature_content_support==1', {
105             'dependencies': [
106               'content/content.gyp:*',
107             ],
108           },
109         ],
110         [
111           'tizen_feature_datacontrol_support==1', {
112             'dependencies': [
113               'datacontrol/datacontrol.gyp:*',
114             ],
115           },
116         ],
117         [
118           'tizen_feature_datasync_support==1', {
119             'dependencies': [
120               'datasync/datasync.gyp:*',
121             ],
122           },
123         ],
124         [
125           'tizen_feature_download_support==1', {
126             'dependencies': [
127               'download/download.gyp:*',
128             ],
129           },
130         ],
131         [
132           'tizen_feature_exif_support==1', {
133             'dependencies': [
134               'exif/exif.gyp:*',
135             ],
136           },
137         ],
138         [
139           'tizen_feature_feedback_support==1', {
140             'dependencies': [
141               'feedback/feedback.gyp:*',
142             ],
143           },
144         ],
145         [
146           'tizen_feature_filesystem_support==1', {
147             'dependencies': [
148               'filesystem/filesystem.gyp:*',
149             ],
150           },
151         ],
152         [
153           'tizen_feature_fm_radio_support==1', {
154             'dependencies': [
155               'radio/radio.gyp:*',
156             ],
157           },
158         ],
159         [
160           'tizen_feature_key_manager_support==1', {
161             'dependencies': [
162               'keymanager/keymanager.gyp:*',
163             ],
164           },
165         ],
166         [
167           'tizen_feature_ham_support==1', {
168             'dependencies': [
169               'humanactivitymonitor/humanactivitymonitor.gyp:*',
170             ],
171           },
172         ],
173         [
174           'tizen_feature_iotcon_support==1', {
175             'dependencies': [
176               'iotcon/iotcon.gyp:*',
177             ],
178           },
179         ],
180         [
181           'tizen_feature_media_controller_support==1', {
182             'dependencies': [
183               'mediacontroller/mediacontroller.gyp:*',
184             ],
185           },
186         ],
187         [
188           'tizen_feature_media_key_support==1', {
189             'dependencies': [
190               'mediakey/mediakey.gyp:*',
191             ],
192           },
193         ],
194         [
195           'tizen_feature_message_port_support==1', {
196             'dependencies': [
197               'messageport/messageport.gyp:*',
198             ],
199           },
200         ],
201         [
202           'tizen_feature_messaging_support==1', {
203             'dependencies': [
204               'messaging/messaging.gyp:*',
205             ],
206           },
207         ],
208         [
209           'tizen_feature_ml_support==1', {
210             'dependencies': [
211               'ml/ml.gyp:*',
212             ],
213           },
214         ],
215         [
216           'tizen_feature_nbs_support==1', {
217             'dependencies': [
218               'networkbearerselection/networkbearerselection.gyp:*',
219             ],
220           },
221         ],
222         [
223           'tizen_feature_nfc_emulation_support==1', {
224             'dependencies': [
225               'nfc/nfc.gyp:*',
226             ],
227           },
228         ],
229         [
230           'tizen_feature_nfc_support==1', {
231             'dependencies': [
232               'nfc/nfc.gyp:*',
233             ],
234           },
235         ],
236         [
237           'tizen_feature_notification_support==1', {
238             'dependencies': [
239               'notification/notification.gyp:*',
240             ],
241           },
242         ],
243         [
244           'tizen_feature_package_support==1', {
245             'dependencies': [
246               'package/package.gyp:*',
247             ],
248           },
249         ],
250         [
251           'tizen_feature_player_util_support==1', {
252             'dependencies': [
253               'playerutil/playerutil.gyp:*',
254             ],
255           },
256         ],
257         [
258           'tizen_feature_power_support==1', {
259             'dependencies': [
260               'power/power.gyp:*',
261             ],
262           },
263         ],
264         [
265           'tizen_feature_preference_support==1', {
266             'dependencies': [
267               'preference/preference.gyp:*',
268             ],
269           },
270         ],
271         [
272           'tizen_feature_push_support==1', {
273             'dependencies': [
274               'push/push.gyp:*',
275             ],
276           },
277         ],
278         [
279           'tizen_feature_se_support==1', {
280             'dependencies': [
281               'secureelement/secureelement.gyp:*',
282             ],
283           },
284         ],
285         [
286           'tizen_feature_sensor_support==1', {
287             'dependencies': [
288               'sensor/sensor.gyp:*',
289             ],
290           },
291         ],
292         [
293           'tizen_feature_sound_support==1', {
294             'dependencies': [
295               'sound/sound.gyp:*',
296             ],
297           },
298         ],
299         [
300           'tizen_feature_system_info_support==1', {
301             'dependencies': [
302               'systeminfo/systeminfo.gyp:*',
303             ],
304           },
305         ],
306         [
307           'tizen_feature_system_setting_support==1', {
308             'dependencies': [
309               'systemsetting/systemsetting.gyp:*',
310             ],
311           },
312         ],
313         [
314           'tizen_feature_time_support==1', {
315             'dependencies': [
316               'time/time.gyp:*',
317             ],
318           },
319         ],
320         [
321           'tizen_feature_inputdevice_support==1', {
322             'dependencies': [
323               'inputdevice/inputdevice.gyp:*'
324             ],
325           },
326         ],
327         [
328           'tizen_feature_web_setting_support==1', {
329             'dependencies': [
330               'websetting/websetting.gyp:*',
331             ],
332           },
333         ],
334         [
335           'tizen_feature_tvinputdevice_support==1', {
336             'dependencies': [
337               'tvinputdevice/tvinputdevice.gyp:*'
338             ],
339           },
340         ],
341         [
342           'tizen_feature_widget_service_support==1', {
343             'dependencies': [
344               'widgetservice/widgetservice.gyp:*',
345             ],
346           },
347         ],
348         [
349           'tizen_feature_voicecontrol_support==1', {
350             'dependencies': [
351               'voicecontrol/voicecontrol.gyp:*',
352             ],
353           },
354         ],
355         [
356           'tizen_feature_ppm_support==1', {
357             'dependencies': [
358               'ppm/ppm.gyp:*',
359             ],
360           },
361         ],
362         [
363           'tizen_feature_metadata_support==1', {
364             'dependencies': [
365               'metadata/metadata.gyp:*',
366             ],
367           },
368         ],
369       ], # end conditions
370     },
371   ], # end targets
372 }