summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/mac/config.h
diff options
context:
space:
mode:
authoravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-02 13:22:22 +0000
committeravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-02 13:22:22 +0000
commit06c5c088da0fdadfcd7fb6ecc418a9a8622e4113 (patch)
treed79cb52f93bc9a3bcddab17428e21f7f33bd4d05 /webkit/tools/test_shell/mac/config.h
parenta10a16b6f221e7ced094b499b9a42cc18012cb0e (diff)
downloadchromium_src-06c5c088da0fdadfcd7fb6ecc418a9a8622e4113.zip
chromium_src-06c5c088da0fdadfcd7fb6ecc418a9a8622e4113.tar.gz
chromium_src-06c5c088da0fdadfcd7fb6ecc418a9a8622e4113.tar.bz2
Initial checkin of Mac project (no, it doesn't build)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/mac/config.h')
-rw-r--r--webkit/tools/test_shell/mac/config.h10
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