forked from zoltan-ongithub/chromiumembedded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
arm_ozone.gypi
34 lines (33 loc) · 869 Bytes
/
arm_ozone.gypi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (c) 2013 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.
{
'variables': {
'use_system_bzip2': 1,
'disable_nacl': 0,
'proprietary_codecs': 0,
'v8_use_snapshot': 1,
'use_system_ffmpeg': 0,
'linux_use_tcmalloc': 1,
'linux_link_kerberos': 0,
'use_kerberos': 0,
'use_gconf' : 0,
'use_aura' : 1,
'use_ozone' : 1,
'embedded' : 1,
'enable_plugins' : 1,
'enable_webrtc' : 0,
'use_pulseaudio' :0,
'use_dbus' :0,
'ozone_platform_dri' :1,
'ozone_platform_test' :1,
'enable_webrtc' : 0,
'include_tests' : 0,
'enable_printing' : 1,
'toolkit_views' :0,
'use_cups' :0,
'use_gnome_keyring': 0,
'use_openssl' : 0,
'linux_link_gnome_keyring': 0,
},
}