Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 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. | |
| 4 | |
| 5 // defines to make some webkit headers happy outside of their normal environment | |
| 6 #define MAC_OS_X | |
| 7 #define PLATFORM_NAME "Mac OS X" | |
| 8 #define PLATFORM(WTF_FEATURE) (defined( WTF_PLATFORM_##WTF_FEATURE ) && WTF_PLAT FORM_##WTF_FEATURE) | |
| 9 #define WTF_PLATFORM_MAC 1 | |
| 10 #define WTF_PLATFORM_CHROMIUM 1 | |
| OLD | NEW |