| 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': [ |
| 7 'trace_event/trace_event.gypi', |
| 8 ], |
| 6 'target_defaults': { | 9 'target_defaults': { |
| 7 'variables': { | 10 'variables': { |
| 8 'base_target': 0, | 11 'base_target': 0, |
| 9 'base_i18n_target': 0, | 12 'base_i18n_target': 0, |
| 10 }, | 13 }, |
| 11 'target_conditions': [ | 14 'target_conditions': [ |
| 12 # This part is shared between the targets defined below. | 15 # This part is shared between the targets defined below. |
| 13 ['base_target==1', { | 16 ['base_target==1', { |
| 14 'sources': [ | 17 'sources': [ |
| 15 '../build/build_config.h', | 18 '../build/build_config.h', |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'time/time_win.cc', | 656 'time/time_win.cc', |
| 654 'timer/elapsed_timer.cc', | 657 'timer/elapsed_timer.cc', |
| 655 'timer/elapsed_timer.h', | 658 'timer/elapsed_timer.h', |
| 656 'timer/hi_res_timer_manager.h', | 659 'timer/hi_res_timer_manager.h', |
| 657 'timer/hi_res_timer_manager_posix.cc', | 660 'timer/hi_res_timer_manager_posix.cc', |
| 658 'timer/hi_res_timer_manager_win.cc', | 661 'timer/hi_res_timer_manager_win.cc', |
| 659 'timer/mock_timer.cc', | 662 'timer/mock_timer.cc', |
| 660 'timer/mock_timer.h', | 663 'timer/mock_timer.h', |
| 661 'timer/timer.cc', | 664 'timer/timer.cc', |
| 662 'timer/timer.h', | 665 'timer/timer.h', |
| 663 'trace_event/memory_dump_manager.cc', | |
| 664 'trace_event/memory_dump_manager.h', | |
| 665 'trace_event/memory_dump_provider.h', | |
| 666 'trace_event/process_memory_dump.cc', | |
| 667 'trace_event/process_memory_dump.h', | |
| 668 'trace_event/process_memory_maps.cc', | |
| 669 'trace_event/process_memory_maps.h', | |
| 670 'trace_event/process_memory_maps_dump_provider.cc', | |
| 671 'trace_event/process_memory_maps_dump_provider.h', | |
| 672 'trace_event/process_memory_totals.cc', | |
| 673 'trace_event/process_memory_totals.h', | |
| 674 'trace_event/process_memory_totals_dump_provider.cc', | |
| 675 'trace_event/process_memory_totals_dump_provider.h', | |
| 676 'trace_event/trace_event.h', | |
| 677 'trace_event/trace_event_android.cc', | |
| 678 'trace_event/trace_event_argument.cc', | |
| 679 'trace_event/trace_event_argument.h', | |
| 680 'trace_event/trace_event_impl.cc', | |
| 681 'trace_event/trace_event_impl.h', | |
| 682 'trace_event/trace_event_impl_constants.cc', | |
| 683 'trace_event/trace_event_memory.cc', | |
| 684 'trace_event/trace_event_memory.h', | |
| 685 'trace_event/trace_event_synthetic_delay.cc', | |
| 686 'trace_event/trace_event_synthetic_delay.h', | |
| 687 'trace_event/trace_event_system_stats_monitor.cc', | |
| 688 'trace_event/trace_event_system_stats_monitor.h', | |
| 689 'trace_event/trace_event_win.cc', | |
| 690 'trace_event/trace_event_win.h', | |
| 691 'tracked_objects.cc', | 666 'tracked_objects.cc', |
| 692 'tracked_objects.h', | 667 'tracked_objects.h', |
| 693 'tracking_info.cc', | 668 'tracking_info.cc', |
| 694 'tracking_info.h', | 669 'tracking_info.h', |
| 695 'tuple.h', | 670 'tuple.h', |
| 696 'value_conversions.cc', | 671 'value_conversions.cc', |
| 697 'value_conversions.h', | 672 'value_conversions.h', |
| 698 'values.cc', | 673 'values.cc', |
| 699 'values.h', | 674 'values.h', |
| 700 'version.cc', | 675 'version.cc', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 'win/shortcut.cc', | 718 'win/shortcut.cc', |
| 744 'win/shortcut.h', | 719 'win/shortcut.h', |
| 745 'win/startup_information.cc', | 720 'win/startup_information.cc', |
| 746 'win/startup_information.h', | 721 'win/startup_information.h', |
| 747 'win/win_util.cc', | 722 'win/win_util.cc', |
| 748 'win/win_util.h', | 723 'win/win_util.h', |
| 749 'win/windows_version.cc', | 724 'win/windows_version.cc', |
| 750 'win/windows_version.h', | 725 'win/windows_version.h', |
| 751 'win/wrapped_window_proc.cc', | 726 'win/wrapped_window_proc.cc', |
| 752 'win/wrapped_window_proc.h', | 727 'win/wrapped_window_proc.h', |
| 728 '<@(trace_event_sources)', |
| 753 ], | 729 ], |
| 754 'defines': [ | 730 'defines': [ |
| 755 'BASE_IMPLEMENTATION', | 731 'BASE_IMPLEMENTATION', |
| 756 ], | 732 ], |
| 757 'include_dirs': [ | 733 'include_dirs': [ |
| 758 '..', | 734 '..', |
| 759 ], | 735 ], |
| 760 'msvs_disabled_warnings': [ | 736 'msvs_disabled_warnings': [ |
| 761 4018, | 737 4018, |
| 762 ], | 738 ], |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1031 'i18n/time_formatting.h', | 1007 'i18n/time_formatting.h', |
| 1032 'i18n/timezone.cc', | 1008 'i18n/timezone.cc', |
| 1033 'i18n/timezone.h', | 1009 'i18n/timezone.h', |
| 1034 'i18n/utf8_validator_tables.cc', | 1010 'i18n/utf8_validator_tables.cc', |
| 1035 'i18n/utf8_validator_tables.h', | 1011 'i18n/utf8_validator_tables.h', |
| 1036 ], | 1012 ], |
| 1037 }] | 1013 }] |
| 1038 ], | 1014 ], |
| 1039 }, | 1015 }, |
| 1040 } | 1016 } |
| OLD | NEW |