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/stack_trace.h', | 141 'debug/stack_trace.h', |
142 'debug/stack_trace_android.cc', | 142 'debug/stack_trace_android.cc', |
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', |
| 152 'debug/trace_event_memory.h', |
151 'debug/trace_event_win.cc', | 153 'debug/trace_event_win.cc', |
152 'deferred_sequenced_task_runner.cc', | 154 'deferred_sequenced_task_runner.cc', |
153 'deferred_sequenced_task_runner.h', | 155 'deferred_sequenced_task_runner.h', |
154 'environment.cc', | 156 'environment.cc', |
155 'environment.h', | 157 'environment.h', |
156 'file_descriptor_posix.h', | 158 'file_descriptor_posix.h', |
157 'file_util.cc', | 159 'file_util.cc', |
158 'file_util.h', | 160 'file_util.h', |
159 'file_util_android.cc', | 161 'file_util_android.cc', |
160 'file_util_linux.cc', | 162 'file_util_linux.cc', |
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 867 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
866 'sources/': [ | 868 'sources/': [ |
867 ['exclude', '^third_party/nspr/'], | 869 ['exclude', '^third_party/nspr/'], |
868 ], | 870 ], |
869 }], | 871 }], |
870 ], | 872 ], |
871 }], | 873 }], |
872 ], | 874 ], |
873 }, | 875 }, |
874 } | 876 } |
OLD | NEW |