Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: base/base.gypi

Issue 1014923002: [tracing] Move GN/gyp build files under trace_event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/base.gyp ('k') | base/trace_event/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_allocator_attributes.h',
664 'trace_event/memory_allocator_dump.cc',
665 'trace_event/memory_allocator_dump.h',
666 'trace_event/memory_dump_manager.cc',
667 'trace_event/memory_dump_manager.h',
668 'trace_event/memory_dump_provider.cc',
669 'trace_event/memory_dump_provider.h',
670 'trace_event/process_memory_dump.cc',
671 'trace_event/process_memory_dump.h',
672 'trace_event/process_memory_maps.cc',
673 'trace_event/process_memory_maps.h',
674 'trace_event/process_memory_maps_dump_provider.cc',
675 'trace_event/process_memory_maps_dump_provider.h',
676 'trace_event/process_memory_totals.cc',
677 'trace_event/process_memory_totals.h',
678 'trace_event/process_memory_totals_dump_provider.cc',
679 'trace_event/process_memory_totals_dump_provider.h',
680 'trace_event/trace_event.h',
681 'trace_event/trace_event_android.cc',
682 'trace_event/trace_event_argument.cc',
683 'trace_event/trace_event_argument.h',
684 'trace_event/trace_event_impl.cc',
685 'trace_event/trace_event_impl.h',
686 'trace_event/trace_event_impl_constants.cc',
687 'trace_event/trace_event_memory.cc',
688 'trace_event/trace_event_memory.h',
689 'trace_event/trace_event_synthetic_delay.cc',
690 'trace_event/trace_event_synthetic_delay.h',
691 'trace_event/trace_event_system_stats_monitor.cc',
692 'trace_event/trace_event_system_stats_monitor.h',
693 'trace_event/trace_event_win.cc',
694 'trace_event/trace_event_win.h',
695 'tracked_objects.cc', 666 'tracked_objects.cc',
696 'tracked_objects.h', 667 'tracked_objects.h',
697 'tracking_info.cc', 668 'tracking_info.cc',
698 'tracking_info.h', 669 'tracking_info.h',
699 'tuple.h', 670 'tuple.h',
700 'value_conversions.cc', 671 'value_conversions.cc',
701 'value_conversions.h', 672 'value_conversions.h',
702 'values.cc', 673 'values.cc',
703 'values.h', 674 'values.h',
704 'version.cc', 675 'version.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'win/shortcut.cc', 718 'win/shortcut.cc',
748 'win/shortcut.h', 719 'win/shortcut.h',
749 'win/startup_information.cc', 720 'win/startup_information.cc',
750 'win/startup_information.h', 721 'win/startup_information.h',
751 'win/win_util.cc', 722 'win/win_util.cc',
752 'win/win_util.h', 723 'win/win_util.h',
753 'win/windows_version.cc', 724 'win/windows_version.cc',
754 'win/windows_version.h', 725 'win/windows_version.h',
755 'win/wrapped_window_proc.cc', 726 'win/wrapped_window_proc.cc',
756 'win/wrapped_window_proc.h', 727 'win/wrapped_window_proc.h',
728 '<@(trace_event_sources)',
757 ], 729 ],
758 'defines': [ 730 'defines': [
759 'BASE_IMPLEMENTATION', 731 'BASE_IMPLEMENTATION',
760 ], 732 ],
761 'include_dirs': [ 733 'include_dirs': [
762 '..', 734 '..',
763 ], 735 ],
764 'msvs_disabled_warnings': [ 736 'msvs_disabled_warnings': [
765 4018, 737 4018,
766 ], 738 ],
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 'i18n/time_formatting.h', 1009 'i18n/time_formatting.h',
1038 'i18n/timezone.cc', 1010 'i18n/timezone.cc',
1039 'i18n/timezone.h', 1011 'i18n/timezone.h',
1040 'i18n/utf8_validator_tables.cc', 1012 'i18n/utf8_validator_tables.cc',
1041 'i18n/utf8_validator_tables.h', 1013 'i18n/utf8_validator_tables.h',
1042 ], 1014 ],
1043 }] 1015 }]
1044 ], 1016 ],
1045 }, 1017 },
1046 } 1018 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/trace_event/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698