| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'ENABLE_DIRECTORY_UPLOAD=1', | 55 'ENABLE_DIRECTORY_UPLOAD=1', |
| 56 'ENABLE_ENCRYPTED_MEDIA=1', | 56 'ENABLE_ENCRYPTED_MEDIA=1', |
| 57 'ENABLE_FONT_LOAD_EVENTS=1', | 57 'ENABLE_FONT_LOAD_EVENTS=1', |
| 58 'ENABLE_GAMEPAD=1', | 58 'ENABLE_GAMEPAD=1', |
| 59 'ENABLE_ICONDATABASE=0', | 59 'ENABLE_ICONDATABASE=0', |
| 60 'ENABLE_JAVASCRIPT_I18N_API=1', | 60 'ENABLE_JAVASCRIPT_I18N_API=1', |
| 61 'ENABLE_LEGACY_WEB_AUDIO=1', | 61 'ENABLE_LEGACY_WEB_AUDIO=1', |
| 62 'ENABLE_LINK_PRERENDER=1', | 62 'ENABLE_LINK_PRERENDER=1', |
| 63 'ENABLE_MATHML=0', | 63 'ENABLE_MATHML=0', |
| 64 'ENABLE_MEDIA_STREAM=<(enable_webrtc)', | 64 'ENABLE_MEDIA_STREAM=<(enable_webrtc)', |
| 65 'ENABLE_MICRODATA=0', | |
| 66 'ENABLE_MOUSE_CURSOR_SCALE=1', | 65 'ENABLE_MOUSE_CURSOR_SCALE=1', |
| 67 'ENABLE_PROXIMITY_EVENTS=0', | 66 'ENABLE_PROXIMITY_EVENTS=0', |
| 68 'ENABLE_RESOLUTION_MEDIA_QUERY=0', | 67 'ENABLE_RESOLUTION_MEDIA_QUERY=0', |
| 69 'ENABLE_RUBY=1', | 68 'ENABLE_RUBY=1', |
| 70 'ENABLE_SANDBOX=1', | 69 'ENABLE_SANDBOX=1', |
| 71 'ENABLE_SCRIPTED_SPEECH=1', | 70 'ENABLE_SCRIPTED_SPEECH=1', |
| 72 'ENABLE_SPEECH_SYNTHESIS=0', | 71 'ENABLE_SPEECH_SYNTHESIS=0', |
| 73 'ENABLE_SVG=<(enable_svg)', | 72 'ENABLE_SVG=<(enable_svg)', |
| 74 'ENABLE_SVG_FONTS=<(enable_svg)', | 73 'ENABLE_SVG_FONTS=<(enable_svg)', |
| 75 'ENABLE_THREADED_HTML_PARSER=1', | 74 'ENABLE_THREADED_HTML_PARSER=1', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 ], | 195 ], |
| 197 }], | 196 }], |
| 198 ['use_default_render_theme==1', { | 197 ['use_default_render_theme==1', { |
| 199 'feature_defines': [ | 198 'feature_defines': [ |
| 200 'ENABLE_DEFAULT_RENDER_THEME=1', | 199 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 201 ], | 200 ], |
| 202 }], | 201 }], |
| 203 ], | 202 ], |
| 204 }, | 203 }, |
| 205 } | 204 } |
| OLD | NEW |