| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 #include "webkit/support/test_webkit_platform_support.h" | 5 #include "webkit/support/test_webkit_platform_support.h" |
| 6 | 6 |
| 7 #include "base/file_util.h" | 7 #include "base/file_util.h" |
| 8 #include "base/metrics/stats_counters.h" | 8 #include "base/metrics/stats_counters.h" |
| 9 #include "base/path_service.h" | 9 #include "base/path_service.h" |
| 10 #include "base/scoped_temp_dir.h" | 10 #include "base/scoped_temp_dir.h" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h" | 28 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h" |
| 29 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerialize
dScriptValue.h" | 29 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerialize
dScriptValue.h" |
| 30 #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageArea.h" | 30 #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageArea.h" |
| 31 #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispat
cher.h" | 31 #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispat
cher.h" |
| 32 #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h
" | 32 #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h
" |
| 33 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" | 33 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
| 34 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" | 34 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |
| 35 #include "v8/include/v8.h" | 35 #include "v8/include/v8.h" |
| 36 #include "webkit/appcache/web_application_cache_host_impl.h" | 36 #include "webkit/appcache/web_application_cache_host_impl.h" |
| 37 #include "webkit/database/vfs_backend.h" | 37 #include "webkit/database/vfs_backend.h" |
| 38 #include "webkit/extensions/v8/gc_extension.h" | |
| 39 #include "webkit/glue/simple_webmimeregistry_impl.h" | 38 #include "webkit/glue/simple_webmimeregistry_impl.h" |
| 40 #include "webkit/glue/webclipboard_impl.h" | 39 #include "webkit/glue/webclipboard_impl.h" |
| 41 #include "webkit/glue/webkit_glue.h" | 40 #include "webkit/glue/webkit_glue.h" |
| 42 #include "webkit/glue/webkitplatformsupport_impl.h" | 41 #include "webkit/glue/webkitplatformsupport_impl.h" |
| 43 #include "webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h" | 42 #include "webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h" |
| 44 #include "webkit/gpu/webgraphicscontext3d_in_process_impl.h" | 43 #include "webkit/gpu/webgraphicscontext3d_in_process_impl.h" |
| 45 #include "webkit/plugins/npapi/plugin_list.h" | 44 #include "webkit/plugins/npapi/plugin_list.h" |
| 46 #include "webkit/support/simple_database_system.h" | 45 #include "webkit/support/simple_database_system.h" |
| 46 #include "webkit/support/gc_extension.h" |
| 47 #include "webkit/support/test_webmessageportchannel.h" | 47 #include "webkit/support/test_webmessageportchannel.h" |
| 48 #include "webkit/support/webkit_support.h" | 48 #include "webkit/support/webkit_support.h" |
| 49 #include "webkit/support/weburl_loader_mock_factory.h" | 49 #include "webkit/support/weburl_loader_mock_factory.h" |
| 50 #include "webkit/support/web_audio_device_mock.h" | 50 #include "webkit/support/web_audio_device_mock.h" |
| 51 #include "webkit/tools/test_shell/mock_webclipboard_impl.h" | 51 #include "webkit/tools/test_shell/mock_webclipboard_impl.h" |
| 52 #include "webkit/tools/test_shell/simple_appcache_system.h" | 52 #include "webkit/tools/test_shell/simple_appcache_system.h" |
| 53 #include "webkit/tools/test_shell/simple_file_system.h" | 53 #include "webkit/tools/test_shell/simple_file_system.h" |
| 54 #include "webkit/tools/test_shell/simple_socket_stream_bridge.h" | 54 #include "webkit/tools/test_shell/simple_socket_stream_bridge.h" |
| 55 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h" | 55 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h" |
| 56 #include "webkit/tools/test_shell/simple_webcookiejar_impl.h" | 56 #include "webkit/tools/test_shell/simple_webcookiejar_impl.h" |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info) { | 441 const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info) { |
| 442 return SimpleResourceLoaderBridge::Create(request_info); | 442 return SimpleResourceLoaderBridge::Create(request_info); |
| 443 } | 443 } |
| 444 | 444 |
| 445 webkit_glue::WebSocketStreamHandleBridge* | 445 webkit_glue::WebSocketStreamHandleBridge* |
| 446 TestWebKitPlatformSupport::CreateWebSocketBridge( | 446 TestWebKitPlatformSupport::CreateWebSocketBridge( |
| 447 WebKit::WebSocketStreamHandle* handle, | 447 WebKit::WebSocketStreamHandle* handle, |
| 448 webkit_glue::WebSocketStreamHandleDelegate* delegate) { | 448 webkit_glue::WebSocketStreamHandleDelegate* delegate) { |
| 449 return SimpleSocketStreamBridge::Create(handle, delegate); | 449 return SimpleSocketStreamBridge::Create(handle, delegate); |
| 450 } | 450 } |
| OLD | NEW |