| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'debug/alias.cc', | 126 'debug/alias.cc', |
| 127 'debug/alias.h', | 127 'debug/alias.h', |
| 128 'debug/crash_logging.cc', | 128 'debug/crash_logging.cc', |
| 129 'debug/crash_logging.h', | 129 'debug/crash_logging.h', |
| 130 'debug/debug_on_start_win.cc', | 130 'debug/debug_on_start_win.cc', |
| 131 'debug/debug_on_start_win.h', | 131 'debug/debug_on_start_win.h', |
| 132 'debug/debugger.cc', | 132 'debug/debugger.cc', |
| 133 'debug/debugger.h', | 133 'debug/debugger.h', |
| 134 'debug/debugger_posix.cc', | 134 'debug/debugger_posix.cc', |
| 135 'debug/debugger_win.cc', | 135 'debug/debugger_win.cc', |
| 136 'debug/in_process_tracing.cc', |
| 137 'debug/in_process_tracing.h', |
| 136 # This file depends on files from the 'allocator' target, | 138 # This file depends on files from the 'allocator' target, |
| 137 # but this target does not depend on 'allocator' (see | 139 # but this target does not depend on 'allocator' (see |
| 138 # allocator.gyp for details). | 140 # allocator.gyp for details). |
| 139 'debug/leak_annotations.h', | 141 'debug/leak_annotations.h', |
| 140 'debug/leak_tracker.h', | 142 'debug/leak_tracker.h', |
| 141 'debug/proc_maps_linux.cc', | 143 'debug/proc_maps_linux.cc', |
| 142 'debug/proc_maps_linux.h', | 144 'debug/proc_maps_linux.h', |
| 143 'debug/profiler.cc', | 145 'debug/profiler.cc', |
| 144 'debug/profiler.h', | 146 'debug/profiler.h', |
| 145 'debug/stack_trace.cc', | 147 'debug/stack_trace.cc', |
| (...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 ['<(toolkit_uses_gtk) == 1', { | 929 ['<(toolkit_uses_gtk) == 1', { |
| 928 'sources!': [ | 930 'sources!': [ |
| 929 'x11/x11_error_tracker.cc', | 931 'x11/x11_error_tracker.cc', |
| 930 ], | 932 ], |
| 931 }], | 933 }], |
| 932 ], | 934 ], |
| 933 }], | 935 }], |
| 934 ], | 936 ], |
| 935 }, | 937 }, |
| 936 } | 938 } |
| OLD | NEW |