Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Side by Side Diff: Source/WTF/wtf/FeatureDefines.h

Issue 13650009: Remove Dashboard support and supporting files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compiler error due to misspelling in code "Dashbard" Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/WebCore/WebCore.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 #if PLATFORM(MAC) && !PLATFORM(IOS) 120 #if PLATFORM(MAC) && !PLATFORM(IOS)
121 121
122 #if !defined(ENABLE_8BIT_TEXTRUN) 122 #if !defined(ENABLE_8BIT_TEXTRUN)
123 #define ENABLE_8BIT_TEXTRUN 1 123 #define ENABLE_8BIT_TEXTRUN 1
124 #endif 124 #endif
125 125
126 #if !defined(ENABLE_CSS_IMAGE_SET) 126 #if !defined(ENABLE_CSS_IMAGE_SET)
127 #define ENABLE_CSS_IMAGE_SET 1 127 #define ENABLE_CSS_IMAGE_SET 1
128 #endif 128 #endif
129 129
130 #if !defined(ENABLE_DASHBOARD_SUPPORT)
131 #define ENABLE_DASHBOARD_SUPPORT 1
132 #endif
133
134 #if !defined(ENABLE_DELETION_UI) 130 #if !defined(ENABLE_DELETION_UI)
135 #define ENABLE_DELETION_UI 1 131 #define ENABLE_DELETION_UI 1
136 #endif 132 #endif
137 133
138 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 134 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
139 #if !defined(ENABLE_ENCRYPTED_MEDIA) 135 #if !defined(ENABLE_ENCRYPTED_MEDIA)
140 #define ENABLE_ENCRYPTED_MEDIA 1 136 #define ENABLE_ENCRYPTED_MEDIA 1
141 #endif 137 #endif
142 #if !defined(ENABLE_ENCRYPTED_MEDIA_V2) 138 #if !defined(ENABLE_ENCRYPTED_MEDIA_V2)
143 #define ENABLE_ENCRYPTED_MEDIA_V2 1 139 #define ENABLE_ENCRYPTED_MEDIA_V2 1
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 #endif 400 #endif
405 401
406 #if !defined(ENABLE_CSS_VARIABLES) 402 #if !defined(ENABLE_CSS_VARIABLES)
407 #define ENABLE_CSS_VARIABLES 0 403 #define ENABLE_CSS_VARIABLES 0
408 #endif 404 #endif
409 405
410 #if !defined(ENABLE_CUSTOM_SCHEME_HANDLER) 406 #if !defined(ENABLE_CUSTOM_SCHEME_HANDLER)
411 #define ENABLE_CUSTOM_SCHEME_HANDLER 0 407 #define ENABLE_CUSTOM_SCHEME_HANDLER 0
412 #endif 408 #endif
413 409
414 #if !defined(ENABLE_DASHBOARD_SUPPORT)
415 #define ENABLE_DASHBOARD_SUPPORT 0
416 #endif
417
418 #if !defined(ENABLE_DATALIST_ELEMENT) 410 #if !defined(ENABLE_DATALIST_ELEMENT)
419 #define ENABLE_DATALIST_ELEMENT 0 411 #define ENABLE_DATALIST_ELEMENT 0
420 #endif 412 #endif
421 413
422 #if !defined(ENABLE_DATA_TRANSFER_ITEMS) 414 #if !defined(ENABLE_DATA_TRANSFER_ITEMS)
423 #define ENABLE_DATA_TRANSFER_ITEMS 0 415 #define ENABLE_DATA_TRANSFER_ITEMS 0
424 #endif 416 #endif
425 417
426 #if !defined(ENABLE_DELETION_UI) 418 #if !defined(ENABLE_DELETION_UI)
427 #define ENABLE_DELETION_UI 0 419 #define ENABLE_DELETION_UI 0
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 875
884 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) 876 #if ENABLE(SVG_FONTS) && !ENABLE(SVG)
885 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" 877 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)"
886 #endif 878 #endif
887 879
888 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) 880 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO)
889 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" 881 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)"
890 #endif 882 #endif
891 883
892 #endif /* WTF_FeatureDefines_h */ 884 #endif /* WTF_FeatureDefines_h */
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/WebCore.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698