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

Unified Diff: Tools/TestWebKitAPI/config.h

Issue 14280003: Remove more unused marcos. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Tools/TestWebKitAPI/config.h
diff --git a/Tools/TestWebKitAPI/config.h b/Tools/TestWebKitAPI/config.h
index d01e576c8104275f5dc2e7b1314cca59f9f98303..2675196aa94baa0978633b6a5706912cb665892e 100644
--- a/Tools/TestWebKitAPI/config.h
+++ b/Tools/TestWebKitAPI/config.h
@@ -24,12 +24,8 @@
*/
#if defined(HAVE_CONFIG_H) && HAVE_CONFIG_H
Nico 2013/04/21 01:26:42 (we don't use autotools either)
-#ifdef BUILDING_WITH_CMAKE
-#include "cmakeconfig.h"
-#else
#include "autotoolsconfig.h"
#endif
-#endif
#include <wtf/Platform.h>
#include <wtf/ExportMacros.h>
@@ -40,12 +36,8 @@
#if defined(__APPLE__) && __APPLE__
#ifdef __OBJC__
-#if PLATFORM(IOS)
-#import <Foundation/Foundation.h>
-#else
#import <Cocoa/Cocoa.h>
#endif
-#endif
#elif defined(WIN32) || defined(_WIN32)
@@ -57,10 +49,6 @@
#include <stdint.h>
-#if !PLATFORM(IOS) && ((!PLATFORM(CHROMIUM) && !PLATFORM(WIN)) || (PLATFORM(GTK) && defined(BUILDING_WEBKIT2__)))
-#include <WebKit2/WebKit2_C.h>
-#endif
-
#ifdef __clang__
// Work around the less strict coding standards of the gtest framework.
#pragma clang diagnostic push
@@ -76,6 +64,3 @@
#pragma clang diagnostic pop
#endif
-#if PLATFORM(MAC) && defined(__OBJC__)
-#import <WebKit/WebKit.h>
-#endif

Powered by Google App Engine
This is Rietveld 408576698