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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 'debug/stack_trace.h', | 150 'debug/stack_trace.h', |
151 'debug/stack_trace_android.cc', | 151 'debug/stack_trace_android.cc', |
152 'debug/stack_trace_ios.mm', | 152 'debug/stack_trace_ios.mm', |
153 'debug/stack_trace_posix.cc', | 153 'debug/stack_trace_posix.cc', |
154 'debug/stack_trace_win.cc', | 154 'debug/stack_trace_win.cc', |
155 'debug/trace_event.h', | 155 'debug/trace_event.h', |
156 'debug/trace_event_android.cc', | 156 'debug/trace_event_android.cc', |
157 'debug/trace_event_impl.cc', | 157 'debug/trace_event_impl.cc', |
158 'debug/trace_event_impl.h', | 158 'debug/trace_event_impl.h', |
159 'debug/trace_event_impl_constants.cc', | 159 'debug/trace_event_impl_constants.cc', |
| 160 'debug/trace_event_synthetic_delay.cc', |
| 161 'debug/trace_event_synthetic_delay.h', |
160 'debug/trace_event_system_stats_monitor.cc', | 162 'debug/trace_event_system_stats_monitor.cc', |
161 'debug/trace_event_memory.cc', | 163 'debug/trace_event_memory.cc', |
162 'debug/trace_event_memory.h', | 164 'debug/trace_event_memory.h', |
163 'debug/trace_event_win.cc', | 165 'debug/trace_event_win.cc', |
164 'deferred_sequenced_task_runner.cc', | 166 'deferred_sequenced_task_runner.cc', |
165 'deferred_sequenced_task_runner.h', | 167 'deferred_sequenced_task_runner.h', |
166 'environment.cc', | 168 'environment.cc', |
167 'environment.h', | 169 'environment.h', |
168 'file_descriptor_posix.h', | 170 'file_descriptor_posix.h', |
169 'file_util.cc', | 171 'file_util.cc', |
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 ['<(toolkit_uses_gtk) == 1', { | 942 ['<(toolkit_uses_gtk) == 1', { |
941 'sources!': [ | 943 'sources!': [ |
942 'x11/x11_error_tracker.cc', | 944 'x11/x11_error_tracker.cc', |
943 ], | 945 ], |
944 }], | 946 }], |
945 ], | 947 ], |
946 }], | 948 }], |
947 ], | 949 ], |
948 }, | 950 }, |
949 } | 951 } |
OLD | NEW |