Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: webkit/default_plugin/plugin_impl.h

Issue 519030: bsds: views/ and webkit/ support for FreeBSD/OpenBSD (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698