Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 46 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', | 46 'ENABLE_OFFLINE_WEB_APPLICATIONS=1', |
| 47 'ENABLE_OPENTYPE_SANITIZER=1', | 47 'ENABLE_OPENTYPE_SANITIZER=1', |
| 48 'ENABLE_ORIENTATION_EVENTS=0', | 48 'ENABLE_ORIENTATION_EVENTS=0', |
| 49 'ENABLE_PROGRESS_TAG=1', | 49 'ENABLE_PROGRESS_TAG=1', |
| 50 'ENABLE_QUOTA=1', | 50 'ENABLE_QUOTA=1', |
| 51 'ENABLE_REQUEST_ANIMATION_FRAME=1', | 51 'ENABLE_REQUEST_ANIMATION_FRAME=1', |
| 52 'ENABLE_RUBY=1', | 52 'ENABLE_RUBY=1', |
| 53 'ENABLE_SANDBOX=1', | 53 'ENABLE_SANDBOX=1', |
| 54 'ENABLE_SHARED_WORKERS=1', | 54 'ENABLE_SHARED_WORKERS=1', |
| 55 'ENABLE_SKIA_GPU=<(use_skia_gpu)', | 55 'ENABLE_SKIA_GPU=<(use_skia_gpu)', |
| 56 'ENABLE_SPELLCHECK_API=1', | |
|
jam
2011/06/09 03:13:31
this isn't used anywhere?
Hironori Bono
2011/06/09 03:25:23
This define is used for enabling a Webkit feature
| |
| 56 'ENABLE_SVG=<(enable_svg)', | 57 'ENABLE_SVG=<(enable_svg)', |
| 57 'ENABLE_SVG_ANIMATION=<(enable_svg)', | 58 'ENABLE_SVG_ANIMATION=<(enable_svg)', |
| 58 'ENABLE_SVG_AS_IMAGE=<(enable_svg)', | 59 'ENABLE_SVG_AS_IMAGE=<(enable_svg)', |
| 59 'ENABLE_SVG_FONTS=<(enable_svg)', | 60 'ENABLE_SVG_FONTS=<(enable_svg)', |
| 60 'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)', | 61 'ENABLE_SVG_FOREIGN_OBJECT=<(enable_svg)', |
| 61 'ENABLE_SVG_USE=<(enable_svg)', | 62 'ENABLE_SVG_USE=<(enable_svg)', |
| 62 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', | 63 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', |
| 63 'ENABLE_TOUCH_ICON_LOADING=0', | 64 'ENABLE_TOUCH_ICON_LOADING=0', |
| 64 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', | 65 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', |
| 65 'ENABLE_VIDEO=1', | 66 'ENABLE_VIDEO=1', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 130 # require changes in gyp. | 131 # require changes in gyp. |
| 131 }, | 132 }, |
| 132 | 133 |
| 133 } | 134 } |
| 134 | 135 |
| 135 # Local Variables: | 136 # Local Variables: |
| 136 # tab-width:2 | 137 # tab-width:2 |
| 137 # indent-tabs-mode:nil | 138 # indent-tabs-mode:nil |
| 138 # End: | 139 # End: |
| 139 # vim: set expandtab tabstop=2 shiftwidth=2: | 140 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |