| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_DOM4_EVENTS_CONSTRUCTOR=1', | 61 'ENABLE_DOM4_EVENTS_CONSTRUCTOR=1', |
| 62 'ENABLE_ENCRYPTED_MEDIA=1', | 62 'ENABLE_ENCRYPTED_MEDIA=1', |
| 63 'ENABLE_FILTERS=1', | 63 'ENABLE_FILTERS=1', |
| 64 'ENABLE_FONT_LOAD_EVENTS=1', | 64 'ENABLE_FONT_LOAD_EVENTS=1', |
| 65 'ENABLE_GAMEPAD=1', | 65 'ENABLE_GAMEPAD=1', |
| 66 'ENABLE_GESTURE_EVENTS=1', | 66 'ENABLE_GESTURE_EVENTS=1', |
| 67 'ENABLE_ICONDATABASE=0', | 67 'ENABLE_ICONDATABASE=0', |
| 68 'ENABLE_INPUT_TYPE_DATE=1', | |
| 69 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', | 68 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', |
| 70 'ENABLE_INPUT_TYPE_MONTH=1', | 69 'ENABLE_INPUT_TYPE_MONTH=1', |
| 71 'ENABLE_INPUT_TYPE_TIME=1', | 70 'ENABLE_INPUT_TYPE_TIME=1', |
| 72 'ENABLE_JAVASCRIPT_I18N_API=1', | 71 'ENABLE_JAVASCRIPT_I18N_API=1', |
| 73 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1', | 72 'ENABLE_LEGACY_VIEWPORT_ADAPTION=1', |
| 74 'ENABLE_LEGACY_VENDOR_PREFIXES=0', | 73 'ENABLE_LEGACY_VENDOR_PREFIXES=0', |
| 75 'ENABLE_LEGACY_WEB_AUDIO=1', | 74 'ENABLE_LEGACY_WEB_AUDIO=1', |
| 76 'ENABLE_LINK_PREFETCH=1', | 75 'ENABLE_LINK_PREFETCH=1', |
| 77 'ENABLE_LINK_PRERENDER=1', | 76 'ENABLE_LINK_PRERENDER=1', |
| 78 'ENABLE_MATHML=0', | 77 'ENABLE_MATHML=0', |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 ], | 230 ], |
| 232 }], | 231 }], |
| 233 ['use_default_render_theme==1', { | 232 ['use_default_render_theme==1', { |
| 234 'feature_defines': [ | 233 'feature_defines': [ |
| 235 'ENABLE_DEFAULT_RENDER_THEME=1', | 234 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 236 ], | 235 ], |
| 237 }], | 236 }], |
| 238 ], | 237 ], |
| 239 }, | 238 }, |
| 240 } | 239 } |
| OLD | NEW |