1 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
20 elif env.Bit('linux'):
22 # For the image readers and decoders:
23 CXXFLAGS = ["-Wno-sign-compare"],
31 # Mac specific implementations.
33 '$PORT_DIR/platform/graphics/mac/FontCacheMacPending.cpp',
34 '$PORT_DIR/rendering/RenderThemeMac.mm',
38 # These actually no longer exist, but since JSC build is super-broken, we'll
39 # leave them here as stark reminders of our past.
41 '$PORT_DIR/bridge/KJSBridge.cpp',
42 '$PORT_DIR/bridge/ScriptControllerKJS.cpp',
46 '$PORT_DIR/bindings/v8/ScriptController.cpp',
49 env.ChromeLibrary("port", input_files)
51 env.ChromeMSVSProject('$WEBKIT_DIR/build/port/port.vcproj',
54 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
55 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj',
57 guid='{5597AD47-3494-4750-A235-4F9C2F864700}')