| 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 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
| 10 }, | 10 }, |
| (...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'time/time_win.cc', | 651 'time/time_win.cc', |
| 652 'timer/elapsed_timer.cc', | 652 'timer/elapsed_timer.cc', |
| 653 'timer/elapsed_timer.h', | 653 'timer/elapsed_timer.h', |
| 654 'timer/hi_res_timer_manager.h', | 654 'timer/hi_res_timer_manager.h', |
| 655 'timer/hi_res_timer_manager_posix.cc', | 655 'timer/hi_res_timer_manager_posix.cc', |
| 656 'timer/hi_res_timer_manager_win.cc', | 656 'timer/hi_res_timer_manager_win.cc', |
| 657 'timer/mock_timer.cc', | 657 'timer/mock_timer.cc', |
| 658 'timer/mock_timer.h', | 658 'timer/mock_timer.h', |
| 659 'timer/timer.cc', | 659 'timer/timer.cc', |
| 660 'timer/timer.h', | 660 'timer/timer.h', |
| 661 'trace_event/memory_allocator_attributes.h', |
| 662 'trace_event/memory_allocator_dump.cc', |
| 663 'trace_event/memory_allocator_dump.h', |
| 661 'trace_event/memory_dump_manager.cc', | 664 'trace_event/memory_dump_manager.cc', |
| 662 'trace_event/memory_dump_manager.h', | 665 'trace_event/memory_dump_manager.h', |
| 666 'trace_event/memory_dump_provider.cc', |
| 663 'trace_event/memory_dump_provider.h', | 667 'trace_event/memory_dump_provider.h', |
| 664 'trace_event/process_memory_dump.cc', | 668 'trace_event/process_memory_dump.cc', |
| 665 'trace_event/process_memory_dump.h', | 669 'trace_event/process_memory_dump.h', |
| 666 'trace_event/process_memory_maps.cc', | 670 'trace_event/process_memory_maps.cc', |
| 667 'trace_event/process_memory_maps.h', | 671 'trace_event/process_memory_maps.h', |
| 668 'trace_event/process_memory_maps_dump_provider.cc', | 672 'trace_event/process_memory_maps_dump_provider.cc', |
| 669 'trace_event/process_memory_maps_dump_provider.h', | 673 'trace_event/process_memory_maps_dump_provider.h', |
| 670 'trace_event/process_memory_totals.cc', | 674 'trace_event/process_memory_totals.cc', |
| 671 'trace_event/process_memory_totals.h', | 675 'trace_event/process_memory_totals.h', |
| 672 'trace_event/process_memory_totals_dump_provider.cc', | 676 'trace_event/process_memory_totals_dump_provider.cc', |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1029 'i18n/time_formatting.h', | 1033 'i18n/time_formatting.h', |
| 1030 'i18n/timezone.cc', | 1034 'i18n/timezone.cc', |
| 1031 'i18n/timezone.h', | 1035 'i18n/timezone.h', |
| 1032 'i18n/utf8_validator_tables.cc', | 1036 'i18n/utf8_validator_tables.cc', |
| 1033 'i18n/utf8_validator_tables.h', | 1037 'i18n/utf8_validator_tables.h', |
| 1034 ], | 1038 ], |
| 1035 }] | 1039 }] |
| 1036 ], | 1040 ], |
| 1037 }, | 1041 }, |
| 1038 } | 1042 } |
| OLD | NEW |