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

Side by Side Diff: base/base.gypi

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 | « no previous file | base/base_switches.cc » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'cancellation_flag.cc', 42 'cancellation_flag.cc',
43 'cancellation_flag.h', 43 'cancellation_flag.h',
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/debug_on_start_win.cc',
53 'debug_on_start.h', 53 'debug/debug_on_start_win.h',
54 'debug/debugger.cc', 54 'debug/debugger.cc',
55 'debug/debugger.h', 55 'debug/debugger.h',
56 'debug/debugger_posix.cc', 56 'debug/debugger_posix.cc',
57 'debug/debugger_win.cc', 57 'debug/debugger_win.cc',
58 'debug/leak_annotations.h', 58 'debug/leak_annotations.h',
59 'debug/leak_tracker.h', 59 'debug/leak_tracker.h',
60 'debug/stack_trace.cc', 60 'debug/stack_trace.cc',
61 'debug/stack_trace.h', 61 'debug/stack_trace.h',
62 'debug/stack_trace_posix.cc', 62 'debug/stack_trace_posix.cc',
63 'debug/stack_trace_win.cc', 63 'debug/stack_trace_win.cc',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'third_party/xdg_mime/xdgmimemagic.c', 727 'third_party/xdg_mime/xdgmimemagic.c',
728 'third_party/xdg_mime/xdgmimemagic.h', 728 'third_party/xdg_mime/xdgmimemagic.h',
729 'third_party/xdg_mime/xdgmimeparent.c', 729 'third_party/xdg_mime/xdgmimeparent.c',
730 'third_party/xdg_mime/xdgmimeparent.h', 730 'third_party/xdg_mime/xdgmimeparent.h',
731 ], 731 ],
732 }, 732 },
733 ], 733 ],
734 }], 734 }],
735 ], 735 ],
736 } 736 }
OLDNEW
« no previous file with comments | « no previous file | base/base_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698