| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'feature_defines': [ | 63 'feature_defines': [ |
| 64 'ENABLE_CALENDAR_PICKER=0', | 64 'ENABLE_CALENDAR_PICKER=0', |
| 65 'ENABLE_DATALIST_ELEMENT=0', | 65 'ENABLE_DATALIST_ELEMENT=0', |
| 66 'ENABLE_FAST_MOBILE_SCROLLING=1', | 66 'ENABLE_FAST_MOBILE_SCROLLING=1', |
| 67 'ENABLE_INPUT_SPEECH=0', | 67 'ENABLE_INPUT_SPEECH=0', |
| 68 'ENABLE_INPUT_TYPE_COLOR=0', | 68 'ENABLE_INPUT_TYPE_COLOR=0', |
| 69 'ENABLE_LEGACY_NOTIFICATIONS=0', | 69 'ENABLE_LEGACY_NOTIFICATIONS=0', |
| 70 'ENABLE_MEDIA_CAPTURE=1', | 70 'ENABLE_MEDIA_CAPTURE=1', |
| 71 'ENABLE_NOTIFICATIONS=0', | 71 'ENABLE_NOTIFICATIONS=0', |
| 72 'ENABLE_ORIENTATION_EVENTS=1', | 72 'ENABLE_ORIENTATION_EVENTS=1', |
| 73 'ENABLE_PAGE_POPUP=0', | |
| 74 'ENABLE_PRINTING=0', | 73 'ENABLE_PRINTING=0', |
| 75 'ENABLE_NAVIGATOR_CONTENT_UTILS=0', | 74 'ENABLE_NAVIGATOR_CONTENT_UTILS=0', |
| 76 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1', | 75 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1', |
| 77 ], | 76 ], |
| 78 'enable_touch_icon_loading': 1, | 77 'enable_touch_icon_loading': 1, |
| 79 }, { # OS!="android" | 78 }, { # OS!="android" |
| 80 'feature_defines': [ | 79 'feature_defines': [ |
| 81 'ENABLE_CALENDAR_PICKER=1', | 80 'ENABLE_CALENDAR_PICKER=1', |
| 82 'ENABLE_DATALIST_ELEMENT=1', | 81 'ENABLE_DATALIST_ELEMENT=1', |
| 83 'ENABLE_INPUT_SPEECH=1', | 82 'ENABLE_INPUT_SPEECH=1', |
| 84 'ENABLE_INPUT_TYPE_COLOR=1', | 83 'ENABLE_INPUT_TYPE_COLOR=1', |
| 85 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', | 84 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', |
| 86 'ENABLE_LEGACY_NOTIFICATIONS=1', | 85 'ENABLE_LEGACY_NOTIFICATIONS=1', |
| 87 'ENABLE_MEDIA_CAPTURE=0', | 86 'ENABLE_MEDIA_CAPTURE=0', |
| 88 'ENABLE_NAVIGATOR_CONTENT_UTILS=1', | 87 'ENABLE_NAVIGATOR_CONTENT_UTILS=1', |
| 89 'ENABLE_NOTIFICATIONS=1', | 88 'ENABLE_NOTIFICATIONS=1', |
| 90 'ENABLE_ORIENTATION_EVENTS=0', | 89 'ENABLE_ORIENTATION_EVENTS=0', |
| 91 'ENABLE_PAGE_POPUP=1', | |
| 92 'ENABLE_PRINTING=1', | 90 'ENABLE_PRINTING=1', |
| 93 'ENABLE_WEB_AUDIO=1', | 91 'ENABLE_WEB_AUDIO=1', |
| 94 ], | 92 ], |
| 95 }], | 93 }], |
| 96 ['OS=="linux" or OS=="mac" or OS=="android"', { | 94 ['OS=="linux" or OS=="mac" or OS=="android"', { |
| 97 'feature_defines': [ | 95 'feature_defines': [ |
| 98 # 8Bit text runs should be enabled for all platforms webkit.org/b/1113
48 | 96 # 8Bit text runs should be enabled for all platforms webkit.org/b/1113
48 |
| 99 'ENABLE_8BIT_TEXTRUN=1', | 97 'ENABLE_8BIT_TEXTRUN=1', |
| 100 ], | 98 ], |
| 101 }], | 99 }], |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 ], | 132 ], |
| 135 }], | 133 }], |
| 136 ['use_default_render_theme==1', { | 134 ['use_default_render_theme==1', { |
| 137 'feature_defines': [ | 135 'feature_defines': [ |
| 138 'ENABLE_DEFAULT_RENDER_THEME=1', | 136 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 139 ], | 137 ], |
| 140 }], | 138 }], |
| 141 ], | 139 ], |
| 142 }, | 140 }, |
| 143 } | 141 } |
| OLD | NEW |