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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'synchronization/lock.h', | 236 'synchronization/lock.h', |
237 'synchronization/lock_impl.h', | 237 'synchronization/lock_impl.h', |
238 'synchronization/lock_impl_posix.cc', | 238 'synchronization/lock_impl_posix.cc', |
239 'synchronization/lock_impl_win.cc', | 239 'synchronization/lock_impl_win.cc', |
240 'synchronization/waitable_event.h', | 240 'synchronization/waitable_event.h', |
241 'synchronization/waitable_event_posix.cc', | 241 'synchronization/waitable_event_posix.cc', |
242 'synchronization/waitable_event_watcher.h', | 242 'synchronization/waitable_event_watcher.h', |
243 'synchronization/waitable_event_watcher_posix.cc', | 243 'synchronization/waitable_event_watcher_posix.cc', |
244 'synchronization/waitable_event_watcher_win.cc', | 244 'synchronization/waitable_event_watcher_win.cc', |
245 'synchronization/waitable_event_win.cc', | 245 'synchronization/waitable_event_win.cc', |
246 'system_monitor/system_monitor.cc', | |
247 'system_monitor/system_monitor.h', | |
248 'system_monitor/system_monitor_mac.mm', | |
249 'system_monitor/system_monitor_posix.cc', | |
250 'system_monitor/system_monitor_win.cc', | |
251 'sys_info.h', | 246 'sys_info.h', |
252 'sys_info_chromeos.cc', | 247 'sys_info_chromeos.cc', |
253 'sys_info_freebsd.cc', | 248 'sys_info_freebsd.cc', |
254 'sys_info_linux.cc', | 249 'sys_info_linux.cc', |
255 'sys_info_mac.cc', | 250 'sys_info_mac.cc', |
256 'sys_info_openbsd.cc', | 251 'sys_info_openbsd.cc', |
257 'sys_info_posix.cc', | 252 'sys_info_posix.cc', |
258 'sys_info_win.cc', | 253 'sys_info_win.cc', |
259 'sys_string_conversions.h', | 254 'sys_string_conversions.h', |
260 'sys_string_conversions_linux.cc', | 255 'sys_string_conversions_linux.cc', |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 'third_party/xdg_mime/xdgmimemagic.c', | 679 'third_party/xdg_mime/xdgmimemagic.c', |
685 'third_party/xdg_mime/xdgmimemagic.h', | 680 'third_party/xdg_mime/xdgmimemagic.h', |
686 'third_party/xdg_mime/xdgmimeparent.c', | 681 'third_party/xdg_mime/xdgmimeparent.c', |
687 'third_party/xdg_mime/xdgmimeparent.h', | 682 'third_party/xdg_mime/xdgmimeparent.h', |
688 ], | 683 ], |
689 }, | 684 }, |
690 ], | 685 ], |
691 }], | 686 }], |
692 ], | 687 ], |
693 } | 688 } |
OLD | NEW |