blob: cfb85f317a9e2a319b3bc336f7c196fb568bc96d [file] [log] [blame]
// Copyright 2016 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.
#if defined(PrecompilePlatform_h_)
#error You shouldn't include the precompiled header file more than once.
#endif
#define PrecompilePlatform_h_
#if defined(_MSC_VER)
#include "build/win/Precompile.h"
#elif defined(__APPLE__)
#include "build/mac/Prefix.h"
#else
#error implement
#endif
// Include Oilpan's Handle.h by default, as it is included by a significant
// portion of platform/ source files.
#include "platform/heap/Handle.h"