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

Side by Side Diff: webkit/tools/test_shell/test_shell_mac.mm

Issue 5984007: Move base/debug_on_start to base/debugger and rename it to be _win since it... (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
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <ApplicationServices/ApplicationServices.h> 5 #include <ApplicationServices/ApplicationServices.h>
6 #import <Cocoa/Cocoa.h> 6 #import <Cocoa/Cocoa.h>
7 #import <objc/objc-runtime.h> 7 #import <objc/objc-runtime.h>
8 #include <sys/stat.h> 8 #include <sys/stat.h>
9 9
10 #include "webkit/tools/test_shell/test_shell.h" 10 #include "webkit/tools/test_shell/test_shell.h"
11 11
12 #include "app/data_pack.h" 12 #include "app/data_pack.h"
13 #include "base/base_paths.h" 13 #include "base/base_paths.h"
14 #include "base/basictypes.h" 14 #include "base/basictypes.h"
15 #include "base/debug_on_start.h"
16 #include "base/debug/debugger.h" 15 #include "base/debug/debugger.h"
17 #include "base/file_path.h" 16 #include "base/file_path.h"
18 #include "base/file_util.h" 17 #include "base/file_util.h"
19 #include "base/logging.h" 18 #include "base/logging.h"
20 #include "base/mac/mac_util.h" 19 #include "base/mac/mac_util.h"
21 #include "base/memory_debug.h" 20 #include "base/memory_debug.h"
22 #include "base/message_loop.h" 21 #include "base/message_loop.h"
23 #include "base/path_service.h" 22 #include "base/path_service.h"
24 #include "base/string16.h" 23 #include "base/string16.h"
25 #include "base/string_piece.h" 24 #include "base/string_piece.h"
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 return false; 734 return false;
736 } 735 }
737 736
738 void DidLoadPlugin(const std::string& filename) { 737 void DidLoadPlugin(const std::string& filename) {
739 } 738 }
740 739
741 void DidUnloadPlugin(const std::string& filename) { 740 void DidUnloadPlugin(const std::string& filename) {
742 } 741 }
743 742
744 } // namespace webkit_glue 743 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698