summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/SConscript.port7
-rw-r--r--webkit/pending/DNS.h2
-rw-r--r--webkit/port/platform/network/DNS.cpp2
3 files changed, 2 insertions, 9 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index 36a93fc..b3df118 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -96,12 +96,7 @@ if env['PLATFORM'] in ('posix', 'darwin'):
# Remove from the list files that haven't yet been made portable
# to Mac and Linux.
remove_files = [
- '$PORT_DIR/page/Console.cpp',
- '$PORT_DIR/page/Location.cpp',
- '$PORT_DIR/page/Navigator.cpp',
'$PORT_DIR/platform/BString.cpp',
- '$PORT_DIR/platform/FramelessScrollView.cpp',
- '$PORT_DIR/platform/GKURL.cpp',
'$PORT_DIR/platform/UniscribeStateTextRun.cpp',
'$PORT_DIR/platform/WCDataObject.cpp',
'$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp',
@@ -111,8 +106,6 @@ if env['PLATFORM'] in ('posix', 'darwin'):
'$PORT_DIR/platform/graphics/PlatformContextSkia.cpp',
'$PORT_DIR/platform/graphics/SkiaUtils.cpp',
'$PORT_DIR/platform/graphics/SkGraphicsContext.cpp',
- '$PORT_DIR/platform/network/AuthenticationChallenge.cpp',
- '$PORT_DIR/platform/network/DNS.cpp',
'$PORT_DIR/plugins/PluginDataChromium.cpp',
]
for remove in remove_files:
diff --git a/webkit/pending/DNS.h b/webkit/pending/DNS.h
index f5adf80..3a32ce7 100644
--- a/webkit/pending/DNS.h
+++ b/webkit/pending/DNS.h
@@ -33,4 +33,4 @@ namespace WebCore {
void prefetchDNS(const String& hostname);
}
-#endif \ No newline at end of file
+#endif
diff --git a/webkit/port/platform/network/DNS.cpp b/webkit/port/platform/network/DNS.cpp
index a11d236..2044742 100644
--- a/webkit/port/platform/network/DNS.cpp
+++ b/webkit/port/platform/network/DNS.cpp
@@ -36,4 +36,4 @@ void prefetchDNS(const String& hostname)
webkit_glue::PrefetchDns(webkit_glue::StringToStdString(hostname));
}
-} \ No newline at end of file
+}