| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 'synchronization/waitable_event_win.cc', | 619 'synchronization/waitable_event_win.cc', |
| 620 'sys_byteorder.h', | 620 'sys_byteorder.h', |
| 621 'sys_info.cc', | 621 'sys_info.cc', |
| 622 'sys_info.h', | 622 'sys_info.h', |
| 623 'sys_info_android.cc', | 623 'sys_info_android.cc', |
| 624 'sys_info_chromeos.cc', | 624 'sys_info_chromeos.cc', |
| 625 'sys_info_freebsd.cc', | 625 'sys_info_freebsd.cc', |
| 626 'sys_info_internal.h', | 626 'sys_info_internal.h', |
| 627 'sys_info_ios.mm', | 627 'sys_info_ios.mm', |
| 628 'sys_info_linux.cc', | 628 'sys_info_linux.cc', |
| 629 'sys_info_mac.cc', | 629 'sys_info_mac.mm', |
| 630 'sys_info_openbsd.cc', | 630 'sys_info_openbsd.cc', |
| 631 'sys_info_posix.cc', | 631 'sys_info_posix.cc', |
| 632 'sys_info_win.cc', | 632 'sys_info_win.cc', |
| 633 'system_monitor/system_monitor.cc', | 633 'system_monitor/system_monitor.cc', |
| 634 'system_monitor/system_monitor.h', | 634 'system_monitor/system_monitor.h', |
| 635 'task/cancelable_task_tracker.cc', | 635 'task/cancelable_task_tracker.cc', |
| 636 'task/cancelable_task_tracker.h', | 636 'task/cancelable_task_tracker.h', |
| 637 'task_runner.cc', | 637 'task_runner.cc', |
| 638 'task_runner.h', | 638 'task_runner.h', |
| 639 'task_runner_util.h', | 639 'task_runner_util.h', |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1078 'i18n/time_formatting.h', | 1078 'i18n/time_formatting.h', |
| 1079 'i18n/timezone.cc', | 1079 'i18n/timezone.cc', |
| 1080 'i18n/timezone.h', | 1080 'i18n/timezone.h', |
| 1081 'i18n/utf8_validator_tables.cc', | 1081 'i18n/utf8_validator_tables.cc', |
| 1082 'i18n/utf8_validator_tables.h', | 1082 'i18n/utf8_validator_tables.h', |
| 1083 ], | 1083 ], |
| 1084 }] | 1084 }] |
| 1085 ], | 1085 ], |
| 1086 }, | 1086 }, |
| 1087 } | 1087 } |
| OLD | NEW |