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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
143 'debug/stack_trace_ios.mm', | 143 'debug/stack_trace_ios.mm', |
144 'debug/stack_trace_posix.cc', | 144 'debug/stack_trace_posix.cc', |
145 'debug/stack_trace_win.cc', | 145 'debug/stack_trace_win.cc', |
146 'debug/trace_event.h', | 146 'debug/trace_event.h', |
147 'debug/trace_event_android.cc', | 147 'debug/trace_event_android.cc', |
148 'debug/trace_event_impl.cc', | 148 'debug/trace_event_impl.cc', |
149 'debug/trace_event_impl.h', | 149 'debug/trace_event_impl.h', |
150 'debug/trace_event_impl_constants.cc', | 150 'debug/trace_event_impl_constants.cc', |
151 'debug/trace_event_memory.cc', | 151 'debug/trace_event_memory.cc', |
152 'debug/trace_event_memory.h', | 152 'debug/trace_event_memory.h', |
153 'debug/trace_event_value.cc', | |
154 'debug/trace_event_value.h', | |
155 'debug/traced_object.h', | |
dsinclair
2013/08/07 15:40:20
Can we rename this to debug/trace_event_object.h ?
rterrazas
2013/08/08 06:21:30
Done.
| |
153 'debug/trace_event_win.cc', | 156 'debug/trace_event_win.cc', |
154 'deferred_sequenced_task_runner.cc', | 157 'deferred_sequenced_task_runner.cc', |
155 'deferred_sequenced_task_runner.h', | 158 'deferred_sequenced_task_runner.h', |
156 'environment.cc', | 159 'environment.cc', |
157 'environment.h', | 160 'environment.h', |
158 'file_descriptor_posix.h', | 161 'file_descriptor_posix.h', |
159 'file_util.cc', | 162 'file_util.cc', |
160 'file_util.h', | 163 'file_util.h', |
161 'file_util_android.cc', | 164 'file_util_android.cc', |
162 'file_util_linux.cc', | 165 'file_util_linux.cc', |
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
884 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 887 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
885 'sources/': [ | 888 'sources/': [ |
886 ['exclude', '^third_party/nspr/'], | 889 ['exclude', '^third_party/nspr/'], |
887 ], | 890 ], |
888 }], | 891 }], |
889 ], | 892 ], |
890 }], | 893 }], |
891 ], | 894 ], |
892 }, | 895 }, |
893 } | 896 } |
OLD | NEW |