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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'debug/profiler.cc', | 78 'debug/profiler.cc', |
79 'debug/profiler.h', | 79 'debug/profiler.h', |
80 'debug/stack_trace.cc', | 80 'debug/stack_trace.cc', |
81 'debug/stack_trace.h', | 81 'debug/stack_trace.h', |
82 'debug/stack_trace_android.cc', | 82 'debug/stack_trace_android.cc', |
83 'debug/stack_trace_posix.cc', | 83 'debug/stack_trace_posix.cc', |
84 'debug/stack_trace_win.cc', | 84 'debug/stack_trace_win.cc', |
85 'debug/trace_event_win.cc', | 85 'debug/trace_event_win.cc', |
86 'debug/trace_event.cc', | 86 'debug/trace_event.cc', |
87 'debug/trace_event.h', | 87 'debug/trace_event.h', |
| 88 'debug/trace_event_analyzer.cc', |
| 89 'debug/trace_event_analyzer.h', |
88 'dir_reader_fallback.h', | 90 'dir_reader_fallback.h', |
89 'dir_reader_linux.h', | 91 'dir_reader_linux.h', |
90 'dir_reader_posix.h', | 92 'dir_reader_posix.h', |
91 'eintr_wrapper.h', | 93 'eintr_wrapper.h', |
92 'environment.cc', | 94 'environment.cc', |
93 'environment.h', | 95 'environment.h', |
94 'file_descriptor_posix.h', | 96 'file_descriptor_posix.h', |
95 'file_path.cc', | 97 'file_path.cc', |
96 'file_path.h', | 98 'file_path.h', |
97 'file_util.cc', | 99 'file_util.cc', |
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 'third_party/xdg_mime/xdgmimemagic.c', | 796 'third_party/xdg_mime/xdgmimemagic.c', |
795 'third_party/xdg_mime/xdgmimemagic.h', | 797 'third_party/xdg_mime/xdgmimemagic.h', |
796 'third_party/xdg_mime/xdgmimeparent.c', | 798 'third_party/xdg_mime/xdgmimeparent.c', |
797 'third_party/xdg_mime/xdgmimeparent.h', | 799 'third_party/xdg_mime/xdgmimeparent.h', |
798 ], | 800 ], |
799 }, | 801 }, |
800 ], | 802 ], |
801 }], | 803 }], |
802 ], | 804 ], |
803 } | 805 } |
OLD | NEW |