| 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_touch_icon_loading%' : 0, | 55 'enable_touch_icon_loading%' : 0, |
| 56 }, | 56 }, |
| 57 'conditions': [ | 57 'conditions': [ |
| 58 ['use_concatenated_impulse_responses==1', { | 58 ['use_concatenated_impulse_responses==1', { |
| 59 # Use concatenated HRTF impulse responses | 59 # Use concatenated HRTF impulse responses |
| 60 'feature_defines': ['WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1'], | 60 'feature_defines': ['WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1'], |
| 61 }], | 61 }], |
| 62 ['OS=="android"', { | 62 ['OS=="android"', { |
| 63 'feature_defines': [ | 63 'feature_defines': [ |
| 64 'ENABLE_CALENDAR_PICKER=0', | 64 'ENABLE_CALENDAR_PICKER=0', |
| 65 'ENABLE_DATALIST_ELEMENT=0', | |
| 66 'ENABLE_FAST_MOBILE_SCROLLING=1', | 65 'ENABLE_FAST_MOBILE_SCROLLING=1', |
| 67 'ENABLE_INPUT_SPEECH=0', | 66 'ENABLE_INPUT_SPEECH=0', |
| 68 'ENABLE_INPUT_TYPE_COLOR=0', | 67 'ENABLE_INPUT_TYPE_COLOR=0', |
| 69 'ENABLE_LEGACY_NOTIFICATIONS=0', | 68 'ENABLE_LEGACY_NOTIFICATIONS=0', |
| 70 'ENABLE_MEDIA_CAPTURE=1', | 69 'ENABLE_MEDIA_CAPTURE=1', |
| 71 'ENABLE_NOTIFICATIONS=0', | 70 'ENABLE_NOTIFICATIONS=0', |
| 72 'ENABLE_ORIENTATION_EVENTS=1', | 71 'ENABLE_ORIENTATION_EVENTS=1', |
| 73 'ENABLE_PRINTING=0', | 72 'ENABLE_PRINTING=0', |
| 74 'ENABLE_NAVIGATOR_CONTENT_UTILS=0', | 73 'ENABLE_NAVIGATOR_CONTENT_UTILS=0', |
| 75 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1', | 74 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1', |
| 76 ], | 75 ], |
| 77 'enable_touch_icon_loading': 1, | 76 'enable_touch_icon_loading': 1, |
| 78 }, { # OS!="android" | 77 }, { # OS!="android" |
| 79 'feature_defines': [ | 78 'feature_defines': [ |
| 80 'ENABLE_CALENDAR_PICKER=1', | 79 'ENABLE_CALENDAR_PICKER=1', |
| 81 'ENABLE_DATALIST_ELEMENT=1', | |
| 82 'ENABLE_INPUT_SPEECH=1', | 80 'ENABLE_INPUT_SPEECH=1', |
| 83 'ENABLE_INPUT_TYPE_COLOR=1', | 81 'ENABLE_INPUT_TYPE_COLOR=1', |
| 84 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', | 82 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', |
| 85 'ENABLE_LEGACY_NOTIFICATIONS=1', | 83 'ENABLE_LEGACY_NOTIFICATIONS=1', |
| 86 'ENABLE_MEDIA_CAPTURE=0', | 84 'ENABLE_MEDIA_CAPTURE=0', |
| 87 'ENABLE_NAVIGATOR_CONTENT_UTILS=1', | 85 'ENABLE_NAVIGATOR_CONTENT_UTILS=1', |
| 88 'ENABLE_NOTIFICATIONS=1', | 86 'ENABLE_NOTIFICATIONS=1', |
| 89 'ENABLE_ORIENTATION_EVENTS=0', | 87 'ENABLE_ORIENTATION_EVENTS=0', |
| 90 'ENABLE_PRINTING=1', | 88 'ENABLE_PRINTING=1', |
| 91 'ENABLE_WEB_AUDIO=1', | 89 'ENABLE_WEB_AUDIO=1', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 ], | 130 ], |
| 133 }], | 131 }], |
| 134 ['use_default_render_theme==1', { | 132 ['use_default_render_theme==1', { |
| 135 'feature_defines': [ | 133 'feature_defines': [ |
| 136 'ENABLE_DEFAULT_RENDER_THEME=1', | 134 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 137 ], | 135 ], |
| 138 }], | 136 }], |
| 139 ], | 137 ], |
| 140 }, | 138 }, |
| 141 } | 139 } |
| OLD | NEW |