| 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 16 matching lines...) Expand all Loading... |
| 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 # | 29 # |
| 30 | 30 |
| 31 { | 31 { |
| 32 # The following defines turn WebKit features on and off. | 32 # The following defines turn WebKit features on and off. |
| 33 'variables': { | 33 'variables': { |
| 34 'feature_defines': [ | 34 'feature_defines': [ |
| 35 'ENABLE_3D_PLUGIN=1', | 35 'ENABLE_3D_PLUGIN=1', |
| 36 'ENABLE_BATTERY_STATUS=0', | 36 'ENABLE_BATTERY_STATUS=0', |
| 37 'ENABLE_BINDING_INTEGRITY=0', |
| 37 'ENABLE_BLOB=1', | 38 'ENABLE_BLOB=1', |
| 38 'ENABLE_BLOB_SLICE=1', | 39 'ENABLE_BLOB_SLICE=1', |
| 39 'ENABLE_CHANNEL_MESSAGING=1', | 40 'ENABLE_CHANNEL_MESSAGING=1', |
| 40 'ENABLE_CSP_NEXT=1', | 41 'ENABLE_CSP_NEXT=1', |
| 41 'ENABLE_CSS3_CONDITIONAL_RULES=0', | 42 'ENABLE_CSS3_CONDITIONAL_RULES=0', |
| 42 'ENABLE_CSS3_TEXT=0', | 43 'ENABLE_CSS3_TEXT=0', |
| 43 'ENABLE_CSS_BOX_DECORATION_BREAK=1', | 44 'ENABLE_CSS_BOX_DECORATION_BREAK=1', |
| 44 'ENABLE_CSS_COMPOSITING=0', | 45 'ENABLE_CSS_COMPOSITING=0', |
| 45 'ENABLE_CSS_DEVICE_ADAPTATION=0', | 46 'ENABLE_CSS_DEVICE_ADAPTATION=0', |
| 46 'ENABLE_CSS_EXCLUSIONS=1', | 47 'ENABLE_CSS_EXCLUSIONS=1', |
| (...skipping 199 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 |