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

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

Issue 11588: Remove base versions of the graphics headers, which previously just forwarded... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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/tools/test_shell/test_shell.h" 5 #include "webkit/tools/test_shell/test_shell.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/debug_on_start.h" 8 #include "base/debug_on_start.h"
9 #include "base/file_path.h" 9 #include "base/file_path.h"
10 #include "base/file_util.h" 10 #include "base/file_util.h"
11 #include "base/gfx/bitmap_platform_device.h"
12 #include "base/gfx/png_encoder.h" 11 #include "base/gfx/png_encoder.h"
13 #include "base/gfx/size.h" 12 #include "base/gfx/size.h"
14 #include "base/icu_util.h" 13 #include "base/icu_util.h"
15 #include "base/md5.h" 14 #include "base/md5.h"
16 #include "base/message_loop.h" 15 #include "base/message_loop.h"
17 #include "base/path_service.h" 16 #include "base/path_service.h"
18 #include "base/stats_table.h" 17 #include "base/stats_table.h"
19 #include "base/string_util.h" 18 #include "base/string_util.h"
20 #include "build/build_config.h" 19 #include "build/build_config.h"
21 #include "googleurl/src/url_util.h" 20 #include "googleurl/src/url_util.h"
22 #include "net/base/mime_util.h" 21 #include "net/base/mime_util.h"
23 #include "net/url_request/url_request_file_job.h" 22 #include "net/url_request/url_request_file_job.h"
24 #include "net/url_request/url_request_filter.h" 23 #include "net/url_request/url_request_filter.h"
24 #include "skia/ext/bitmap_platform_device.h"
25 #include "testing/gtest/include/gtest/gtest.h" 25 #include "testing/gtest/include/gtest/gtest.h"
26 #include "webkit/glue/webdatasource.h" 26 #include "webkit/glue/webdatasource.h"
27 #include "webkit/glue/webframe.h" 27 #include "webkit/glue/webframe.h"
28 #include "webkit/glue/webkit_glue.h" 28 #include "webkit/glue/webkit_glue.h"
29 #include "webkit/glue/webkit_resources.h" 29 #include "webkit/glue/webkit_resources.h"
30 #include "webkit/glue/webpreferences.h" 30 #include "webkit/glue/webpreferences.h"
31 #include "webkit/glue/weburlrequest.h" 31 #include "webkit/glue/weburlrequest.h"
32 #include "webkit/glue/webview.h" 32 #include "webkit/glue/webview.h"
33 #include "webkit/glue/webwidget.h" 33 #include "webkit/glue/webwidget.h"
34 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h" 34 #include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 551
552 bool IsDefaultPluginEnabled() { 552 bool IsDefaultPluginEnabled() {
553 return false; 553 return false;
554 } 554 }
555 555
556 std::wstring GetWebKitLocale() { 556 std::wstring GetWebKitLocale() {
557 return L"en-US"; 557 return L"en-US";
558 } 558 }
559 559
560 } // namespace webkit_glue 560 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « webkit/port/platform/graphics/PlatformContextSkia.cpp ('k') | webkit/tools/test_shell/test_shell_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698