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

Side by Side Diff: base/base.gypi

Issue 6092005: Remove base/debug_util. Move the debug UI related functions to base/debug/deb... (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 | « app/resource_bundle_win.cc ('k') | base/debug/debugger.h » ('j') | 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) 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'command_line.cc', 44 'command_line.cc',
45 'command_line.h', 45 'command_line.h',
46 'compiler_specific.h', 46 'compiler_specific.h',
47 'condition_variable.h', 47 'condition_variable.h',
48 'condition_variable_posix.cc', 48 'condition_variable_posix.cc',
49 'condition_variable_win.cc', 49 'condition_variable_win.cc',
50 'cpu.cc', 50 'cpu.cc',
51 'cpu.h', 51 'cpu.h',
52 'debug_on_start.cc', 52 'debug_on_start.cc',
53 'debug_on_start.h', 53 'debug_on_start.h',
54 'debug_util.cc',
55 'debug_util.h',
56 'debug_util_mac.cc',
57 'debug/debugger.cc', 54 'debug/debugger.cc',
58 'debug/debugger.h', 55 'debug/debugger.h',
59 'debug/debugger_posix.cc', 56 'debug/debugger_posix.cc',
60 'debug/debugger_win.cc', 57 'debug/debugger_win.cc',
61 'debug/leak_annotations.h', 58 'debug/leak_annotations.h',
62 'debug/leak_tracker.h', 59 'debug/leak_tracker.h',
63 'debug/stack_trace.cc', 60 'debug/stack_trace.cc',
64 'debug/stack_trace.h', 61 'debug/stack_trace.h',
65 'debug/stack_trace_posix.cc', 62 'debug/stack_trace_posix.cc',
66 'debug/stack_trace_win.cc', 63 'debug/stack_trace_win.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'lock.h', 107 'lock.h',
111 'lock_impl.h', 108 'lock_impl.h',
112 'lock_impl_posix.cc', 109 'lock_impl_posix.cc',
113 'lock_impl_win.cc', 110 'lock_impl_win.cc',
114 'logging.cc', 111 'logging.cc',
115 'logging.h', 112 'logging.h',
116 'logging_win.cc', 113 'logging_win.cc',
117 'mac_util.h', 114 'mac_util.h',
118 'mac_util.mm', 115 'mac_util.mm',
119 'mac/cocoa_protocols.h', 116 'mac/cocoa_protocols.h',
117 'mac/os_crash_dumps.cc',
118 'mac/os_crash_dumps.h',
120 'mac/scoped_aedesc.h', 119 'mac/scoped_aedesc.h',
121 'mac/scoped_cftyperef.h', 120 'mac/scoped_cftyperef.h',
122 'mac/scoped_nsautorelease_pool.h', 121 'mac/scoped_nsautorelease_pool.h',
123 'mac/scoped_nsautorelease_pool.mm', 122 'mac/scoped_nsautorelease_pool.mm',
124 'mach_ipc_mac.h', 123 'mach_ipc_mac.h',
125 'mach_ipc_mac.mm', 124 'mach_ipc_mac.mm',
126 'memory_debug.cc', 125 'memory_debug.cc',
127 'memory_debug.h', 126 'memory_debug.h',
128 'message_loop.cc', 127 'message_loop.cc',
129 'message_loop.h', 128 'message_loop.h',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'third_party/xdg_mime/xdgmimemagic.c', 729 'third_party/xdg_mime/xdgmimemagic.c',
731 'third_party/xdg_mime/xdgmimemagic.h', 730 'third_party/xdg_mime/xdgmimemagic.h',
732 'third_party/xdg_mime/xdgmimeparent.c', 731 'third_party/xdg_mime/xdgmimeparent.c',
733 'third_party/xdg_mime/xdgmimeparent.h', 732 'third_party/xdg_mime/xdgmimeparent.h',
734 ], 733 ],
735 }, 734 },
736 ], 735 ],
737 }], 736 }],
738 ], 737 ],
739 } 738 }
OLDNEW
« no previous file with comments | « app/resource_bundle_win.cc ('k') | base/debug/debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698