| 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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 'timer/hi_res_timer_manager_win.cc', | 664 'timer/hi_res_timer_manager_win.cc', |
| 665 'timer/mock_timer.cc', | 665 'timer/mock_timer.cc', |
| 666 'timer/mock_timer.h', | 666 'timer/mock_timer.h', |
| 667 'timer/timer.cc', | 667 'timer/timer.cc', |
| 668 'timer/timer.h', | 668 'timer/timer.h', |
| 669 'trace_event/memory_dump_manager.cc', | 669 'trace_event/memory_dump_manager.cc', |
| 670 'trace_event/memory_dump_manager.h', | 670 'trace_event/memory_dump_manager.h', |
| 671 'trace_event/memory_dump_provider.h', | 671 'trace_event/memory_dump_provider.h', |
| 672 'trace_event/process_memory_dump.cc', | 672 'trace_event/process_memory_dump.cc', |
| 673 'trace_event/process_memory_dump.h', | 673 'trace_event/process_memory_dump.h', |
| 674 'trace_event/process_memory_maps.cc', |
| 675 'trace_event/process_memory_maps.h', |
| 676 'trace_event/process_memory_maps_dump_provider.cc', |
| 677 'trace_event/process_memory_maps_dump_provider.h', |
| 674 'trace_event/process_memory_totals.cc', | 678 'trace_event/process_memory_totals.cc', |
| 675 'trace_event/process_memory_totals.h', | 679 'trace_event/process_memory_totals.h', |
| 676 'trace_event/process_memory_totals_dump_provider.cc', | 680 'trace_event/process_memory_totals_dump_provider.cc', |
| 677 'trace_event/process_memory_totals_dump_provider.h', | 681 'trace_event/process_memory_totals_dump_provider.h', |
| 678 'trace_event/trace_event.h', | 682 'trace_event/trace_event.h', |
| 679 'trace_event/trace_event_android.cc', | 683 'trace_event/trace_event_android.cc', |
| 680 'trace_event/trace_event_argument.cc', | 684 'trace_event/trace_event_argument.cc', |
| 681 'trace_event/trace_event_argument.h', | 685 'trace_event/trace_event_argument.h', |
| 682 'trace_event/trace_event_impl.cc', | 686 'trace_event/trace_event_impl.cc', |
| 683 'trace_event/trace_event_impl.h', | 687 'trace_event/trace_event_impl.h', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1046 'i18n/time_formatting.h', | 1050 'i18n/time_formatting.h', |
| 1047 'i18n/timezone.cc', | 1051 'i18n/timezone.cc', |
| 1048 'i18n/timezone.h', | 1052 'i18n/timezone.h', |
| 1049 'i18n/utf8_validator_tables.cc', | 1053 'i18n/utf8_validator_tables.cc', |
| 1050 'i18n/utf8_validator_tables.h', | 1054 'i18n/utf8_validator_tables.h', |
| 1051 ], | 1055 ], |
| 1052 }] | 1056 }] |
| 1053 ], | 1057 ], |
| 1054 }, | 1058 }, |
| 1055 } | 1059 } |
| OLD | NEW |