| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'ENABLE_REQUEST_ANIMATION_FRAME=1', | 91 'ENABLE_REQUEST_ANIMATION_FRAME=1', |
| 92 'ENABLE_REQUEST_AUTOCOMPLETE=1', | 92 'ENABLE_REQUEST_AUTOCOMPLETE=1', |
| 93 'ENABLE_RESOLUTION_MEDIA_QUERY=0', | 93 'ENABLE_RESOLUTION_MEDIA_QUERY=0', |
| 94 'ENABLE_RESOURCE_TIMING=1', | 94 'ENABLE_RESOURCE_TIMING=1', |
| 95 'ENABLE_RUBY=1', | 95 'ENABLE_RUBY=1', |
| 96 'ENABLE_SANDBOX=1', | 96 'ENABLE_SANDBOX=1', |
| 97 'ENABLE_SCRIPTED_SPEECH=1', | 97 'ENABLE_SCRIPTED_SPEECH=1', |
| 98 'ENABLE_SHADOW_DOM=1', | 98 'ENABLE_SHADOW_DOM=1', |
| 99 'ENABLE_SMOOTH_SCROLLING=1', | 99 'ENABLE_SMOOTH_SCROLLING=1', |
| 100 'ENABLE_SPEECH_SYNTHESIS=0', | 100 'ENABLE_SPEECH_SYNTHESIS=0', |
| 101 'ENABLE_SQL_DATABASE=<(enable_sql_database)', | |
| 102 'ENABLE_STYLE_SCOPED=1', | 101 'ENABLE_STYLE_SCOPED=1', |
| 103 'ENABLE_SVG=<(enable_svg)', | 102 'ENABLE_SVG=<(enable_svg)', |
| 104 'ENABLE_SVG_FONTS=<(enable_svg)', | 103 'ENABLE_SVG_FONTS=<(enable_svg)', |
| 105 'ENABLE_TEXT_AUTOSIZING=1', | 104 'ENABLE_TEXT_AUTOSIZING=1', |
| 106 'ENABLE_THREADED_HTML_PARSER=1', | 105 'ENABLE_THREADED_HTML_PARSER=1', |
| 107 'ENABLE_TOUCH_ADJUSTMENT=1', | 106 'ENABLE_TOUCH_ADJUSTMENT=1', |
| 108 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', | 107 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', |
| 109 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)', | 108 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)', |
| 110 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)', | 109 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)', |
| 111 'ENABLE_TOUCH_SLIDER=1', | 110 'ENABLE_TOUCH_SLIDER=1', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 130 'WTF_USE_RTL_SCROLLBAR=1', | 129 'WTF_USE_RTL_SCROLLBAR=1', |
| 131 'WTF_USE_SKIA_TEXT=<(enable_skia_text)', | 130 'WTF_USE_SKIA_TEXT=<(enable_skia_text)', |
| 132 'WTF_USE_WEBP=1', | 131 'WTF_USE_WEBP=1', |
| 133 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', | 132 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', |
| 134 ], | 133 ], |
| 135 # We have to nest variables inside variables so that they can be overridden | 134 # We have to nest variables inside variables so that they can be overridden |
| 136 # through GYP_DEFINES. | 135 # through GYP_DEFINES. |
| 137 'variables': { | 136 'variables': { |
| 138 'use_accelerated_compositing%': 1, | 137 'use_accelerated_compositing%': 1, |
| 139 'enable_skia_text%': 1, | 138 'enable_skia_text%': 1, |
| 140 'enable_sql_database%': 1, | |
| 141 'enable_svg%': 1, | 139 'enable_svg%': 1, |
| 142 'enable_touch_events%': 1, | 140 'enable_touch_events%': 1, |
| 143 'enable_touch_icon_loading%' : 0, | 141 'enable_touch_icon_loading%' : 0, |
| 144 }, | 142 }, |
| 145 'use_accelerated_compositing%': '<(use_accelerated_compositing)', | 143 'use_accelerated_compositing%': '<(use_accelerated_compositing)', |
| 146 'enable_skia_text%': '<(enable_skia_text)', | 144 'enable_skia_text%': '<(enable_skia_text)', |
| 147 'enable_sql_database%': '<(enable_sql_database)', | |
| 148 'enable_svg%': '<(enable_svg)', | 145 'enable_svg%': '<(enable_svg)', |
| 149 'enable_touch_events%': '<(enable_touch_events)', | 146 'enable_touch_events%': '<(enable_touch_events)', |
| 150 'conditions': [ | 147 'conditions': [ |
| 151 ['OS=="android"', { | 148 ['OS=="android"', { |
| 152 'feature_defines': [ | 149 'feature_defines': [ |
| 153 'ENABLE_CALENDAR_PICKER=0', | 150 'ENABLE_CALENDAR_PICKER=0', |
| 154 'ENABLE_DATALIST_ELEMENT=0', | 151 'ENABLE_DATALIST_ELEMENT=0', |
| 155 'ENABLE_FAST_MOBILE_SCROLLING=1', | 152 'ENABLE_FAST_MOBILE_SCROLLING=1', |
| 156 'ENABLE_INPUT_SPEECH=0', | 153 'ENABLE_INPUT_SPEECH=0', |
| 157 'ENABLE_INPUT_TYPE_COLOR=0', | 154 'ENABLE_INPUT_TYPE_COLOR=0', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 ], | 234 ], |
| 238 }], | 235 }], |
| 239 ['use_default_render_theme==1', { | 236 ['use_default_render_theme==1', { |
| 240 'feature_defines': [ | 237 'feature_defines': [ |
| 241 'ENABLE_DEFAULT_RENDER_THEME=1', | 238 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 242 ], | 239 ], |
| 243 }], | 240 }], |
| 244 ], | 241 ], |
| 245 }, | 242 }, |
| 246 } | 243 } |
| OLD | NEW |