OLD | NEW |
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #if defined(OS_WIN) | 5 #if defined(OS_WIN) |
6 #include "webkit/default_plugin/plugin_impl_win.h" | 6 #include "webkit/default_plugin/plugin_impl_win.h" |
7 #elif defined (OS_MACOSX) | 7 #elif defined(OS_MACOSX) |
8 #include "webkit/default_plugin/plugin_impl_mac.h" | 8 #include "webkit/default_plugin/plugin_impl_mac.h" |
9 #elif defined (OS_LINUX) | 9 #elif defined(TOOLKIT_USES_GTK) |
10 #include "webkit/default_plugin/plugin_impl_gtk.h" | 10 #include "webkit/default_plugin/plugin_impl_gtk.h" |
11 #endif | 11 #endif |
OLD | NEW |