blob: ac57490c8534518901ef13d5630ae3aa93fbff1a [file] [log] [blame]
[email protected]00475c042011-10-10 22:23:451// Copyright (c) 2011 The Chromium Authors. All rights reserved.
license.botbf09a502008-08-24 00:55:552// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
[email protected]f0a51fb52009-03-05 12:46:384
[email protected]00475c042011-10-10 22:23:455#if defined(USE_AURA)
6#include "chrome/default_plugin/plugin_impl_aura.h"
7#elif defined(OS_WIN)
[email protected]0d64bb72010-07-07 05:36:388#include "chrome/default_plugin/plugin_impl_win.h"
[email protected]10a6e77b2009-12-31 01:03:529#elif defined(OS_MACOSX)
[email protected]0d64bb72010-07-07 05:36:3810#include "chrome/default_plugin/plugin_impl_mac.h"
[email protected]10a6e77b2009-12-31 01:03:5211#elif defined(TOOLKIT_USES_GTK)
[email protected]0d64bb72010-07-07 05:36:3812#include "chrome/default_plugin/plugin_impl_gtk.h"
[email protected]f0a51fb52009-03-05 12:46:3813#endif