| 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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 'task_scheduler/sequence.cc', | 646 'task_scheduler/sequence.cc', |
| 647 'task_scheduler/sequence.h', | 647 'task_scheduler/sequence.h', |
| 648 'task_scheduler/sequence_sort_key.cc', | 648 'task_scheduler/sequence_sort_key.cc', |
| 649 'task_scheduler/sequence_sort_key.h', | 649 'task_scheduler/sequence_sort_key.h', |
| 650 'task_scheduler/task.cc', | 650 'task_scheduler/task.cc', |
| 651 'task_scheduler/task.h', | 651 'task_scheduler/task.h', |
| 652 'task_scheduler/task_tracker.cc', | 652 'task_scheduler/task_tracker.cc', |
| 653 'task_scheduler/task_tracker.h', | 653 'task_scheduler/task_tracker.h', |
| 654 'task_scheduler/task_traits.cc', | 654 'task_scheduler/task_traits.cc', |
| 655 'task_scheduler/task_traits.h', | 655 'task_scheduler/task_traits.h', |
| 656 'task_scheduler/thread_pool.cc', |
| 657 'task_scheduler/thread_pool.h', |
| 656 'template_util.h', | 658 'template_util.h', |
| 657 'third_party/dmg_fp/dmg_fp.h', | 659 'third_party/dmg_fp/dmg_fp.h', |
| 658 'third_party/dmg_fp/dtoa_wrapper.cc', | 660 'third_party/dmg_fp/dtoa_wrapper.cc', |
| 659 'third_party/dmg_fp/g_fmt.cc', | 661 'third_party/dmg_fp/g_fmt.cc', |
| 660 'third_party/icu/icu_utf.cc', | 662 'third_party/icu/icu_utf.cc', |
| 661 'third_party/icu/icu_utf.h', | 663 'third_party/icu/icu_utf.h', |
| 662 'third_party/nspr/prtime.cc', | 664 'third_party/nspr/prtime.cc', |
| 663 'third_party/nspr/prtime.h', | 665 'third_party/nspr/prtime.h', |
| 664 'third_party/superfasthash/superfasthash.c', | 666 'third_party/superfasthash/superfasthash.c', |
| 665 'third_party/xdg_mime/xdgmime.h', | 667 'third_party/xdg_mime/xdgmime.h', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1081 'i18n/time_formatting.h', | 1083 'i18n/time_formatting.h', |
| 1082 'i18n/timezone.cc', | 1084 'i18n/timezone.cc', |
| 1083 'i18n/timezone.h', | 1085 'i18n/timezone.h', |
| 1084 'i18n/utf8_validator_tables.cc', | 1086 'i18n/utf8_validator_tables.cc', |
| 1085 'i18n/utf8_validator_tables.h', | 1087 'i18n/utf8_validator_tables.h', |
| 1086 ], | 1088 ], |
| 1087 }] | 1089 }] |
| 1088 ], | 1090 ], |
| 1089 }, | 1091 }, |
| 1090 } | 1092 } |
| OLD | NEW |