| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'synchronization/waitable_event_watcher.h', | 286 'synchronization/waitable_event_watcher.h', |
| 287 'synchronization/waitable_event_watcher_posix.cc', | 287 'synchronization/waitable_event_watcher_posix.cc', |
| 288 'synchronization/waitable_event_watcher_win.cc', | 288 'synchronization/waitable_event_watcher_win.cc', |
| 289 'synchronization/waitable_event_win.cc', | 289 'synchronization/waitable_event_win.cc', |
| 290 'system_monitor/system_monitor.cc', | 290 'system_monitor/system_monitor.cc', |
| 291 'system_monitor/system_monitor.h', | 291 'system_monitor/system_monitor.h', |
| 292 'system_monitor/system_monitor_android.cc', | 292 'system_monitor/system_monitor_android.cc', |
| 293 'system_monitor/system_monitor_mac.mm', | 293 'system_monitor/system_monitor_mac.mm', |
| 294 'system_monitor/system_monitor_posix.cc', | 294 'system_monitor/system_monitor_posix.cc', |
| 295 'system_monitor/system_monitor_win.cc', | 295 'system_monitor/system_monitor_win.cc', |
| 296 'sys_byteorder.h', |
| 296 'sys_info.h', | 297 'sys_info.h', |
| 297 'sys_info_chromeos.cc', | 298 'sys_info_chromeos.cc', |
| 298 'sys_info_freebsd.cc', | 299 'sys_info_freebsd.cc', |
| 299 'sys_info_linux.cc', | 300 'sys_info_linux.cc', |
| 300 'sys_info_mac.cc', | 301 'sys_info_mac.cc', |
| 301 'sys_info_openbsd.cc', | 302 'sys_info_openbsd.cc', |
| 302 'sys_info_posix.cc', | 303 'sys_info_posix.cc', |
| 303 'sys_info_win.cc', | 304 'sys_info_win.cc', |
| 304 'sys_string_conversions.h', | 305 'sys_string_conversions.h', |
| 305 'sys_string_conversions_mac.mm', | 306 'sys_string_conversions_mac.mm', |
| (...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 'third_party/xdg_mime/xdgmimemagic.c', | 883 'third_party/xdg_mime/xdgmimemagic.c', |
| 883 'third_party/xdg_mime/xdgmimemagic.h', | 884 'third_party/xdg_mime/xdgmimemagic.h', |
| 884 'third_party/xdg_mime/xdgmimeparent.c', | 885 'third_party/xdg_mime/xdgmimeparent.c', |
| 885 'third_party/xdg_mime/xdgmimeparent.h', | 886 'third_party/xdg_mime/xdgmimeparent.h', |
| 886 ], | 887 ], |
| 887 }, | 888 }, |
| 888 ], | 889 ], |
| 889 }], | 890 }], |
| 890 ], | 891 ], |
| 891 } | 892 } |
| OLD | NEW |