| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'synchronization/waitable_event_watcher_win.cc', | 330 'synchronization/waitable_event_watcher_win.cc', |
| 331 'synchronization/waitable_event_win.cc', | 331 'synchronization/waitable_event_win.cc', |
| 332 'system_monitor/system_monitor.cc', | 332 'system_monitor/system_monitor.cc', |
| 333 'system_monitor/system_monitor.h', | 333 'system_monitor/system_monitor.h', |
| 334 'system_monitor/system_monitor_android.cc', | 334 'system_monitor/system_monitor_android.cc', |
| 335 'system_monitor/system_monitor_mac.mm', | 335 'system_monitor/system_monitor_mac.mm', |
| 336 'system_monitor/system_monitor_posix.cc', | 336 'system_monitor/system_monitor_posix.cc', |
| 337 'system_monitor/system_monitor_win.cc', | 337 'system_monitor/system_monitor_win.cc', |
| 338 'sys_byteorder.h', | 338 'sys_byteorder.h', |
| 339 'sys_info.h', | 339 'sys_info.h', |
| 340 'sys_info_android.cc', |
| 340 'sys_info_chromeos.cc', | 341 'sys_info_chromeos.cc', |
| 341 'sys_info_freebsd.cc', | 342 'sys_info_freebsd.cc', |
| 342 'sys_info_linux.cc', | 343 'sys_info_linux.cc', |
| 343 'sys_info_mac.cc', | 344 'sys_info_mac.cc', |
| 344 'sys_info_openbsd.cc', | 345 'sys_info_openbsd.cc', |
| 345 'sys_info_posix.cc', | 346 'sys_info_posix.cc', |
| 346 'sys_info_win.cc', | 347 'sys_info_win.cc', |
| 347 'sys_string_conversions.h', | 348 'sys_string_conversions.h', |
| 348 'sys_string_conversions_mac.mm', | 349 'sys_string_conversions_mac.mm', |
| 349 'sys_string_conversions_posix.cc', | 350 'sys_string_conversions_posix.cc', |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 942 'third_party/xdg_mime/xdgmimemagic.c', | 943 'third_party/xdg_mime/xdgmimemagic.c', |
| 943 'third_party/xdg_mime/xdgmimemagic.h', | 944 'third_party/xdg_mime/xdgmimemagic.h', |
| 944 'third_party/xdg_mime/xdgmimeparent.c', | 945 'third_party/xdg_mime/xdgmimeparent.c', |
| 945 'third_party/xdg_mime/xdgmimeparent.h', | 946 'third_party/xdg_mime/xdgmimeparent.h', |
| 946 ], | 947 ], |
| 947 }, | 948 }, |
| 948 ], | 949 ], |
| 949 }], | 950 }], |
| 950 ], | 951 ], |
| 951 } | 952 } |
| OLD | NEW |