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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'debug/leak_annotations.h', | 113 'debug/leak_annotations.h', |
114 'debug/leak_tracker.h', | 114 'debug/leak_tracker.h', |
115 'debug/profiler.cc', | 115 'debug/profiler.cc', |
116 'debug/profiler.h', | 116 'debug/profiler.h', |
117 'debug/stack_trace.cc', | 117 'debug/stack_trace.cc', |
118 'debug/stack_trace.h', | 118 'debug/stack_trace.h', |
119 'debug/stack_trace_android.cc', | 119 'debug/stack_trace_android.cc', |
120 'debug/stack_trace_ios.mm', | 120 'debug/stack_trace_ios.mm', |
121 'debug/stack_trace_posix.cc', | 121 'debug/stack_trace_posix.cc', |
122 'debug/stack_trace_win.cc', | 122 'debug/stack_trace_win.cc', |
123 'debug/trace_event.cc', | |
124 'debug/trace_event.h', | 123 'debug/trace_event.h', |
125 'debug/trace_event_android.cc', | 124 'debug/trace_event_android.cc', |
126 'debug/trace_event_impl.cc', | 125 'debug/trace_event_impl.cc', |
127 'debug/trace_event_impl.h', | 126 'debug/trace_event_impl.h', |
| 127 'debug/trace_event_internal.h', |
128 'debug/trace_event_win.cc', | 128 'debug/trace_event_win.cc', |
129 'environment.cc', | 129 'environment.cc', |
130 'environment.h', | 130 'environment.h', |
131 'file_descriptor_posix.h', | 131 'file_descriptor_posix.h', |
132 'file_path.cc', | 132 'file_path.cc', |
133 'file_path.h', | 133 'file_path.h', |
134 'file_util.cc', | 134 'file_util.cc', |
135 'file_util.h', | 135 'file_util.h', |
136 'file_util_android.cc', | 136 'file_util_android.cc', |
137 'file_util_linux.cc', | 137 'file_util_linux.cc', |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 725 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
726 # command-line-string limitation when building NaCl on Windows. | 726 # command-line-string limitation when building NaCl on Windows. |
727 ['OS == "win" and >(nacl_untrusted_build)==1', { | 727 ['OS == "win" and >(nacl_untrusted_build)==1', { |
728 'sources/': [ ['exclude', '\\.h$'] ], | 728 'sources/': [ ['exclude', '\\.h$'] ], |
729 }], | 729 }], |
730 ], | 730 ], |
731 }], | 731 }], |
732 ], | 732 ], |
733 }, | 733 }, |
734 } | 734 } |
OLD | NEW |