OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # This file is only included in full-chromium builds, and overrides the | 5 # This file is only included in full-chromium builds, and overrides the |
6 # feature_defines variable in | 6 # feature_defines variable in |
7 # third_party/WebKit/Source/WebKit/chromium/features.gypi. | 7 # third_party/WebKit/Source/WebKit/chromium/features.gypi. |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 # WARNING: This list of strings completely replaces the list in | 10 # WARNING: This list of strings completely replaces the list in |
(...skipping 10 matching lines...) Expand all Loading... |
21 'ENABLE_DASHBOARD_SUPPORT=0', | 21 'ENABLE_DASHBOARD_SUPPORT=0', |
22 'ENABLE_DATABASE=1', | 22 'ENABLE_DATABASE=1', |
23 'ENABLE_DATAGRID=0', | 23 'ENABLE_DATAGRID=0', |
24 'ENABLE_DEVICE_ORIENTATION=1', | 24 'ENABLE_DEVICE_ORIENTATION=1', |
25 'ENABLE_DIRECTORY_UPLOAD=1', | 25 'ENABLE_DIRECTORY_UPLOAD=1', |
26 'ENABLE_DOM_STORAGE=1', | 26 'ENABLE_DOM_STORAGE=1', |
27 'ENABLE_EVENTSOURCE=1', | 27 'ENABLE_EVENTSOURCE=1', |
28 'ENABLE_JAVASCRIPT_I18N_API=1', | 28 'ENABLE_JAVASCRIPT_I18N_API=1', |
29 'ENABLE_FILE_SYSTEM=1', | 29 'ENABLE_FILE_SYSTEM=1', |
30 'ENABLE_FILTERS=1', | 30 'ENABLE_FILTERS=1', |
31 'ENABLE_FULLSCREEN_API=1', | |
32 'ENABLE_GEOLOCATION=1', | 31 'ENABLE_GEOLOCATION=1', |
33 'ENABLE_ICONDATABASE=0', | 32 'ENABLE_ICONDATABASE=0', |
34 'ENABLE_INDEXED_DATABASE=1', | 33 'ENABLE_INDEXED_DATABASE=1', |
35 'ENABLE_INPUT_SPEECH=1', | 34 'ENABLE_INPUT_SPEECH=1', |
36 'ENABLE_JAVASCRIPT_DEBUGGER=1', | 35 'ENABLE_JAVASCRIPT_DEBUGGER=1', |
37 'ENABLE_JSC_MULTIPLE_THREADS=0', | 36 'ENABLE_JSC_MULTIPLE_THREADS=0', |
38 'ENABLE_LINK_PREFETCH=1', | 37 'ENABLE_LINK_PREFETCH=1', |
39 'ENABLE_METER_TAG=1', | 38 'ENABLE_METER_TAG=1', |
40 'ENABLE_NOTIFICATIONS=1', | 39 'ENABLE_NOTIFICATIONS=1', |
41 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', | 40 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 # require changes in gyp. | 97 # require changes in gyp. |
99 }, | 98 }, |
100 | 99 |
101 } | 100 } |
102 | 101 |
103 # Local Variables: | 102 # Local Variables: |
104 # tab-width:2 | 103 # tab-width:2 |
105 # indent-tabs-mode:nil | 104 # indent-tabs-mode:nil |
106 # End: | 105 # End: |
107 # vim: set expandtab tabstop=2 shiftwidth=2: | 106 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |