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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
141 'debug/proc_maps_linux.cc', | 141 'debug/proc_maps_linux.cc', |
142 'debug/proc_maps_linux.h', | 142 'debug/proc_maps_linux.h', |
143 'debug/profiler.cc', | 143 'debug/profiler.cc', |
144 'debug/profiler.h', | 144 'debug/profiler.h', |
145 'debug/stack_trace.cc', | 145 'debug/stack_trace.cc', |
146 'debug/stack_trace.h', | 146 'debug/stack_trace.h', |
147 'debug/stack_trace_android.cc', | 147 'debug/stack_trace_android.cc', |
148 'debug/stack_trace_ios.mm', | 148 'debug/stack_trace_ios.mm', |
149 'debug/stack_trace_posix.cc', | 149 'debug/stack_trace_posix.cc', |
150 'debug/stack_trace_win.cc', | 150 'debug/stack_trace_win.cc', |
151 'debug/synthetic_delay.cc', | |
nduca
2013/11/05 19:27:03
rename to trace_event_synthetic_delay so i can lg
Sami
2013/11/22 18:29:13
Done.
| |
152 'debug/synthetic_delay.h', | |
151 'debug/trace_event.h', | 153 'debug/trace_event.h', |
152 'debug/trace_event_android.cc', | 154 'debug/trace_event_android.cc', |
153 'debug/trace_event_impl.cc', | 155 'debug/trace_event_impl.cc', |
154 'debug/trace_event_impl.h', | 156 'debug/trace_event_impl.h', |
155 'debug/trace_event_impl_constants.cc', | 157 'debug/trace_event_impl_constants.cc', |
156 'debug/trace_event_system_stats_monitor.cc', | 158 'debug/trace_event_system_stats_monitor.cc', |
157 'debug/trace_event_memory.cc', | 159 'debug/trace_event_memory.cc', |
158 'debug/trace_event_memory.h', | 160 'debug/trace_event_memory.h', |
159 'debug/trace_event_win.cc', | 161 'debug/trace_event_win.cc', |
160 'deferred_sequenced_task_runner.cc', | 162 'deferred_sequenced_task_runner.cc', |
(...skipping 766 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 |