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