| 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.h', | 143 'debug/stack_trace.h', |
| 144 'debug/stack_trace_android.cc', | 144 'debug/stack_trace_android.cc', |
| 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_system_stats_monitor.cc', |
| 153 'debug/trace_event_memory.cc', | 154 'debug/trace_event_memory.cc', |
| 154 'debug/trace_event_memory.h', | 155 'debug/trace_event_memory.h', |
| 155 'debug/trace_event_win.cc', | 156 'debug/trace_event_win.cc', |
| 156 'deferred_sequenced_task_runner.cc', | 157 'deferred_sequenced_task_runner.cc', |
| 157 'deferred_sequenced_task_runner.h', | 158 'deferred_sequenced_task_runner.h', |
| 158 'environment.cc', | 159 'environment.cc', |
| 159 'environment.h', | 160 'environment.h', |
| 160 'file_descriptor_posix.h', | 161 'file_descriptor_posix.h', |
| 161 'file_util.cc', | 162 'file_util.cc', |
| 162 'file_util.h', | 163 'file_util.h', |
| (...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 887 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 887 'sources/': [ | 888 'sources/': [ |
| 888 ['exclude', '^third_party/nspr/'], | 889 ['exclude', '^third_party/nspr/'], |
| 889 ], | 890 ], |
| 890 }], | 891 }], |
| 891 ], | 892 ], |
| 892 }], | 893 }], |
| 893 ], | 894 ], |
| 894 }, | 895 }, |
| 895 } | 896 } |
| OLD | NEW |