OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #ifndef WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ | 5 #ifndef WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ |
6 #define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ | 6 #define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ |
7 | 7 |
8 #include "base/compiler_specific.h" | 8 #include "base/compiler_specific.h" |
9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebGamepads.h" | 9 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads.
h" |
10 #include "webkit/glue/webfileutilities_impl.h" | 10 #include "webkit/glue/webfileutilities_impl.h" |
11 #include "webkit/glue/webkitplatformsupport_impl.h" | 11 #include "webkit/glue/webkitplatformsupport_impl.h" |
12 #include "webkit/support/simple_database_system.h" | 12 #include "webkit/support/simple_database_system.h" |
13 #include "webkit/support/weburl_loader_mock_factory.h" | 13 #include "webkit/support/weburl_loader_mock_factory.h" |
14 #include "webkit/tools/test_shell/mock_webclipboard_impl.h" | 14 #include "webkit/tools/test_shell/mock_webclipboard_impl.h" |
15 #include "webkit/tools/test_shell/simple_appcache_system.h" | 15 #include "webkit/tools/test_shell/simple_appcache_system.h" |
16 #include "webkit/tools/test_shell/simple_file_system.h" | 16 #include "webkit/tools/test_shell/simple_file_system.h" |
17 #include "webkit/tools/test_shell/simple_webcookiejar_impl.h" | 17 #include "webkit/tools/test_shell/simple_webcookiejar_impl.h" |
18 #include "webkit/tools/test_shell/test_shell_webmimeregistry_impl.h" | 18 #include "webkit/tools/test_shell/test_shell_webmimeregistry_impl.h" |
19 | 19 |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 bool unit_test_mode_; | 136 bool unit_test_mode_; |
137 WebKit::WebGamepads gamepad_data_; | 137 WebKit::WebGamepads gamepad_data_; |
138 | 138 |
139 #if defined(OS_WIN) || defined(OS_MACOSX) | 139 #if defined(OS_WIN) || defined(OS_MACOSX) |
140 WebKit::WebThemeEngine* active_theme_engine_; | 140 WebKit::WebThemeEngine* active_theme_engine_; |
141 #endif | 141 #endif |
142 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport); | 142 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport); |
143 }; | 143 }; |
144 | 144 |
145 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ | 145 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ |
OLD | NEW |