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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'critical_closure.h', | 100 'critical_closure.h', |
101 'critical_closure_ios.mm', | 101 'critical_closure_ios.mm', |
102 'debug/alias.cc', | 102 'debug/alias.cc', |
103 'debug/alias.h', | 103 'debug/alias.h', |
104 'debug/debug_on_start_win.cc', | 104 'debug/debug_on_start_win.cc', |
105 'debug/debug_on_start_win.h', | 105 'debug/debug_on_start_win.h', |
106 'debug/debugger.cc', | 106 'debug/debugger.cc', |
107 'debug/debugger.h', | 107 'debug/debugger.h', |
108 'debug/debugger_posix.cc', | 108 'debug/debugger_posix.cc', |
109 'debug/debugger_win.cc', | 109 'debug/debugger_win.cc', |
| 110 # This file depends on files from the 'allocator' target, |
| 111 # but this target does not depend on 'allocator' (see |
| 112 # allocator.gyp for details). |
110 'debug/leak_annotations.h', | 113 'debug/leak_annotations.h', |
111 'debug/leak_tracker.h', | 114 'debug/leak_tracker.h', |
112 'debug/profiler.cc', | 115 'debug/profiler.cc', |
113 'debug/profiler.h', | 116 'debug/profiler.h', |
114 'debug/stack_trace.cc', | 117 'debug/stack_trace.cc', |
115 'debug/stack_trace.h', | 118 'debug/stack_trace.h', |
116 'debug/stack_trace_android.cc', | 119 'debug/stack_trace_android.cc', |
117 'debug/stack_trace_ios.mm', | 120 'debug/stack_trace_ios.mm', |
118 'debug/stack_trace_posix.cc', | 121 'debug/stack_trace_posix.cc', |
119 'debug/stack_trace_win.cc', | 122 'debug/stack_trace_win.cc', |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 720 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
718 # command-line-string limitation when building NaCl on Windows. | 721 # command-line-string limitation when building NaCl on Windows. |
719 ['OS == "win" and >(nacl_untrusted_build)==1', { | 722 ['OS == "win" and >(nacl_untrusted_build)==1', { |
720 'sources/': [ ['exclude', '\\.h$'] ], | 723 'sources/': [ ['exclude', '\\.h$'] ], |
721 }], | 724 }], |
722 ], | 725 ], |
723 }], | 726 }], |
724 ], | 727 ], |
725 }, | 728 }, |
726 } | 729 } |
OLD | NEW |