| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 'debug/stack_trace_android.cc', | 133 'debug/stack_trace_android.cc', |
| 134 'debug/stack_trace_ios.mm', | 134 'debug/stack_trace_ios.mm', |
| 135 'debug/stack_trace_posix.cc', | 135 'debug/stack_trace_posix.cc', |
| 136 'debug/stack_trace_win.cc', | 136 'debug/stack_trace_win.cc', |
| 137 'debug/trace_event.h', | 137 'debug/trace_event.h', |
| 138 'debug/trace_event_android.cc', | 138 'debug/trace_event_android.cc', |
| 139 'debug/trace_event_impl.cc', | 139 'debug/trace_event_impl.cc', |
| 140 'debug/trace_event_impl.h', | 140 'debug/trace_event_impl.h', |
| 141 'debug/trace_event_internal.h', | 141 'debug/trace_event_internal.h', |
| 142 'debug/trace_event_win.cc', | 142 'debug/trace_event_win.cc', |
| 143 'deferred_sequenced_task_runner.cc', |
| 144 'deferred_sequenced_task_runner.h', |
| 143 'environment.cc', | 145 'environment.cc', |
| 144 'environment.h', | 146 'environment.h', |
| 145 'file_descriptor_posix.h', | 147 'file_descriptor_posix.h', |
| 146 'file_util.cc', | 148 'file_util.cc', |
| 147 'file_util.h', | 149 'file_util.h', |
| 148 'file_util_android.cc', | 150 'file_util_android.cc', |
| 149 'file_util_linux.cc', | 151 'file_util_linux.cc', |
| 150 'file_util_mac.mm', | 152 'file_util_mac.mm', |
| 151 'file_util_posix.cc', | 153 'file_util_posix.cc', |
| 152 'file_util_win.cc', | 154 'file_util_win.cc', |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 766 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 765 'sources/': [ | 767 'sources/': [ |
| 766 ['exclude', '^third_party/nspr/'], | 768 ['exclude', '^third_party/nspr/'], |
| 767 ], | 769 ], |
| 768 }], | 770 }], |
| 769 ], | 771 ], |
| 770 }], | 772 }], |
| 771 ], | 773 ], |
| 772 }, | 774 }, |
| 773 } | 775 } |
| OLD | NEW |