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

Side by Side Diff: webkit/tools/test_shell/test_shell.cc

Issue 387020: Upstreaming WebKit.gyp (Closed)
Patch Set: Created 11 years, 1 month 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 #undef LOG 5 #undef LOG
6 6
7 #include "webkit/tools/test_shell/test_shell.h" 7 #include "webkit/tools/test_shell/test_shell.h"
8 8
9 #include "app/gfx/codec/png_codec.h" 9 #include "app/gfx/codec/png_codec.h"
10 #include "base/base_paths.h" 10 #include "base/base_paths.h"
(...skipping 13 matching lines...) Expand all
24 #include "build/build_config.h" 24 #include "build/build_config.h"
25 #include "googleurl/src/url_util.h" 25 #include "googleurl/src/url_util.h"
26 #include "grit/webkit_strings.h" 26 #include "grit/webkit_strings.h"
27 #include "net/base/mime_util.h" 27 #include "net/base/mime_util.h"
28 #include "net/base/net_util.h" 28 #include "net/base/net_util.h"
29 #include "net/url_request/url_request_file_job.h" 29 #include "net/url_request/url_request_file_job.h"
30 #include "net/url_request/url_request_filter.h" 30 #include "net/url_request/url_request_filter.h"
31 #include "skia/ext/bitmap_platform_device.h" 31 #include "skia/ext/bitmap_platform_device.h"
32 #include "testing/gtest/include/gtest/gtest.h" 32 #include "testing/gtest/include/gtest/gtest.h"
33 #include "third_party/skia/include/core/SkBitmap.h" 33 #include "third_party/skia/include/core/SkBitmap.h"
34 #include "webkit/api/public/WebAccessibilityObject.h" 34 #include "third_party/WebKit/WebKit/chromium/public/WebAccessibilityObject.h"
35 #include "webkit/api/public/WebFrame.h" 35 #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h"
36 #include "webkit/api/public/WebKit.h" 36 #include "third_party/WebKit/WebKit/chromium/public/WebKit.h"
37 #include "webkit/api/public/WebScriptController.h" 37 #include "third_party/WebKit/WebKit/chromium/public/WebScriptController.h"
38 #include "webkit/api/public/WebRect.h" 38 #include "third_party/WebKit/WebKit/chromium/public/WebRect.h"
39 #include "webkit/api/public/WebSize.h" 39 #include "third_party/WebKit/WebKit/chromium/public/WebSize.h"
40 #include "webkit/api/public/WebString.h" 40 #include "third_party/WebKit/WebKit/chromium/public/WebString.h"
41 #include "webkit/api/public/WebURL.h" 41 #include "third_party/WebKit/WebKit/chromium/public/WebURL.h"
42 #include "webkit/api/public/WebURLRequest.h" 42 #include "third_party/WebKit/WebKit/chromium/public/WebURLRequest.h"
43 #include "webkit/api/public/WebURLResponse.h" 43 #include "third_party/WebKit/WebKit/chromium/public/WebURLResponse.h"
44 #include "webkit/api/public/WebView.h" 44 #include "third_party/WebKit/WebKit/chromium/public/WebView.h"
45 #include "webkit/glue/glue_serialize.h" 45 #include "webkit/glue/glue_serialize.h"
46 #include "webkit/glue/webkit_glue.h" 46 #include "webkit/glue/webkit_glue.h"
47 #include "webkit/glue/webpreferences.h" 47 #include "webkit/glue/webpreferences.h"
48 #include "webkit/tools/test_shell/accessibility_controller.h" 48 #include "webkit/tools/test_shell/accessibility_controller.h"
49 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h" 49 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
50 #include "webkit/tools/test_shell/test_navigation_controller.h" 50 #include "webkit/tools/test_shell/test_navigation_controller.h"
51 #include "webkit/tools/test_shell/test_shell_switches.h" 51 #include "webkit/tools/test_shell/test_shell_switches.h"
52 52
53 using WebKit::WebCanvas; 53 using WebKit::WebCanvas;
54 using WebKit::WebFrame; 54 using WebKit::WebFrame;
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 700
701 void CloseIdleConnections() { 701 void CloseIdleConnections() {
702 // Used in benchmarking, Ignored for test_shell. 702 // Used in benchmarking, Ignored for test_shell.
703 } 703 }
704 704
705 void SetCacheMode(bool enabled) { 705 void SetCacheMode(bool enabled) {
706 // Used in benchmarking, Ignored for test_shell. 706 // Used in benchmarking, Ignored for test_shell.
707 } 707 }
708 708
709 } // namespace webkit_glue 709 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_navigation_controller.h ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698