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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'debug/leak_tracker.h', | 71 'debug/leak_tracker.h', |
72 'debug/profiler.cc', | 72 'debug/profiler.cc', |
73 'debug/profiler.h', | 73 'debug/profiler.h', |
74 'debug/stack_trace.cc', | 74 'debug/stack_trace.cc', |
75 'debug/stack_trace.h', | 75 'debug/stack_trace.h', |
76 'debug/stack_trace_posix.cc', | 76 'debug/stack_trace_posix.cc', |
77 'debug/stack_trace_win.cc', | 77 'debug/stack_trace_win.cc', |
78 'debug/trace_event_win.cc', | 78 'debug/trace_event_win.cc', |
79 'debug/trace_event.cc', | 79 'debug/trace_event.cc', |
80 'debug/trace_event.h', | 80 'debug/trace_event.h', |
| 81 'debug/trace_event_test_utils.cc', |
| 82 'debug/trace_event_test_utils.h', |
81 'dir_reader_fallback.h', | 83 'dir_reader_fallback.h', |
82 'dir_reader_linux.h', | 84 'dir_reader_linux.h', |
83 'dir_reader_posix.h', | 85 'dir_reader_posix.h', |
84 'environment.cc', | 86 'environment.cc', |
85 'environment.h', | 87 'environment.h', |
86 'file_path.cc', | 88 'file_path.cc', |
87 'file_path.h', | 89 'file_path.h', |
88 'file_util.cc', | 90 'file_util.cc', |
89 'file_util.h', | 91 'file_util.h', |
90 'file_util_deprecated.h', | 92 'file_util_deprecated.h', |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 'third_party/xdg_mime/xdgmimemagic.c', | 723 'third_party/xdg_mime/xdgmimemagic.c', |
722 'third_party/xdg_mime/xdgmimemagic.h', | 724 'third_party/xdg_mime/xdgmimemagic.h', |
723 'third_party/xdg_mime/xdgmimeparent.c', | 725 'third_party/xdg_mime/xdgmimeparent.c', |
724 'third_party/xdg_mime/xdgmimeparent.h', | 726 'third_party/xdg_mime/xdgmimeparent.h', |
725 ], | 727 ], |
726 }, | 728 }, |
727 ], | 729 ], |
728 }], | 730 }], |
729 ], | 731 ], |
730 } | 732 } |
OLD | NEW |