OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'debug/alias.cc', | 130 'debug/alias.cc', |
131 'debug/alias.h', | 131 'debug/alias.h', |
132 'debug/crash_logging.cc', | 132 'debug/crash_logging.cc', |
133 'debug/crash_logging.h', | 133 'debug/crash_logging.h', |
134 'debug/debug_on_start_win.cc', | 134 'debug/debug_on_start_win.cc', |
135 'debug/debug_on_start_win.h', | 135 'debug/debug_on_start_win.h', |
136 'debug/debugger.cc', | 136 'debug/debugger.cc', |
137 'debug/debugger.h', | 137 'debug/debugger.h', |
138 'debug/debugger_posix.cc', | 138 'debug/debugger_posix.cc', |
139 'debug/debugger_win.cc', | 139 'debug/debugger_win.cc', |
| 140 'debug/dump_without_crashing.cc', |
| 141 'debug/dump_without_crashing.h', |
140 # This file depends on files from the 'allocator' target, | 142 # This file depends on files from the 'allocator' target, |
141 # but this target does not depend on 'allocator' (see | 143 # but this target does not depend on 'allocator' (see |
142 # allocator.gyp for details). | 144 # allocator.gyp for details). |
143 'debug/leak_annotations.h', | 145 'debug/leak_annotations.h', |
144 'debug/leak_tracker.h', | 146 'debug/leak_tracker.h', |
145 'debug/proc_maps_linux.cc', | 147 'debug/proc_maps_linux.cc', |
146 'debug/proc_maps_linux.h', | 148 'debug/proc_maps_linux.h', |
147 'debug/profiler.cc', | 149 'debug/profiler.cc', |
148 'debug/profiler.h', | 150 'debug/profiler.h', |
149 'debug/stack_trace.cc', | 151 'debug/stack_trace.cc', |
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 ['<(toolkit_uses_gtk) == 1', { | 944 ['<(toolkit_uses_gtk) == 1', { |
943 'sources!': [ | 945 'sources!': [ |
944 'x11/x11_error_tracker.cc', | 946 'x11/x11_error_tracker.cc', |
945 ], | 947 ], |
946 }], | 948 }], |
947 ], | 949 ], |
948 }], | 950 }], |
949 ], | 951 ], |
950 }, | 952 }, |
951 } | 953 } |
OLD | NEW |