Arquivos
chromium/skia/skia_Prefix.pch
mark@chromium.org b35b98b3fb Re-enable Skia precompiled prefix header
Review URL: http://codereview.chromium.org/3005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2114 0039d316-1c4b-4281-b951-d872f2087c98
2008-09-12 15:55:58 +00:00

13 linhas
341 B
Plaintext

// 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.
// Prefix header for all source files in the 'Skia' framework.
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
// Include the Skia prefix file.
#include "precompiled.cc"