| 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 third_party/WebKit/WebKit/chromium/features.gypi. | 6 # feature_defines variable in third_party/WebKit/WebKit/chromium/features.gypi. |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 # WARNING: This list of strings completely replaces the list in | 9 # WARNING: This list of strings completely replaces the list in |
| 10 # features.gypi. Therefore, if an enable is listed in features.gypi | 10 # features.gypi. Therefore, if an enable is listed in features.gypi |
| 11 # but not listed below, it will revert to its hardcoded webkit value. | 11 # but not listed below, it will revert to its hardcoded webkit value. |
| 12 'feature_defines': [ | 12 'feature_defines': [ |
| 13 'ENABLE_3D_CANVAS=1', | 13 'ENABLE_3D_CANVAS=1', |
| 14 'ENABLE_BLOB_SLICE=1', | 14 'ENABLE_BLOB_SLICE=1', |
| 15 'ENABLE_CHANNEL_MESSAGING=1', | 15 'ENABLE_CHANNEL_MESSAGING=1', |
| 16 'ENABLE_DASHBOARD_SUPPORT=0', | 16 'ENABLE_DASHBOARD_SUPPORT=0', |
| 17 'ENABLE_DATABASE=1', | 17 'ENABLE_DATABASE=1', |
| 18 'ENABLE_DATAGRID=0', | 18 'ENABLE_DATAGRID=0', |
| 19 'ENABLE_DEVICE_ORIENTATION=1', | 19 'ENABLE_DEVICE_ORIENTATION=1', |
| 20 'ENABLE_DIRECTORY_UPLOAD=1', | 20 'ENABLE_DIRECTORY_UPLOAD=1', |
| 21 'ENABLE_DOM_STORAGE=1', | 21 'ENABLE_DOM_STORAGE=1', |
| 22 'ENABLE_EVENTSOURCE=1', | 22 'ENABLE_EVENTSOURCE=1', |
| 23 'ENABLE_FILE_READER=1', | 23 'ENABLE_FILE_READER=1', |
| 24 'ENABLE_FILTERS=1', | 24 'ENABLE_FILTERS=1', |
| 25 'ENABLE_GEOLOCATION=1', | 25 'ENABLE_GEOLOCATION=1', |
| 26 'ENABLE_ICONDATABASE=0', | 26 'ENABLE_ICONDATABASE=0', |
| 27 'ENABLE_INDEXED_DATABASE=1', | 27 'ENABLE_INDEXED_DATABASE=1', |
| 28 'ENABLE_INPUT_SPEECH=1', |
| 28 'ENABLE_JAVASCRIPT_DEBUGGER=1', | 29 'ENABLE_JAVASCRIPT_DEBUGGER=1', |
| 29 'ENABLE_JSC_MULTIPLE_THREADS=0', | 30 'ENABLE_JSC_MULTIPLE_THREADS=0', |
| 30 'ENABLE_METER_TAG=1', | 31 'ENABLE_METER_TAG=1', |
| 31 'ENABLE_NOTIFICATIONS=1', | 32 'ENABLE_NOTIFICATIONS=1', |
| 32 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', | 33 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', |
| 33 'ENABLE_OPENTYPE_SANITIZER=1', | 34 'ENABLE_OPENTYPE_SANITIZER=1', |
| 34 'ENABLE_ORIENTATION_EVENTS=0', | 35 'ENABLE_ORIENTATION_EVENTS=0', |
| 35 'ENABLE_PROGRESS_TAG=1', | 36 'ENABLE_PROGRESS_TAG=1', |
| 36 'ENABLE_RUBY=1', | 37 'ENABLE_RUBY=1', |
| 37 'ENABLE_SANDBOX=1', | 38 'ENABLE_SANDBOX=1', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 # require changes in gyp. | 83 # require changes in gyp. |
| 83 }, | 84 }, |
| 84 | 85 |
| 85 } | 86 } |
| 86 | 87 |
| 87 # Local Variables: | 88 # Local Variables: |
| 88 # tab-width:2 | 89 # tab-width:2 |
| 89 # indent-tabs-mode:nil | 90 # indent-tabs-mode:nil |
| 90 # End: | 91 # End: |
| 91 # vim: set expandtab tabstop=2 shiftwidth=2: | 92 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |