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

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

Issue 3945002: Move debug-related stuff from base to the base/debug directory and use the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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) 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 #include "webkit/tools/test_shell/test_shell.h" 5 #include "webkit/tools/test_shell/test_shell.h"
6 6
7 #include <windows.h> 7 #include <windows.h>
8 #include <commdlg.h> 8 #include <commdlg.h>
9 #include <objbase.h> 9 #include <objbase.h>
10 #include <process.h> 10 #include <process.h>
11 #include <shlwapi.h> 11 #include <shlwapi.h>
12 12
13 #include "base/command_line.h" 13 #include "base/command_line.h"
14 #include "base/debug/trace_event.h"
14 #include "base/file_util.h" 15 #include "base/file_util.h"
15 #include "base/memory_debug.h" 16 #include "base/memory_debug.h"
16 #include "base/message_loop.h" 17 #include "base/message_loop.h"
17 #include "base/path_service.h" 18 #include "base/path_service.h"
18 #include "base/resource_util.h" 19 #include "base/resource_util.h"
19 #include "base/stack_container.h" 20 #include "base/stack_container.h"
20 #include "base/string_piece.h" 21 #include "base/string_piece.h"
21 #include "base/string_util.h" 22 #include "base/string_util.h"
22 #include "base/trace_event.h"
23 #include "base/utf_string_conversions.h" 23 #include "base/utf_string_conversions.h"
24 #include "base/win_util.h" 24 #include "base/win_util.h"
25 #include "breakpad/src/client/windows/handler/exception_handler.h" 25 #include "breakpad/src/client/windows/handler/exception_handler.h"
26 #include "grit/webkit_resources.h" 26 #include "grit/webkit_resources.h"
27 #include "grit/webkit_chromium_resources.h" 27 #include "grit/webkit_chromium_resources.h"
28 #include "net/base/net_module.h" 28 #include "net/base/net_module.h"
29 #include "net/url_request/url_request_file_job.h" 29 #include "net/url_request/url_request_file_job.h"
30 #include "skia/ext/bitmap_platform_device.h" 30 #include "skia/ext/bitmap_platform_device.h"
31 #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h" 31 #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h"
32 #include "third_party/WebKit/WebKit/chromium/public/WebView.h" 32 #include "third_party/WebKit/WebKit/chromium/public/WebView.h"
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 812
813 bool EnsureFontLoaded(HFONT font) { 813 bool EnsureFontLoaded(HFONT font) {
814 return true; 814 return true;
815 } 815 }
816 816
817 bool DownloadUrl(const std::string& url, HWND caller_window) { 817 bool DownloadUrl(const std::string& url, HWND caller_window) {
818 return false; 818 return false;
819 } 819 }
820 820
821 } // namespace webkit_glue 821 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell_switches.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698