| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2007-2009 Torch Mobile, Inc. | 3 * Copyright (C) 2007-2009 Torch Mobile, Inc. |
| 4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. | 4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. |
| 5 * Copyright (C) 2013 Samsung Electronics. All rights reserved. | 5 * Copyright (C) 2013 Samsung Electronics. All rights reserved. |
| 6 * | 6 * |
| 7 * Redistribution and use in source and binary forms, with or without | 7 * Redistribution and use in source and binary forms, with or without |
| 8 * modification, are permitted provided that the following conditions | 8 * modification, are permitted provided that the following conditions |
| 9 * are met: | 9 * are met: |
| 10 * 1. Redistributions of source code must retain the above copyright | 10 * 1. Redistributions of source code must retain the above copyright |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 #endif | 233 #endif |
| 234 | 234 |
| 235 #if !defined(ENABLE_MEDIA_CAPTURE) | 235 #if !defined(ENABLE_MEDIA_CAPTURE) |
| 236 #define ENABLE_MEDIA_CAPTURE 0 | 236 #define ENABLE_MEDIA_CAPTURE 0 |
| 237 #endif | 237 #endif |
| 238 | 238 |
| 239 #if !defined(ENABLE_MEDIA_STREAM) | 239 #if !defined(ENABLE_MEDIA_STREAM) |
| 240 #define ENABLE_MEDIA_STREAM 0 | 240 #define ENABLE_MEDIA_STREAM 0 |
| 241 #endif | 241 #endif |
| 242 | 242 |
| 243 #if !defined(ENABLE_MICRODATA) | |
| 244 #define ENABLE_MICRODATA 0 | |
| 245 #endif | |
| 246 | |
| 247 #if !defined(ENABLE_MOUSE_CURSOR_SCALE) | 243 #if !defined(ENABLE_MOUSE_CURSOR_SCALE) |
| 248 #define ENABLE_MOUSE_CURSOR_SCALE 0 | 244 #define ENABLE_MOUSE_CURSOR_SCALE 0 |
| 249 #endif | 245 #endif |
| 250 | 246 |
| 251 #if !defined(ENABLE_NAVIGATOR_CONTENT_UTILS) | 247 #if !defined(ENABLE_NAVIGATOR_CONTENT_UTILS) |
| 252 #define ENABLE_NAVIGATOR_CONTENT_UTILS 0 | 248 #define ENABLE_NAVIGATOR_CONTENT_UTILS 0 |
| 253 #endif | 249 #endif |
| 254 | 250 |
| 255 #if !defined(ENABLE_NETSCAPE_PLUGIN_METADATA_CACHE) | 251 #if !defined(ENABLE_NETSCAPE_PLUGIN_METADATA_CACHE) |
| 256 #define ENABLE_NETSCAPE_PLUGIN_METADATA_CACHE 0 | 252 #define ENABLE_NETSCAPE_PLUGIN_METADATA_CACHE 0 |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 | 402 |
| 407 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) | 403 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) |
| 408 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" | 404 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" |
| 409 #endif | 405 #endif |
| 410 | 406 |
| 411 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) | 407 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) |
| 412 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" | 408 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" |
| 413 #endif | 409 #endif |
| 414 | 410 |
| 415 #endif /* WTF_FeatureDefines_h */ | 411 #endif /* WTF_FeatureDefines_h */ |
| OLD | NEW |