OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'base_extra_target': 0, | 9 'base_extra_target': 0, |
10 }, | 10 }, |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'debug/stack_trace_posix.cc', | 69 'debug/stack_trace_posix.cc', |
70 'debug/stack_trace_win.cc', | 70 'debug/stack_trace_win.cc', |
71 'debug/trace_event_win.cc', | 71 'debug/trace_event_win.cc', |
72 'debug/trace_event.cc', | 72 'debug/trace_event.cc', |
73 'debug/trace_event.h', | 73 'debug/trace_event.h', |
74 'dir_reader_fallback.h', | 74 'dir_reader_fallback.h', |
75 'dir_reader_linux.h', | 75 'dir_reader_linux.h', |
76 'dir_reader_posix.h', | 76 'dir_reader_posix.h', |
77 'environment.cc', | 77 'environment.cc', |
78 'environment.h', | 78 'environment.h', |
79 'event_trace_consumer_win.h', | |
80 'event_trace_controller_win.cc', | |
81 'event_trace_controller_win.h', | |
82 'event_trace_provider_win.cc', | |
83 'event_trace_provider_win.h', | |
84 'file_path.cc', | 79 'file_path.cc', |
85 'file_path.h', | 80 'file_path.h', |
86 'file_util.cc', | 81 'file_util.cc', |
87 'file_util.h', | 82 'file_util.h', |
88 'file_util_deprecated.h', | 83 'file_util_deprecated.h', |
89 'file_util_linux.cc', | 84 'file_util_linux.cc', |
90 'file_util_mac.mm', | 85 'file_util_mac.mm', |
91 'file_util_posix.cc', | 86 'file_util_posix.cc', |
92 'file_util_win.cc', | 87 'file_util_win.cc', |
93 'file_util_proxy.cc', | 88 'file_util_proxy.cc', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 'waitable_event_posix.cc', | 283 'waitable_event_posix.cc', |
289 'waitable_event_watcher.h', | 284 'waitable_event_watcher.h', |
290 'waitable_event_watcher_posix.cc', | 285 'waitable_event_watcher_posix.cc', |
291 'waitable_event_watcher_win.cc', | 286 'waitable_event_watcher_win.cc', |
292 'waitable_event_win.cc', | 287 'waitable_event_win.cc', |
293 'watchdog.cc', | 288 'watchdog.cc', |
294 'watchdog.h', | 289 'watchdog.h', |
295 'weak_ptr.cc', | 290 'weak_ptr.cc', |
296 'weak_ptr.h', | 291 'weak_ptr.h', |
297 'win/pe_image.cc', | 292 'win/pe_image.cc', |
| 293 'win/event_trace_consumer.h', |
| 294 'win/event_trace_controller.cc', |
| 295 'win/event_trace_controller.h', |
| 296 'win/event_trace_provider.cc', |
| 297 'win/event_trace_provider.h', |
298 'win/pe_image.h', | 298 'win/pe_image.h', |
299 'win/registry.cc', | 299 'win/registry.cc', |
300 'win/registry.h', | 300 'win/registry.h', |
301 'win/scoped_bstr.cc', | 301 'win/scoped_bstr.cc', |
302 'win/scoped_bstr.h', | 302 'win/scoped_bstr.h', |
303 'win/scoped_comptr.h', | 303 'win/scoped_comptr.h', |
304 'win/scoped_gdi_object.h', | 304 'win/scoped_gdi_object.h', |
305 'win/scoped_handle.h', | 305 'win/scoped_handle.h', |
306 'win/scoped_hdc.h', | 306 'win/scoped_hdc.h', |
307 'win/scoped_hglobal.h', | 307 'win/scoped_hglobal.h', |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 'third_party/xdg_mime/xdgmimemagic.c', | 801 'third_party/xdg_mime/xdgmimemagic.c', |
802 'third_party/xdg_mime/xdgmimemagic.h', | 802 'third_party/xdg_mime/xdgmimemagic.h', |
803 'third_party/xdg_mime/xdgmimeparent.c', | 803 'third_party/xdg_mime/xdgmimeparent.c', |
804 'third_party/xdg_mime/xdgmimeparent.h', | 804 'third_party/xdg_mime/xdgmimeparent.h', |
805 ], | 805 ], |
806 }, | 806 }, |
807 ], | 807 ], |
808 }], | 808 }], |
809 ], | 809 ], |
810 } | 810 } |
OLD | NEW |