diff options
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r-- | webkit/build/WebCore/SConscript | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 17f771d..e0a29dd 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -794,12 +794,6 @@ if env['PLATFORM'] == 'posix': '$WEBCORE_DIR/platform/gtk/ScrollbarThemeGtk.cpp', ]) -# Windows specific files. -if env['PLATFORM'] == 'win32': - input_files.extend([ - '$WEBCORE_DIR/platform/win/FileSystemWin.cpp', - ]) - # Precompiled headers only work under MSVC in scons. if env['PLATFORM'] == 'win32': env_p = env.Clone() |