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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'debug/leak_tracker.h', | 107 'debug/leak_tracker.h', |
108 'debug/profiler.cc', | 108 'debug/profiler.cc', |
109 'debug/profiler.h', | 109 'debug/profiler.h', |
110 'debug/stack_trace.cc', | 110 'debug/stack_trace.cc', |
111 'debug/stack_trace.h', | 111 'debug/stack_trace.h', |
112 'debug/stack_trace_android.cc', | 112 'debug/stack_trace_android.cc', |
113 'debug/stack_trace_posix.cc', | 113 'debug/stack_trace_posix.cc', |
114 'debug/stack_trace_win.cc', | 114 'debug/stack_trace_win.cc', |
115 'debug/trace_event.cc', | 115 'debug/trace_event.cc', |
116 'debug/trace_event.h', | 116 'debug/trace_event.h', |
| 117 'debug/trace_event_android.cc', |
117 'debug/trace_event_impl.cc', | 118 'debug/trace_event_impl.cc', |
118 'debug/trace_event_impl.h', | 119 'debug/trace_event_impl.h', |
119 'debug/trace_event_win.cc', | 120 'debug/trace_event_win.cc', |
120 'eintr_wrapper.h', | 121 'eintr_wrapper.h', |
121 'environment.cc', | 122 'environment.cc', |
122 'environment.h', | 123 'environment.h', |
123 'file_descriptor_posix.h', | 124 'file_descriptor_posix.h', |
124 'file_path.cc', | 125 'file_path.cc', |
125 'file_path.h', | 126 'file_path.h', |
126 'file_util.cc', | 127 'file_util.cc', |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 711 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
711 # command-line-string limitation when building NaCl on Windows. | 712 # command-line-string limitation when building NaCl on Windows. |
712 ['OS == "win" and >(nacl_untrusted_build)==1', { | 713 ['OS == "win" and >(nacl_untrusted_build)==1', { |
713 'sources/': [ ['exclude', '\\.h$'] ], | 714 'sources/': [ ['exclude', '\\.h$'] ], |
714 }], | 715 }], |
715 ], | 716 ], |
716 }], | 717 }], |
717 ], | 718 ], |
718 }, | 719 }, |
719 } | 720 } |
OLD | NEW |