OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'debug/leak_tracker.h', | 76 'debug/leak_tracker.h', |
77 'debug/profiler.cc', | 77 'debug/profiler.cc', |
78 'debug/profiler.h', | 78 'debug/profiler.h', |
79 'debug/stack_trace.cc', | 79 'debug/stack_trace.cc', |
80 'debug/stack_trace.h', | 80 'debug/stack_trace.h', |
81 'debug/stack_trace_posix.cc', | 81 'debug/stack_trace_posix.cc', |
82 'debug/stack_trace_win.cc', | 82 'debug/stack_trace_win.cc', |
83 'debug/trace_event_win.cc', | 83 'debug/trace_event_win.cc', |
84 'debug/trace_event.cc', | 84 'debug/trace_event.cc', |
85 'debug/trace_event.h', | 85 'debug/trace_event.h', |
| 86 'debug/trace_event_test_utils.cc', |
| 87 'debug/trace_event_test_utils.h', |
86 'dir_reader_fallback.h', | 88 'dir_reader_fallback.h', |
87 'dir_reader_linux.h', | 89 'dir_reader_linux.h', |
88 'dir_reader_posix.h', | 90 'dir_reader_posix.h', |
89 'eintr_wrapper.h', | 91 'eintr_wrapper.h', |
90 'environment.cc', | 92 'environment.cc', |
91 'environment.h', | 93 'environment.h', |
92 'file_descriptor_posix.h', | 94 'file_descriptor_posix.h', |
93 'file_path.cc', | 95 'file_path.cc', |
94 'file_path.h', | 96 'file_path.h', |
95 'file_util.cc', | 97 'file_util.cc', |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 'third_party/xdg_mime/xdgmimemagic.c', | 744 'third_party/xdg_mime/xdgmimemagic.c', |
743 'third_party/xdg_mime/xdgmimemagic.h', | 745 'third_party/xdg_mime/xdgmimemagic.h', |
744 'third_party/xdg_mime/xdgmimeparent.c', | 746 'third_party/xdg_mime/xdgmimeparent.c', |
745 'third_party/xdg_mime/xdgmimeparent.h', | 747 'third_party/xdg_mime/xdgmimeparent.h', |
746 ], | 748 ], |
747 }, | 749 }, |
748 ], | 750 ], |
749 }], | 751 }], |
750 ], | 752 ], |
751 } | 753 } |
OLD | NEW |