| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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)', | 101 'ENABLE_SQL_DATABASE=<(enable_sql_database)', |
| 102 'ENABLE_STYLE_SCOPED=1', | 102 'ENABLE_STYLE_SCOPED=1', |
| 103 'ENABLE_SVG=<(enable_svg)', | 103 'ENABLE_SVG=<(enable_svg)', |
| 104 'ENABLE_SVG_FONTS=<(enable_svg)', | 104 'ENABLE_SVG_FONTS=<(enable_svg)', |
| 105 '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', |
| 112 'ENABLE_USER_TIMING=1', | 111 'ENABLE_USER_TIMING=1', |
| 113 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', | 112 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', |
| 114 'ENABLE_VIDEO=1', | 113 'ENABLE_VIDEO=1', |
| 115 'ENABLE_VIDEO_TRACK=1', | 114 'ENABLE_VIDEO_TRACK=1', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 ], | 236 ], |
| 238 }], | 237 }], |
| 239 ['use_default_render_theme==1', { | 238 ['use_default_render_theme==1', { |
| 240 'feature_defines': [ | 239 'feature_defines': [ |
| 241 'ENABLE_DEFAULT_RENDER_THEME=1', | 240 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 242 ], | 241 ], |
| 243 }], | 242 }], |
| 244 ], | 243 ], |
| 245 }, | 244 }, |
| 246 } | 245 } |
| OLD | NEW |