summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript.port
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-31 07:25:19 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-31 07:25:19 +0000
commit55329d53c0322b66da982bccf0dc2a28c7c7fc8c (patch)
tree19550e26a26066035e41c036b21c415918b772d2 /webkit/SConscript.port
parent1920e823284826c00ba11adb1ff3ccb7fba2f0f5 (diff)
downloadchromium_src-55329d53c0322b66da982bccf0dc2a28c7c7fc8c.zip
chromium_src-55329d53c0322b66da982bccf0dc2a28c7c7fc8c.tar.gz
chromium_src-55329d53c0322b66da982bccf0dc2a28c7c7fc8c.tar.bz2
Initial cleanups en route to coalescing the get-it-built cut-and-paste from various SConscripts into readable and maintainable shape. To wit:
* Put the near-universal settings of /DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS, /DWIN32_LEAN_AND_MEAN, /wd4503 and /wd4819 in the base construction environment. * Sort various unsorted source file lists. * Fix indentation and quoting for consistency in a couple SConscript files that escaped previous dragnets. * Eliminate two left-over uses of Split() for input file lists. * Give the devenv invocation to build v8_shell.exe the full path to the relevant .vcproj file. * Add /nologo to the base LINKFLAGS setting. * Remove various CPPPATH and other settings that have been hanging around commented out from the Visual Studio build (in case we needed them, which we evidently don't). * Get rid of unnecessary env.File() and env.Dir() calls in various settings (esp. CPPPATH) and source file lists. * Add copyright notice to an overlooked SConscript file. * Clean up version.bat invocation. TBR: bradnelson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r--webkit/SConscript.port194
1 files changed, 96 insertions, 98 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index c75cc35..2d66a43 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -32,108 +32,106 @@ Import('env')
env = env.Clone()
env.Prepend(
- CCFLAGS = [
- "/TP",
+ CCFLAGS = [
+ '/TP',
- "/wd4244",
- "/wd4291",
- "/wd4345",
- "/wd4521",
- "/wd4800",
- "/wd4503",
- "/wd4819",
- ],
+ '/wd4244',
+ '/wd4291',
+ '/wd4345',
+ '/wd4521',
+ '/wd4800',
+ ],
)
input_files = [
- "$PORT_DIR/css/RGBColor.cpp",
- "$PORT_DIR/history/CachedPage.cpp",
- "$PORT_DIR/history/BackForwardList.cpp",
- "$PORT_DIR/bridge/PluginsWin.cpp",
- "$PORT_DIR/bridge/PageWin.cpp",
- "$PORT_DIR/bridge/HistoryWin.cpp",
- "$PORT_DIR/bridge/FrameWin.cpp",
- "$PORT_DIR/rendering/RenderThemeWin.cpp",
- "$PORT_DIR/platform/network/CookieJarWin.cpp",
- "$PORT_DIR/platform/image-decoders/xbm/XBMImageDecoder.cpp",
- "$PORT_DIR/platform/image-decoders/ico/ICOImageDecoder.cpp",
- "$PORT_DIR/platform/image-decoders/bmp/BMPImageReader.cpp",
- "$PORT_DIR/platform/image-decoders/bmp/BMPImageDecoder.cpp",
- "$PORT_DIR/platform/image-decoders/png/PNGImageDecoder.cpp",
- "$PORT_DIR/platform/image-decoders/jpeg/JPEGImageDecoder.cpp",
- "$PORT_DIR/platform/image-decoders/gif/GIFImageReader.cpp",
- "$PORT_DIR/platform/image-decoders/gif/GIFImageDecoder.cpp",
- "$PORT_DIR/platform/graphics/svg/SVGResourceMaskerSkia.cpp",
- "$PORT_DIR/platform/graphics/svg/SVGResourceFilterSkia.cpp",
- "$PORT_DIR/platform/graphics/svg/SVGResourceClipperSkia.cpp",
- "$PORT_DIR/platform/graphics/svg/SVGPaintServerSolidSkia.cpp",
- "$PORT_DIR/platform/graphics/svg/SVGPaintServerSkia.cpp",
- "$PORT_DIR/platform/graphics/svg/SVGPaintServerPatternSkia.cpp",
- "$PORT_DIR/platform/graphics/svg/SVGPaintServerGradientSkia.cpp",
- "$PORT_DIR/platform/graphics/svg/SkiaSupport.cpp",
- "$PORT_DIR/platform/graphics/svg/RenderPathSkia.cpp",
- "$PORT_DIR/platform/graphics/SkPaintContext.cpp",
- "$PORT_DIR/platform/graphics/SkiaUtils.cpp",
- "$PORT_DIR/platform/graphics/SkGraphicsContext.cpp",
- "$PORT_DIR/platform/graphics/SimpleFontDataWin.cpp",
- "$PORT_DIR/platform/graphics/PlatformContextSkia.cpp",
- "$PORT_DIR/platform/graphics/PathSkia.cpp",
- "$PORT_DIR/platform/graphics/IntSizeWin.cpp",
- "$PORT_DIR/platform/graphics/IntRectWin.cpp",
- "$PORT_DIR/platform/graphics/IntPointWin.cpp",
- "$PORT_DIR/platform/graphics/ImageSourceSkia.cpp",
- "$PORT_DIR/platform/graphics/ImageSkia.cpp",
- "$PORT_DIR/platform/graphics/ImageBufferSkia.cpp",
- "$PORT_DIR/platform/graphics/IconWin.cpp",
- "$PORT_DIR/platform/graphics/GraphicsContextSkia.cpp",
- "$PORT_DIR/platform/graphics/GraphicsContextPrivate.cpp",
- "$PORT_DIR/platform/graphics/GlyphPageTreeNodeWin.cpp",
- "$PORT_DIR/platform/graphics/FontWin.cpp",
- "$PORT_DIR/platform/graphics/FontPlatformDataWin.cpp",
- "$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp",
- "$PORT_DIR/platform/graphics/FontCacheWin.cpp",
- "$PORT_DIR/platform/graphics/AffineTransformSkia.cpp",
- "$PORT_DIR/platform/graphics/NativeImageSkia.cpp",
- "$PORT_DIR/platform/WidgetWin.cpp",
- "$PORT_DIR/platform/WheelEventWin.cpp",
- "$PORT_DIR/platform/WCDataObject.cpp",
- "$PORT_DIR/platform/UniscribeStateTextRun.cpp",
- "$PORT_DIR/platform/TextBreakIteratorInternalICUWin.cpp",
- "$PORT_DIR/platform/TextBoundariesWin.cpp",
- "$PORT_DIR/platform/TemporaryLinkStubs.cpp",
- "$PORT_DIR/platform/SystemTimeWin.cpp",
- "$PORT_DIR/platform/SSLKeyGeneratorWin.cpp",
- "$PORT_DIR/platform/SoundWin.cpp",
- "$PORT_DIR/platform/SharedTimerWin.cpp",
- "$PORT_DIR/platform/SearchPopupMenuWin.cpp",
- "$PORT_DIR/platform/ScrollViewWin.cpp",
- "$PORT_DIR/platform/ScreenWin.cpp",
- "$PORT_DIR/platform/PopupMenuWin.cpp",
- "$PORT_DIR/platform/PlatformScrollBarWin.cpp",
- "$PORT_DIR/platform/PlatformMouseEventWin.cpp",
- "$PORT_DIR/platform/PasteboardWin.cpp",
- "$PORT_DIR/platform/MimeTypeRegistryWin.cpp",
- "$PORT_DIR/platform/LogWin.cpp",
- "$PORT_DIR/platform/Language.cpp",
- "$PORT_DIR/platform/KeyEventWin.cpp",
- "$PORT_DIR/platform/GKURL.cpp",
- "$PORT_DIR/platform/FramelessScrollView.cpp",
- "$PORT_DIR/platform/FontMetrics.cpp",
- "$PORT_DIR/platform/FileChooserWin.cpp",
- "$PORT_DIR/platform/EditorWin.cpp",
- "$PORT_DIR/platform/DragImageWin.cpp",
- "$PORT_DIR/platform/DragDataWin.cpp",
- "$PORT_DIR/platform/CursorWin.cpp",
- "$PORT_DIR/platform/ContextMenuWin.cpp",
- "$PORT_DIR/platform/ContextMenuItemWin.cpp",
- "$PORT_DIR/platform/ClipboardWin.cpp",
- "$PORT_DIR/platform/ClipboardUtilitiesWin.cpp",
- "$PORT_DIR/platform/BString.cpp",
- "$PORT_DIR/loader/IconLoader.cpp",
- "$PORT_DIR/loader/IconDatabaseNone.cpp",
- "$PORT_DIR/page/AXObjectCacheWin.cpp",
- "$PORT_DIR/page/EventHandlerWin.cpp",
- "$PORT_DIR/page/DragControllerWin.cpp",
+ '$PORT_DIR/css/RGBColor.cpp',
+ '$PORT_DIR/history/CachedPage.cpp',
+ '$PORT_DIR/history/BackForwardList.cpp',
+ '$PORT_DIR/bridge/PluginsWin.cpp',
+ '$PORT_DIR/bridge/PageWin.cpp',
+ '$PORT_DIR/bridge/HistoryWin.cpp',
+ '$PORT_DIR/bridge/FrameWin.cpp',
+ '$PORT_DIR/rendering/RenderThemeWin.cpp',
+ '$PORT_DIR/platform/network/CookieJarWin.cpp',
+ '$PORT_DIR/platform/image-decoders/xbm/XBMImageDecoder.cpp',
+ '$PORT_DIR/platform/image-decoders/ico/ICOImageDecoder.cpp',
+ '$PORT_DIR/platform/image-decoders/bmp/BMPImageReader.cpp',
+ '$PORT_DIR/platform/image-decoders/bmp/BMPImageDecoder.cpp',
+ '$PORT_DIR/platform/image-decoders/png/PNGImageDecoder.cpp',
+ '$PORT_DIR/platform/image-decoders/jpeg/JPEGImageDecoder.cpp',
+ '$PORT_DIR/platform/image-decoders/gif/GIFImageReader.cpp',
+ '$PORT_DIR/platform/image-decoders/gif/GIFImageDecoder.cpp',
+ '$PORT_DIR/platform/graphics/svg/SVGResourceMaskerSkia.cpp',
+ '$PORT_DIR/platform/graphics/svg/SVGResourceFilterSkia.cpp',
+ '$PORT_DIR/platform/graphics/svg/SVGResourceClipperSkia.cpp',
+ '$PORT_DIR/platform/graphics/svg/SVGPaintServerSolidSkia.cpp',
+ '$PORT_DIR/platform/graphics/svg/SVGPaintServerSkia.cpp',
+ '$PORT_DIR/platform/graphics/svg/SVGPaintServerPatternSkia.cpp',
+ '$PORT_DIR/platform/graphics/svg/SVGPaintServerGradientSkia.cpp',
+ '$PORT_DIR/platform/graphics/svg/SkiaSupport.cpp',
+ '$PORT_DIR/platform/graphics/svg/RenderPathSkia.cpp',
+ '$PORT_DIR/platform/graphics/SkPaintContext.cpp',
+ '$PORT_DIR/platform/graphics/SkiaUtils.cpp',
+ '$PORT_DIR/platform/graphics/SkGraphicsContext.cpp',
+ '$PORT_DIR/platform/graphics/SimpleFontDataWin.cpp',
+ '$PORT_DIR/platform/graphics/PlatformContextSkia.cpp',
+ '$PORT_DIR/platform/graphics/PathSkia.cpp',
+ '$PORT_DIR/platform/graphics/IntSizeWin.cpp',
+ '$PORT_DIR/platform/graphics/IntRectWin.cpp',
+ '$PORT_DIR/platform/graphics/IntPointWin.cpp',
+ '$PORT_DIR/platform/graphics/ImageSourceSkia.cpp',
+ '$PORT_DIR/platform/graphics/ImageSkia.cpp',
+ '$PORT_DIR/platform/graphics/ImageBufferSkia.cpp',
+ '$PORT_DIR/platform/graphics/IconWin.cpp',
+ '$PORT_DIR/platform/graphics/GraphicsContextSkia.cpp',
+ '$PORT_DIR/platform/graphics/GraphicsContextPrivate.cpp',
+ '$PORT_DIR/platform/graphics/GlyphPageTreeNodeWin.cpp',
+ '$PORT_DIR/platform/graphics/FontWin.cpp',
+ '$PORT_DIR/platform/graphics/FontPlatformDataWin.cpp',
+ '$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp',
+ '$PORT_DIR/platform/graphics/FontCacheWin.cpp',
+ '$PORT_DIR/platform/graphics/AffineTransformSkia.cpp',
+ '$PORT_DIR/platform/graphics/NativeImageSkia.cpp',
+ '$PORT_DIR/platform/WidgetWin.cpp',
+ '$PORT_DIR/platform/WheelEventWin.cpp',
+ '$PORT_DIR/platform/WCDataObject.cpp',
+ '$PORT_DIR/platform/UniscribeStateTextRun.cpp',
+ '$PORT_DIR/platform/TextBreakIteratorInternalICUWin.cpp',
+ '$PORT_DIR/platform/TextBoundariesWin.cpp',
+ '$PORT_DIR/platform/TemporaryLinkStubs.cpp',
+ '$PORT_DIR/platform/SystemTimeWin.cpp',
+ '$PORT_DIR/platform/SSLKeyGeneratorWin.cpp',
+ '$PORT_DIR/platform/SoundWin.cpp',
+ '$PORT_DIR/platform/SharedTimerWin.cpp',
+ '$PORT_DIR/platform/SearchPopupMenuWin.cpp',
+ '$PORT_DIR/platform/ScrollViewWin.cpp',
+ '$PORT_DIR/platform/ScreenWin.cpp',
+ '$PORT_DIR/platform/PopupMenuWin.cpp',
+ '$PORT_DIR/platform/PlatformScrollBarWin.cpp',
+ '$PORT_DIR/platform/PlatformMouseEventWin.cpp',
+ '$PORT_DIR/platform/PasteboardWin.cpp',
+ '$PORT_DIR/platform/MimeTypeRegistryWin.cpp',
+ '$PORT_DIR/platform/LogWin.cpp',
+ '$PORT_DIR/platform/Language.cpp',
+ '$PORT_DIR/platform/KeyEventWin.cpp',
+ '$PORT_DIR/platform/GKURL.cpp',
+ '$PORT_DIR/platform/FramelessScrollView.cpp',
+ '$PORT_DIR/platform/FontMetrics.cpp',
+ '$PORT_DIR/platform/FileChooserWin.cpp',
+ '$PORT_DIR/platform/EditorWin.cpp',
+ '$PORT_DIR/platform/DragImageWin.cpp',
+ '$PORT_DIR/platform/DragDataWin.cpp',
+ '$PORT_DIR/platform/CursorWin.cpp',
+ '$PORT_DIR/platform/ContextMenuWin.cpp',
+ '$PORT_DIR/platform/ContextMenuItemWin.cpp',
+ '$PORT_DIR/platform/ClipboardWin.cpp',
+ '$PORT_DIR/platform/ClipboardUtilitiesWin.cpp',
+ '$PORT_DIR/platform/BString.cpp',
+ '$PORT_DIR/loader/IconLoader.cpp',
+ '$PORT_DIR/loader/IconDatabaseNone.cpp',
+ '$PORT_DIR/page/AXObjectCacheWin.cpp',
+ '$PORT_DIR/page/EventHandlerWin.cpp',
+ '$PORT_DIR/page/DragControllerWin.cpp',
]
env.Library("Port.lib", input_files)