OSDN Git Service

am 7616c8cd: (-s ours) am 8da84207: Cherry-pick WebKit security fix (webkit.org r6848...
[android-x86/external-webkit.git] / WebKit / chromium / features.gypi
1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved.
3
4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are
6 # met:
7
8 #     * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer.
10 #     * Redistributions in binary form must reproduce the above
11 # copyright notice, this list of conditions and the following disclaimer
12 # in the documentation and/or other materials provided with the
13 # distribution.
14 #     * Neither the name of Google Inc. nor the names of its
15 # contributors may be used to endorse or promote products derived from
16 # this software without specific prior written permission.
17
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 #
30
31 {
32   # The following defines turn webkit features on and off.
33   'variables': {
34     'variables': {
35       # We have to nest variables inside variables as a hack for variables
36       # override.
37
38       # WARNING: build/features_override.gypi which is included in a full
39       # chromium build, overrides this list with its own values. See
40       # features_override.gypi inline documentation for more details.
41       'feature_defines': [
42         'ENABLE_3D_CANVAS=1',
43         'ENABLE_3D_RENDERING=1',
44         'ENABLE_ACCELERATED_2D_CANVAS=1',
45         'ENABLE_BLOB=1',
46         'ENABLE_BLOB_SLICE=1',
47         'ENABLE_CHANNEL_MESSAGING=1',
48         'ENABLE_DASHBOARD_SUPPORT=0',
49         'ENABLE_DATABASE=1',
50         'ENABLE_DATAGRID=0',
51         'ENABLE_DEVICE_ORIENTATION=1',
52         'ENABLE_DIRECTORY_UPLOAD=1',
53         'ENABLE_DOM_STORAGE=1',
54         'ENABLE_EVENTSOURCE=1',
55         'ENABLE_FILE_READER=1',
56         'ENABLE_FILTERS=1',
57         'ENABLE_GEOLOCATION=1',
58         'ENABLE_ICONDATABASE=0',
59         'ENABLE_INDEXED_DATABASE=1',
60         'ENABLE_INPUT_SPEECH=1',
61         'ENABLE_JAVASCRIPT_DEBUGGER=1',
62         'ENABLE_JSC_MULTIPLE_THREADS=0',
63         'ENABLE_LINK_PREFETCH=1',
64         'ENABLE_MATHML=0',
65         'ENABLE_METER_TAG=1',
66         'ENABLE_NOTIFICATIONS=1',
67         'ENABLE_OFFLINE_WEB_APPLICATIONS=1',
68         'ENABLE_OPENTYPE_SANITIZER=1',
69         'ENABLE_ORIENTATION_EVENTS=0',
70         'ENABLE_PROGRESS_TAG=1',
71         'ENABLE_RUBY=1',
72         'ENABLE_SANDBOX=1',
73         'ENABLE_SHARED_WORKERS=1',
74         'ENABLE_SVG=1',
75         'ENABLE_SVG_ANIMATION=1',
76         'ENABLE_SVG_AS_IMAGE=1',
77         'ENABLE_SVG_FONTS=1',
78         'ENABLE_SVG_FOREIGN_OBJECT=1',
79         'ENABLE_SVG_USE=1',
80         'ENABLE_TOUCH_EVENTS=1',
81         'ENABLE_V8_SCRIPT_DEBUG_SERVER=1',
82         'ENABLE_VIDEO=1',
83         'ENABLE_WEB_SOCKETS=1',
84         'ENABLE_WEB_TIMING=1',
85         'ENABLE_WORKERS=1',
86         'ENABLE_XHR_RESPONSE_BLOB=1',
87         'ENABLE_XPATH=1',
88         'ENABLE_XSLT=1',
89         'WTF_USE_ACCELERATED_COMPOSITING=1',
90       ],
91
92       'use_accelerated_compositing%': 1,
93       'enable_svg%': 1,
94     },
95
96     'feature_defines%': '<(feature_defines)',
97     'use_accelerated_compositing%': '<(use_accelerated_compositing)',
98     'enable_svg%': '<(enable_svg)',
99   },
100 }