| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'ENABLE_DATA_TRANSFER_ITEMS=1', | 56 'ENABLE_DATA_TRANSFER_ITEMS=1', |
| 57 'ENABLE_DETAILS_ELEMENT=1', | 57 'ENABLE_DETAILS_ELEMENT=1', |
| 58 'ENABLE_DEVICE_ORIENTATION=1', | 58 'ENABLE_DEVICE_ORIENTATION=1', |
| 59 'ENABLE_DIALOG_ELEMENT=1', | 59 'ENABLE_DIALOG_ELEMENT=1', |
| 60 'ENABLE_DIRECTORY_UPLOAD=1', | 60 'ENABLE_DIRECTORY_UPLOAD=1', |
| 61 'ENABLE_DOWNLOAD_ATTRIBUTE=1', | 61 'ENABLE_DOWNLOAD_ATTRIBUTE=1', |
| 62 'ENABLE_DRAGGABLE_REGION=1', | 62 'ENABLE_DRAGGABLE_REGION=1', |
| 63 'ENABLE_ENCRYPTED_MEDIA=1', | 63 'ENABLE_ENCRYPTED_MEDIA=1', |
| 64 'ENABLE_FILE_SYSTEM=1', | 64 'ENABLE_FILE_SYSTEM=1', |
| 65 'ENABLE_FILTERS=1', | 65 'ENABLE_FILTERS=1', |
| 66 'ENABLE_FULLSCREEN_API=1', | |
| 67 'ENABLE_GAMEPAD=1', | 66 'ENABLE_GAMEPAD=1', |
| 68 'ENABLE_GEOLOCATION=1', | 67 'ENABLE_GEOLOCATION=1', |
| 69 'ENABLE_GESTURE_EVENTS=1', | 68 'ENABLE_GESTURE_EVENTS=1', |
| 70 'ENABLE_ICONDATABASE=0', | 69 'ENABLE_ICONDATABASE=0', |
| 71 'ENABLE_IFRAME_SEAMLESS=0', | 70 'ENABLE_IFRAME_SEAMLESS=0', |
| 72 'ENABLE_INDEXED_DATABASE=1', | 71 'ENABLE_INDEXED_DATABASE=1', |
| 73 'ENABLE_INPUT_TYPE_DATE=1', | 72 'ENABLE_INPUT_TYPE_DATE=1', |
| 74 'ENABLE_INPUT_TYPE_DATETIME=1', | 73 'ENABLE_INPUT_TYPE_DATETIME=1', |
| 75 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', | 74 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', |
| 76 'ENABLE_INPUT_TYPE_MONTH=1', | 75 'ENABLE_INPUT_TYPE_MONTH=1', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'enable_skia_text%': '<(enable_skia_text)', | 155 'enable_skia_text%': '<(enable_skia_text)', |
| 157 'enable_svg%': '<(enable_svg)', | 156 'enable_svg%': '<(enable_svg)', |
| 158 'enable_touch_events%': '<(enable_touch_events)', | 157 'enable_touch_events%': '<(enable_touch_events)', |
| 159 'conditions': [ | 158 'conditions': [ |
| 160 ['OS=="android"', { | 159 ['OS=="android"', { |
| 161 'feature_defines': [ | 160 'feature_defines': [ |
| 162 'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=1', | 161 'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=1', |
| 163 'ENABLE_CALENDAR_PICKER=0', | 162 'ENABLE_CALENDAR_PICKER=0', |
| 164 'ENABLE_DATALIST_ELEMENT=0', | 163 'ENABLE_DATALIST_ELEMENT=0', |
| 165 'ENABLE_FAST_MOBILE_SCROLLING=1', | 164 'ENABLE_FAST_MOBILE_SCROLLING=1', |
| 165 'ENABLE_FULLSCREEN_API=0', |
| 166 'ENABLE_INPUT_SPEECH=0', | 166 'ENABLE_INPUT_SPEECH=0', |
| 167 'ENABLE_INPUT_TYPE_COLOR=0', | 167 'ENABLE_INPUT_TYPE_COLOR=0', |
| 168 'ENABLE_INPUT_TYPE_WEEK=0', | 168 'ENABLE_INPUT_TYPE_WEEK=0', |
| 169 'ENABLE_LEGACY_NOTIFICATIONS=0', | 169 'ENABLE_LEGACY_NOTIFICATIONS=0', |
| 170 'ENABLE_MEDIA_CAPTURE=1', | 170 'ENABLE_MEDIA_CAPTURE=1', |
| 171 'ENABLE_MEDIA_STREAM=0', | 171 'ENABLE_MEDIA_STREAM=0', |
| 172 'ENABLE_NOTIFICATIONS=0', | 172 'ENABLE_NOTIFICATIONS=0', |
| 173 'ENABLE_ORIENTATION_EVENTS=1', | 173 'ENABLE_ORIENTATION_EVENTS=1', |
| 174 'ENABLE_PAGE_POPUP=0', | 174 'ENABLE_PAGE_POPUP=0', |
| 175 'ENABLE_PRINTING=0', | 175 'ENABLE_PRINTING=0', |
| 176 'ENABLE_REGISTER_PROTOCOL_HANDLER=0', | 176 'ENABLE_REGISTER_PROTOCOL_HANDLER=0', |
| 177 # FIXME: Disable once the linking error has been resolved. | 177 # FIXME: Disable once the linking error has been resolved. |
| 178 # https://bugs.webkit.org/show_bug.cgi?id=88636 | 178 # https://bugs.webkit.org/show_bug.cgi?id=88636 |
| 179 'ENABLE_SHARED_WORKERS=1', | 179 'ENABLE_SHARED_WORKERS=1', |
| 180 'ENABLE_WEB_AUDIO=0', | 180 'ENABLE_WEB_AUDIO=0', |
| 181 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1', | 181 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1', |
| 182 ], | 182 ], |
| 183 'enable_touch_icon_loading': 1, | 183 'enable_touch_icon_loading': 1, |
| 184 }, { # OS!="android" | 184 }, { # OS!="android" |
| 185 'feature_defines': [ | 185 'feature_defines': [ |
| 186 'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=0', | 186 'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=0', |
| 187 'ENABLE_CALENDAR_PICKER=1', | 187 'ENABLE_CALENDAR_PICKER=1', |
| 188 'ENABLE_DATALIST_ELEMENT=1', | 188 'ENABLE_DATALIST_ELEMENT=1', |
| 189 'ENABLE_FULLSCREEN_API=1', |
| 189 'ENABLE_INPUT_SPEECH=1', | 190 'ENABLE_INPUT_SPEECH=1', |
| 190 'ENABLE_INPUT_TYPE_COLOR=1', | 191 'ENABLE_INPUT_TYPE_COLOR=1', |
| 191 'ENABLE_INPUT_TYPE_WEEK=1', | 192 'ENABLE_INPUT_TYPE_WEEK=1', |
| 192 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', | 193 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', |
| 193 'ENABLE_LEGACY_NOTIFICATIONS=1', | 194 'ENABLE_LEGACY_NOTIFICATIONS=1', |
| 194 'ENABLE_MEDIA_CAPTURE=0', | 195 'ENABLE_MEDIA_CAPTURE=0', |
| 195 'ENABLE_MEDIA_STREAM=1', | 196 'ENABLE_MEDIA_STREAM=1', |
| 196 'ENABLE_NOTIFICATIONS=1', | 197 'ENABLE_NOTIFICATIONS=1', |
| 197 'ENABLE_ORIENTATION_EVENTS=0', | 198 'ENABLE_ORIENTATION_EVENTS=0', |
| 198 'ENABLE_PAGE_POPUP=1', | 199 'ENABLE_PAGE_POPUP=1', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 ], | 247 ], |
| 247 }], | 248 }], |
| 248 ['use_default_render_theme==1', { | 249 ['use_default_render_theme==1', { |
| 249 'feature_defines': [ | 250 'feature_defines': [ |
| 250 'ENABLE_DEFAULT_RENDER_THEME=1', | 251 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 251 ], | 252 ], |
| 252 }], | 253 }], |
| 253 ], | 254 ], |
| 254 }, | 255 }, |
| 255 } | 256 } |
| OLD | NEW |