| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'debug/stack_trace.h', | 130 'debug/stack_trace.h', |
| 131 'debug/stack_trace_android.cc', | 131 'debug/stack_trace_android.cc', |
| 132 'debug/stack_trace_ios.mm', | 132 'debug/stack_trace_ios.mm', |
| 133 'debug/stack_trace_posix.cc', | 133 'debug/stack_trace_posix.cc', |
| 134 'debug/stack_trace_win.cc', | 134 'debug/stack_trace_win.cc', |
| 135 'debug/trace_event.h', | 135 'debug/trace_event.h', |
| 136 'debug/trace_event_android.cc', | 136 'debug/trace_event_android.cc', |
| 137 'debug/trace_event_impl.cc', | 137 'debug/trace_event_impl.cc', |
| 138 'debug/trace_event_impl.h', | 138 'debug/trace_event_impl.h', |
| 139 'debug/trace_event_win.cc', | 139 'debug/trace_event_win.cc', |
| 140 'deferred_sequenced_task_runner.cc', |
| 141 'deferred_sequenced_task_runner.h', |
| 140 'environment.cc', | 142 'environment.cc', |
| 141 'environment.h', | 143 'environment.h', |
| 142 'file_descriptor_posix.h', | 144 'file_descriptor_posix.h', |
| 143 'file_util.cc', | 145 'file_util.cc', |
| 144 'file_util.h', | 146 'file_util.h', |
| 145 'file_util_android.cc', | 147 'file_util_android.cc', |
| 146 'file_util_linux.cc', | 148 'file_util_linux.cc', |
| 147 'file_util_mac.mm', | 149 'file_util_mac.mm', |
| 148 'file_util_posix.cc', | 150 'file_util_posix.cc', |
| 149 'file_util_win.cc', | 151 'file_util_win.cc', |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 776 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 775 'sources/': [ | 777 'sources/': [ |
| 776 ['exclude', '^third_party/nspr/'], | 778 ['exclude', '^third_party/nspr/'], |
| 777 ], | 779 ], |
| 778 }], | 780 }], |
| 779 ], | 781 ], |
| 780 }], | 782 }], |
| 781 ], | 783 ], |
| 782 }, | 784 }, |
| 783 } | 785 } |
| OLD | NEW |