| 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_CUSTOM_ELEMENTS=1', | 55 'ENABLE_CUSTOM_ELEMENTS=1', |
| 56 'ENABLE_CUSTOM_SCHEME_HANDLER=0', | 56 'ENABLE_CUSTOM_SCHEME_HANDLER=0', |
| 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_DOM4_EVENTS_CONSTRUCTOR=1', | 61 'ENABLE_DOM4_EVENTS_CONSTRUCTOR=1', |
| 62 'ENABLE_DOWNLOAD_ATTRIBUTE=1', | 62 'ENABLE_DOWNLOAD_ATTRIBUTE=1', |
| 63 'ENABLE_DRAGGABLE_REGION=1', | 63 'ENABLE_DRAGGABLE_REGION=1', |
| 64 'ENABLE_ENCRYPTED_MEDIA=1', | 64 'ENABLE_ENCRYPTED_MEDIA=1', |
| 65 'ENABLE_FILE_SYSTEM=1', | |
| 66 'ENABLE_FILTERS=1', | 65 'ENABLE_FILTERS=1', |
| 67 'ENABLE_FONT_LOAD_EVENTS=1', | 66 'ENABLE_FONT_LOAD_EVENTS=1', |
| 68 'ENABLE_GAMEPAD=1', | 67 'ENABLE_GAMEPAD=1', |
| 69 'ENABLE_GESTURE_EVENTS=1', | 68 'ENABLE_GESTURE_EVENTS=1', |
| 70 'ENABLE_ICONDATABASE=0', | 69 'ENABLE_ICONDATABASE=0', |
| 71 'ENABLE_INPUT_TYPE_DATE=1', | 70 'ENABLE_INPUT_TYPE_DATE=1', |
| 72 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', | 71 'ENABLE_INPUT_TYPE_DATETIMELOCAL=1', |
| 73 'ENABLE_INPUT_TYPE_MONTH=1', | 72 'ENABLE_INPUT_TYPE_MONTH=1', |
| 74 'ENABLE_INPUT_TYPE_TIME=1', | 73 'ENABLE_INPUT_TYPE_TIME=1', |
| 75 'ENABLE_JAVASCRIPT_I18N_API=1', | 74 'ENABLE_JAVASCRIPT_I18N_API=1', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 ], | 235 ], |
| 237 }], | 236 }], |
| 238 ['use_default_render_theme==1', { | 237 ['use_default_render_theme==1', { |
| 239 'feature_defines': [ | 238 'feature_defines': [ |
| 240 'ENABLE_DEFAULT_RENDER_THEME=1', | 239 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 241 ], | 240 ], |
| 242 }], | 241 }], |
| 243 ], | 242 ], |
| 244 }, | 243 }, |
| 245 } | 244 } |
| OLD | NEW |