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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 'debug/leak_annotations.h', | 124 'debug/leak_annotations.h', |
125 'debug/leak_tracker.h', | 125 'debug/leak_tracker.h', |
126 'debug/profiler.cc', | 126 'debug/profiler.cc', |
127 'debug/profiler.h', | 127 'debug/profiler.h', |
128 'debug/stack_trace.cc', | 128 'debug/stack_trace.cc', |
129 'debug/stack_trace.h', | 129 'debug/stack_trace.h', |
130 'debug/stack_trace_android.cc', | 130 'debug/stack_trace_android.cc', |
131 'debug/stack_trace_ios.mm', | 131 'debug/stack_trace_ios.mm', |
132 'debug/stack_trace_posix.cc', | 132 'debug/stack_trace_posix.cc', |
133 'debug/stack_trace_win.cc', | 133 'debug/stack_trace_win.cc', |
134 'debug/trace_event.cc', | |
135 'debug/trace_event.h', | 134 'debug/trace_event.h', |
136 'debug/trace_event_android.cc', | 135 'debug/trace_event_android.cc', |
137 'debug/trace_event_impl.cc', | 136 'debug/trace_event_impl.cc', |
138 'debug/trace_event_impl.h', | 137 'debug/trace_event_impl.h', |
| 138 'debug/trace_event_internal.h', |
139 'debug/trace_event_win.cc', | 139 'debug/trace_event_win.cc', |
140 'environment.cc', | 140 'environment.cc', |
141 'environment.h', | 141 'environment.h', |
142 'file_descriptor_posix.h', | 142 'file_descriptor_posix.h', |
143 'file_path.cc', | 143 'file_path.cc', |
144 'file_path.h', | 144 'file_path.h', |
145 'file_util.cc', | 145 'file_util.cc', |
146 'file_util.h', | 146 'file_util.h', |
147 'file_util_android.cc', | 147 'file_util_android.cc', |
148 'file_util_linux.cc', | 148 'file_util_linux.cc', |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 746 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
747 'sources/': [ | 747 'sources/': [ |
748 ['exclude', '^third_party/nspr/'], | 748 ['exclude', '^third_party/nspr/'], |
749 ], | 749 ], |
750 }], | 750 }], |
751 ], | 751 ], |
752 }], | 752 }], |
753 ], | 753 ], |
754 }, | 754 }, |
755 } | 755 } |
OLD | NEW |