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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'debug/stack_trace.h', | 148 'debug/stack_trace.h', |
149 'debug/stack_trace_android.cc', | 149 'debug/stack_trace_android.cc', |
150 'debug/stack_trace_ios.mm', | 150 'debug/stack_trace_ios.mm', |
151 'debug/stack_trace_posix.cc', | 151 'debug/stack_trace_posix.cc', |
152 'debug/stack_trace_win.cc', | 152 'debug/stack_trace_win.cc', |
153 'debug/trace_event.h', | 153 'debug/trace_event.h', |
154 'debug/trace_event_android.cc', | 154 'debug/trace_event_android.cc', |
155 'debug/trace_event_impl.cc', | 155 'debug/trace_event_impl.cc', |
156 'debug/trace_event_impl.h', | 156 'debug/trace_event_impl.h', |
157 'debug/trace_event_impl_constants.cc', | 157 'debug/trace_event_impl_constants.cc', |
| 158 'debug/trace_event_system_stats_monitor.cc', |
158 'debug/trace_event_memory.cc', | 159 'debug/trace_event_memory.cc', |
159 'debug/trace_event_memory.h', | 160 'debug/trace_event_memory.h', |
160 'debug/trace_event_win.cc', | 161 'debug/trace_event_win.cc', |
161 'deferred_sequenced_task_runner.cc', | 162 'deferred_sequenced_task_runner.cc', |
162 'deferred_sequenced_task_runner.h', | 163 'deferred_sequenced_task_runner.h', |
163 'environment.cc', | 164 'environment.cc', |
164 'environment.h', | 165 'environment.h', |
165 'file_descriptor_posix.h', | 166 'file_descriptor_posix.h', |
166 'file_util.cc', | 167 'file_util.cc', |
167 'file_util.h', | 168 'file_util.h', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
899 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 900 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
900 'sources/': [ | 901 'sources/': [ |
901 ['exclude', '^third_party/nspr/'], | 902 ['exclude', '^third_party/nspr/'], |
902 ], | 903 ], |
903 }], | 904 }], |
904 ], | 905 ], |
905 }], | 906 }], |
906 ], | 907 ], |
907 }, | 908 }, |
908 } | 909 } |
OLD | NEW |