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

Unified Diff: third_party/WebKit/Source/config.h

Issue 1369133002: Remove unused macros from config.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | third_party/WebKit/Source/wtf/DateMath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/config.h
diff --git a/third_party/WebKit/Source/config.h b/third_party/WebKit/Source/config.h
index f5f8c4497fcb5cf5a87bc3e4637ff67f6995f52e..0c145ef6105f24ff05132cf82af92a82cf11b638 100644
--- a/third_party/WebKit/Source/config.h
+++ b/third_party/WebKit/Source/config.h
@@ -97,17 +97,9 @@
#endif /* OS(MACOSX) */
#if OS(POSIX)
-#define HAVE_SIGNAL_H 1
-#define HAVE_SYS_TIME_H 1
#define WTF_USE_PTHREADS 1
#endif /* OS(POSIX) */
-#if !OS(WIN) && !OS(ANDROID)
-#define HAVE_TM_GMTOFF 1
-#define HAVE_TM_ZONE 1
-#define HAVE_TIMEGM 1
-#endif
-
#if OS(MACOSX)
#define WTF_USE_NEW_THEME 1
#endif /* OS(MACOSX) */
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/DateMath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698