| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'debug/debug_on_start_win.h', | 126 'debug/debug_on_start_win.h', |
| 127 'debug/debugger.cc', | 127 'debug/debugger.cc', |
| 128 'debug/debugger.h', | 128 'debug/debugger.h', |
| 129 'debug/debugger_posix.cc', | 129 'debug/debugger_posix.cc', |
| 130 'debug/debugger_win.cc', | 130 'debug/debugger_win.cc', |
| 131 # This file depends on files from the 'allocator' target, | 131 # This file depends on files from the 'allocator' target, |
| 132 # but this target does not depend on 'allocator' (see | 132 # but this target does not depend on 'allocator' (see |
| 133 # allocator.gyp for details). | 133 # allocator.gyp for details). |
| 134 'debug/leak_annotations.h', | 134 'debug/leak_annotations.h', |
| 135 'debug/leak_tracker.h', | 135 'debug/leak_tracker.h', |
| 136 'debug/proc_maps.cc', |
| 137 'debug/proc_maps.h', |
| 136 'debug/profiler.cc', | 138 'debug/profiler.cc', |
| 137 'debug/profiler.h', | 139 'debug/profiler.h', |
| 138 'debug/stack_trace.cc', | 140 'debug/stack_trace.cc', |
| 139 'debug/stack_trace.h', | 141 'debug/stack_trace.h', |
| 140 'debug/stack_trace_android.cc', | 142 'debug/stack_trace_android.cc', |
| 141 'debug/stack_trace_ios.mm', | 143 'debug/stack_trace_ios.mm', |
| 142 'debug/stack_trace_posix.cc', | 144 'debug/stack_trace_posix.cc', |
| 143 'debug/stack_trace_win.cc', | 145 'debug/stack_trace_win.cc', |
| 144 'debug/trace_event.h', | 146 'debug/trace_event.h', |
| 145 'debug/trace_event_android.cc', | 147 'debug/trace_event_android.cc', |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 853 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 852 'sources/': [ | 854 'sources/': [ |
| 853 ['exclude', '^third_party/nspr/'], | 855 ['exclude', '^third_party/nspr/'], |
| 854 ], | 856 ], |
| 855 }], | 857 }], |
| 856 ], | 858 ], |
| 857 }], | 859 }], |
| 858 ], | 860 ], |
| 859 }, | 861 }, |
| 860 } | 862 } |
| OLD | NEW |