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

Unified Diff: Source/wtf/Platform.h

Issue 13886014: Remove FeatureDefines.h as it was designed to deal with the variety of build systems for WebKit. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FeatureDefines.h 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/FeatureDefines.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Platform.h
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h
index 3362866cdc054ad1c0bc2732dccf54cc890ede5e..fa7a6f0e47987f159b929c8e2d287379e7614252 100644
--- a/Source/wtf/Platform.h
+++ b/Source/wtf/Platform.h
@@ -543,13 +543,6 @@
#define WTF_USE_OS_RANDOMNESS 1
#endif
-/* ENABLE macro defaults */
-
-/* FIXME: move out all ENABLE() defines from here to FeatureDefines.h */
-
-/* Include feature macros */
-#include <wtf/FeatureDefines.h>
-
/* FIXME: When all platforms' compositors can compute their own filter outsets, we should remove this define.
https://bugs.webkit.org/show_bug.cgi?id=112830 */
#if USE(CG)
« no previous file with comments | « Source/wtf/FeatureDefines.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698