| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'ENABLE_THREADED_HTML_PARSER=1', | 67 'ENABLE_THREADED_HTML_PARSER=1', |
| 68 'ENABLE_TOUCH_ADJUSTMENT=1', | 68 'ENABLE_TOUCH_ADJUSTMENT=1', |
| 69 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', | 69 'ENABLE_TOUCH_EVENTS=<(enable_touch_events)', |
| 70 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)', | 70 'ENABLE_TOUCH_EVENT_TRACKING=<(enable_touch_events)', |
| 71 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)', | 71 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)', |
| 72 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', | 72 'ENABLE_V8_SCRIPT_DEBUG_SERVER=1', |
| 73 'ENABLE_VIDEO=1', | 73 'ENABLE_VIDEO=1', |
| 74 'ENABLE_VIEWPORT=1', | 74 'ENABLE_VIEWPORT=1', |
| 75 'ENABLE_VIEWSOURCE_ATTRIBUTE=0', | 75 'ENABLE_VIEWSOURCE_ATTRIBUTE=0', |
| 76 'ENABLE_WEBGL=1', | 76 'ENABLE_WEBGL=1', |
| 77 'ENABLE_XHR_TIMEOUT=0', | |
| 78 'WTF_USE_BUILTIN_UTF8_CODEC=1', | 77 'WTF_USE_BUILTIN_UTF8_CODEC=1', |
| 79 # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi | 78 # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi |
| 80 # We can't define it here because it should be present only | 79 # We can't define it here because it should be present only |
| 81 # in Debug or release_valgrind_build=1 builds. | 80 # in Debug or release_valgrind_build=1 builds. |
| 82 'WTF_USE_OPENTYPE_SANITIZER=1', | 81 'WTF_USE_OPENTYPE_SANITIZER=1', |
| 83 'WTF_USE_WEBP=1', | 82 'WTF_USE_WEBP=1', |
| 84 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', | 83 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', |
| 85 ], | 84 ], |
| 86 # We have to nest variables inside variables so that they can be overridden | 85 # We have to nest variables inside variables so that they can be overridden |
| 87 # through GYP_DEFINES. | 86 # through GYP_DEFINES. |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 ], | 179 ], |
| 181 }], | 180 }], |
| 182 ['use_default_render_theme==1', { | 181 ['use_default_render_theme==1', { |
| 183 'feature_defines': [ | 182 'feature_defines': [ |
| 184 'ENABLE_DEFAULT_RENDER_THEME=1', | 183 'ENABLE_DEFAULT_RENDER_THEME=1', |
| 185 ], | 184 ], |
| 186 }], | 185 }], |
| 187 ], | 186 ], |
| 188 }, | 187 }, |
| 189 } | 188 } |
| OLD | NEW |