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

Side by Side Diff: webkit/support/test_webkit_client.cc

Issue 6100009: Move the in-process WebGL implementation from the WebKit to the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_client.h" 5 #include "webkit/support/test_webkit_client.h"
6 6
7 #include "base/file_util.h" 7 #include "base/file_util.h"
8 #include "base/path_service.h" 8 #include "base/path_service.h"
9 #include "base/scoped_temp_dir.h" 9 #include "base/scoped_temp_dir.h"
10 #include "base/metrics/stats_counters.h" 10 #include "base/metrics/stats_counters.h"
11 #include "base/string_util.h" 11 #include "base/string_util.h"
12 #include "base/utf_string_conversions.h" 12 #include "base/utf_string_conversions.h"
13 #include "net/base/cookie_monster.h" 13 #include "net/base/cookie_monster.h"
14 #include "net/http/http_cache.h" 14 #include "net/http/http_cache.h"
15 #include "net/test/test_server.h" 15 #include "net/test/test_server.h"
16 #include "media/base/media.h" 16 #include "media/base/media.h"
17 #include "third_party/WebKit/WebKit/chromium/public/WebCache.h" 17 #include "third_party/WebKit/WebKit/chromium/public/WebCache.h"
18 #include "third_party/WebKit/WebKit/chromium/public/WebData.h" 18 #include "third_party/WebKit/WebKit/chromium/public/WebData.h"
19 #include "third_party/WebKit/WebKit/chromium/public/WebDatabase.h" 19 #include "third_party/WebKit/WebKit/chromium/public/WebDatabase.h"
20 #include "third_party/WebKit/WebKit/chromium/public/WebFileSystem.h" 20 #include "third_party/WebKit/WebKit/chromium/public/WebFileSystem.h"
21 #include "third_party/WebKit/WebKit/chromium/public/WebGraphicsContext3D.h"
22 #include "third_party/WebKit/WebKit/chromium/public/WebIDBFactory.h" 21 #include "third_party/WebKit/WebKit/chromium/public/WebIDBFactory.h"
23 #include "third_party/WebKit/WebKit/chromium/public/WebIDBKey.h" 22 #include "third_party/WebKit/WebKit/chromium/public/WebIDBKey.h"
24 #include "third_party/WebKit/WebKit/chromium/public/WebIDBKeyPath.h" 23 #include "third_party/WebKit/WebKit/chromium/public/WebIDBKeyPath.h"
25 #include "third_party/WebKit/WebKit/chromium/public/WebRuntimeFeatures.h" 24 #include "third_party/WebKit/WebKit/chromium/public/WebRuntimeFeatures.h"
26 #include "third_party/WebKit/WebKit/chromium/public/WebKit.h" 25 #include "third_party/WebKit/WebKit/chromium/public/WebKit.h"
27 #include "third_party/WebKit/WebKit/chromium/public/WebScriptController.h" 26 #include "third_party/WebKit/WebKit/chromium/public/WebScriptController.h"
28 #include "third_party/WebKit/WebKit/chromium/public/WebSecurityPolicy.h" 27 #include "third_party/WebKit/WebKit/chromium/public/WebSecurityPolicy.h"
29 #include "third_party/WebKit/WebKit/chromium/public/WebSerializedScriptValue.h" 28 #include "third_party/WebKit/WebKit/chromium/public/WebSerializedScriptValue.h"
30 #include "third_party/WebKit/WebKit/chromium/public/WebStorageArea.h" 29 #include "third_party/WebKit/WebKit/chromium/public/WebStorageArea.h"
31 #include "third_party/WebKit/WebKit/chromium/public/WebStorageEventDispatcher.h" 30 #include "third_party/WebKit/WebKit/chromium/public/WebStorageEventDispatcher.h"
32 #include "third_party/WebKit/WebKit/chromium/public/WebStorageNamespace.h" 31 #include "third_party/WebKit/WebKit/chromium/public/WebStorageNamespace.h"
33 #include "third_party/WebKit/WebKit/chromium/public/WebString.h" 32 #include "third_party/WebKit/WebKit/chromium/public/WebString.h"
34 #include "third_party/WebKit/WebKit/chromium/public/WebURL.h" 33 #include "third_party/WebKit/WebKit/chromium/public/WebURL.h"
35 #include "webkit/appcache/web_application_cache_host_impl.h" 34 #include "webkit/appcache/web_application_cache_host_impl.h"
36 #include "webkit/database/vfs_backend.h" 35 #include "webkit/database/vfs_backend.h"
37 #include "webkit/extensions/v8/gc_extension.h" 36 #include "webkit/extensions/v8/gc_extension.h"
38 #include "webkit/extensions/v8/gears_extension.h" 37 #include "webkit/extensions/v8/gears_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/webkitclient_impl.h" 41 #include "webkit/glue/webkitclient_impl.h"
42 #include "webkit/gpu/webgraphicscontext3d_in_process_impl.h"
43 #include "webkit/support/weburl_loader_mock_factory.h" 43 #include "webkit/support/weburl_loader_mock_factory.h"
44 #include "webkit/tools/test_shell/mock_webclipboard_impl.h" 44 #include "webkit/tools/test_shell/mock_webclipboard_impl.h"
45 #include "webkit/tools/test_shell/simple_appcache_system.h" 45 #include "webkit/tools/test_shell/simple_appcache_system.h"
46 #include "webkit/tools/test_shell/simple_database_system.h" 46 #include "webkit/tools/test_shell/simple_database_system.h"
47 #include "webkit/tools/test_shell/simple_file_system.h" 47 #include "webkit/tools/test_shell/simple_file_system.h"
48 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h" 48 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
49 #include "webkit/tools/test_shell/simple_webcookiejar_impl.h" 49 #include "webkit/tools/test_shell/simple_webcookiejar_impl.h"
50 #include "webkit/tools/test_shell/test_shell_request_context.h" 50 #include "webkit/tools/test_shell/test_shell_request_context.h"
51 #include "webkit/tools/test_shell/test_shell_webblobregistry_impl.h" 51 #include "webkit/tools/test_shell/test_shell_webblobregistry_impl.h"
52 #include "v8/include/v8.h" 52 #include "v8/include/v8.h"
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 WebKit::WebThemeEngine* TestWebKitClient::themeEngine() { 339 WebKit::WebThemeEngine* TestWebKitClient::themeEngine() {
340 return active_theme_engine_; 340 return active_theme_engine_;
341 } 341 }
342 #endif 342 #endif
343 343
344 WebKit::WebSharedWorkerRepository* TestWebKitClient::sharedWorkerRepository() { 344 WebKit::WebSharedWorkerRepository* TestWebKitClient::sharedWorkerRepository() {
345 return NULL; 345 return NULL;
346 } 346 }
347 347
348 WebKit::WebGraphicsContext3D* TestWebKitClient::createGraphicsContext3D() { 348 WebKit::WebGraphicsContext3D* TestWebKitClient::createGraphicsContext3D() {
349 return WebKit::WebGraphicsContext3D::createDefault(); 349 return new webkit_gpu::WebGraphicsContext3DInProcessImpl();
350 } 350 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698