diff options
Diffstat (limited to 'webkit/tools/test_shell/mac/config.h')
-rw-r--r-- | webkit/tools/test_shell/mac/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/mac/config.h b/webkit/tools/test_shell/mac/config.h new file mode 100644 index 0000000..428ebf6 --- /dev/null +++ b/webkit/tools/test_shell/mac/config.h @@ -0,0 +1,10 @@ +// Copyright (c) 2008 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// defines to make some webkit headers happy outside of their normal environment +#define MAC_OS_X +#define PLATFORM_NAME "Mac OS X" +#define PLATFORM(WTF_FEATURE) (defined( WTF_PLATFORM_##WTF_FEATURE ) && WTF_PLATFORM_##WTF_FEATURE) +#define WTF_PLATFORM_MAC 1 +#define WTF_PLATFORM_CHROME 1 |