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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'debug/stack_trace_ios.mm', | 145 'debug/stack_trace_ios.mm', |
146 'debug/stack_trace_posix.cc', | 146 'debug/stack_trace_posix.cc', |
147 'debug/stack_trace_win.cc', | 147 'debug/stack_trace_win.cc', |
148 'debug/trace_event.h', | 148 'debug/trace_event.h', |
149 'debug/trace_event_android.cc', | 149 'debug/trace_event_android.cc', |
150 'debug/trace_event_impl.cc', | 150 'debug/trace_event_impl.cc', |
151 'debug/trace_event_impl.h', | 151 'debug/trace_event_impl.h', |
152 'debug/trace_event_impl_constants.cc', | 152 'debug/trace_event_impl_constants.cc', |
153 'debug/trace_event_memory.cc', | 153 'debug/trace_event_memory.cc', |
154 'debug/trace_event_memory.h', | 154 'debug/trace_event_memory.h', |
| 155 'debug/traced_event_object.h', |
| 156 'debug/trace_event_value.cc', |
| 157 'debug/trace_event_value.h', |
155 'debug/trace_event_win.cc', | 158 'debug/trace_event_win.cc', |
156 'deferred_sequenced_task_runner.cc', | 159 'deferred_sequenced_task_runner.cc', |
157 'deferred_sequenced_task_runner.h', | 160 'deferred_sequenced_task_runner.h', |
158 'environment.cc', | 161 'environment.cc', |
159 'environment.h', | 162 'environment.h', |
160 'file_descriptor_posix.h', | 163 'file_descriptor_posix.h', |
161 'file_util.cc', | 164 'file_util.cc', |
162 'file_util.h', | 165 'file_util.h', |
163 'file_util_android.cc', | 166 'file_util_android.cc', |
164 'file_util_linux.cc', | 167 'file_util_linux.cc', |
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 888 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
886 'sources/': [ | 889 'sources/': [ |
887 ['exclude', '^third_party/nspr/'], | 890 ['exclude', '^third_party/nspr/'], |
888 ], | 891 ], |
889 }], | 892 }], |
890 ], | 893 ], |
891 }], | 894 }], |
892 ], | 895 ], |
893 }, | 896 }, |
894 } | 897 } |
OLD | NEW |