| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'debug/stack_trace_android.cc', | 136 'debug/stack_trace_android.cc', |
| 137 'debug/stack_trace_ios.mm', | 137 'debug/stack_trace_ios.mm', |
| 138 'debug/stack_trace_posix.cc', | 138 'debug/stack_trace_posix.cc', |
| 139 'debug/stack_trace_win.cc', | 139 'debug/stack_trace_win.cc', |
| 140 'debug/trace_event.h', | 140 'debug/trace_event.h', |
| 141 'debug/trace_event_android.cc', | 141 'debug/trace_event_android.cc', |
| 142 'debug/trace_event_impl.cc', | 142 'debug/trace_event_impl.cc', |
| 143 'debug/trace_event_impl.h', | 143 'debug/trace_event_impl.h', |
| 144 'debug/trace_event_impl_constants.cc', | 144 'debug/trace_event_impl_constants.cc', |
| 145 'debug/trace_event_win.cc', | 145 'debug/trace_event_win.cc', |
| 146 'debug/trace_memory.cc', |
| 147 'debug/trace_memory.h', |
| 146 'deferred_sequenced_task_runner.cc', | 148 'deferred_sequenced_task_runner.cc', |
| 147 'deferred_sequenced_task_runner.h', | 149 'deferred_sequenced_task_runner.h', |
| 148 'environment.cc', | 150 'environment.cc', |
| 149 'environment.h', | 151 'environment.h', |
| 150 'file_descriptor_posix.h', | 152 'file_descriptor_posix.h', |
| 151 'file_util.cc', | 153 'file_util.cc', |
| 152 'file_util.h', | 154 'file_util.h', |
| 153 'file_util_android.cc', | 155 'file_util_android.cc', |
| 154 'file_util_linux.cc', | 156 'file_util_linux.cc', |
| 155 'file_util_mac.mm', | 157 'file_util_mac.mm', |
| (...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 843 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 842 'sources/': [ | 844 'sources/': [ |
| 843 ['exclude', '^third_party/nspr/'], | 845 ['exclude', '^third_party/nspr/'], |
| 844 ], | 846 ], |
| 845 }], | 847 }], |
| 846 ], | 848 ], |
| 847 }], | 849 }], |
| 848 ], | 850 ], |
| 849 }, | 851 }, |
| 850 } | 852 } |
| OLD | NEW |