diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-06 00:15:22 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-06 00:15:22 +0000 |
commit | 4956cfbdd0cda5969acd391c3fe10486bf659488 (patch) | |
tree | 53f66ef13324dfd171a385476579e5fa42dbcd46 /webkit/tools/test_shell | |
parent | 35f7999be5e8ef6f623147e8aff9e39430045167 (diff) | |
download | chromium_src-4956cfbdd0cda5969acd391c3fe10486bf659488.zip chromium_src-4956cfbdd0cda5969acd391c3fe10486bf659488.tar.gz chromium_src-4956cfbdd0cda5969acd391c3fe10486bf659488.tar.bz2 |
Fix webkit.xcodeproj. Make it use our new xcconfig and common build directory
setup. Turn off headermaps and use explicit #include paths everywhere.
Review URL: http://codereview.chromium.org/269
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r-- | webkit/tools/test_shell/mac/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/webkit/tools/test_shell/mac/config.h b/webkit/tools/test_shell/mac/config.h deleted file mode 100644 index 45e155e..0000000 --- a/webkit/tools/test_shell/mac/config.h +++ /dev/null @@ -1,10 +0,0 @@ -// 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_CHROMIUM 1 |