| 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 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'ENABLE_INPUT_SPEECH=1', | 31 'ENABLE_INPUT_SPEECH=1', |
| 32 'ENABLE_JAVASCRIPT_DEBUGGER=1', | 32 'ENABLE_JAVASCRIPT_DEBUGGER=1', |
| 33 'ENABLE_JSC_MULTIPLE_THREADS=0', | 33 'ENABLE_JSC_MULTIPLE_THREADS=0', |
| 34 'ENABLE_LINK_PREFETCH=1', | 34 'ENABLE_LINK_PREFETCH=1', |
| 35 'ENABLE_METER_TAG=1', | 35 'ENABLE_METER_TAG=1', |
| 36 'ENABLE_NOTIFICATIONS=1', | 36 'ENABLE_NOTIFICATIONS=1', |
| 37 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', | 37 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', |
| 38 'ENABLE_OPENTYPE_SANITIZER=1', | 38 'ENABLE_OPENTYPE_SANITIZER=1', |
| 39 'ENABLE_ORIENTATION_EVENTS=0', | 39 'ENABLE_ORIENTATION_EVENTS=0', |
| 40 'ENABLE_PROGRESS_TAG=1', | 40 'ENABLE_PROGRESS_TAG=1', |
| 41 'ENABLE_REQUEST_ANIMATION_FRAME=1', |
| 41 'ENABLE_RUBY=1', | 42 'ENABLE_RUBY=1', |
| 42 'ENABLE_SANDBOX=1', | 43 'ENABLE_SANDBOX=1', |
| 43 'ENABLE_SHARED_WORKERS=1', | 44 'ENABLE_SHARED_WORKERS=1', |
| 44 'ENABLE_SVG=<(enable_svg)', | 45 'ENABLE_SVG=<(enable_svg)', |
| 45 'ENABLE_SVG_ANIMATION=<(enable_svg)', | 46 'ENABLE_SVG_ANIMATION=<(enable_svg)', |
| 46 'ENABLE_SVG_AS_IMAGE=<(enable_svg)', | 47 'ENABLE_SVG_AS_IMAGE=<(enable_svg)', |
| 47 'ENABLE_SVG_FONTS=<(enable_svg)', | 48 'ENABLE_SVG_FONTS=<(enable_svg)', |
| 48 'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)', | 49 'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)', |
| 49 'ENABLE_SVG_USE=<(enable_svg)', | 50 'ENABLE_SVG_USE=<(enable_svg)', |
| 50 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', | 51 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 # require changes in gyp. | 85 # require changes in gyp. |
| 85 }, | 86 }, |
| 86 | 87 |
| 87 } | 88 } |
| 88 | 89 |
| 89 # Local Variables: | 90 # Local Variables: |
| 90 # tab-width:2 | 91 # tab-width:2 |
| 91 # indent-tabs-mode:nil | 92 # indent-tabs-mode:nil |
| 92 # End: | 93 # End: |
| 93 # vim: set expandtab tabstop=2 shiftwidth=2: | 94 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |