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

Side by Side Diff: base/base.gypi

Issue 987043003: [tracing] Introduce support for userland memory allocators dumps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mmaps_en
Patch Set: 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
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 '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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'time/time_win.cc', 661 'time/time_win.cc',
662 'timer/elapsed_timer.cc', 662 'timer/elapsed_timer.cc',
663 'timer/elapsed_timer.h', 663 'timer/elapsed_timer.h',
664 'timer/hi_res_timer_manager.h', 664 'timer/hi_res_timer_manager.h',
665 'timer/hi_res_timer_manager_posix.cc', 665 'timer/hi_res_timer_manager_posix.cc',
666 'timer/hi_res_timer_manager_win.cc', 666 'timer/hi_res_timer_manager_win.cc',
667 'timer/mock_timer.cc', 667 'timer/mock_timer.cc',
668 'timer/mock_timer.h', 668 'timer/mock_timer.h',
669 'timer/timer.cc', 669 'timer/timer.cc',
670 'timer/timer.h', 670 'timer/timer.h',
671 'trace_event/memory_allocator_attributes.cc',
672 'trace_event/memory_allocator_attributes.h',
673 'trace_event/memory_allocator_dump.cc',
674 'trace_event/memory_allocator_dump.h',
671 'trace_event/memory_dump_manager.cc', 675 'trace_event/memory_dump_manager.cc',
672 'trace_event/memory_dump_manager.h', 676 'trace_event/memory_dump_manager.h',
677 'trace_event/memory_dump_provider.cc',
673 'trace_event/memory_dump_provider.h', 678 'trace_event/memory_dump_provider.h',
674 'trace_event/process_memory_dump.cc', 679 'trace_event/process_memory_dump.cc',
675 'trace_event/process_memory_dump.h', 680 'trace_event/process_memory_dump.h',
676 'trace_event/process_memory_maps.cc', 681 'trace_event/process_memory_maps.cc',
677 'trace_event/process_memory_maps.h', 682 'trace_event/process_memory_maps.h',
678 'trace_event/process_memory_maps_dump_provider.cc', 683 'trace_event/process_memory_maps_dump_provider.cc',
679 'trace_event/process_memory_maps_dump_provider.h', 684 'trace_event/process_memory_maps_dump_provider.h',
680 'trace_event/process_memory_totals.cc', 685 'trace_event/process_memory_totals.cc',
681 'trace_event/process_memory_totals.h', 686 'trace_event/process_memory_totals.h',
682 'trace_event/process_memory_totals_dump_provider.cc', 687 'trace_event/process_memory_totals_dump_provider.cc',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'i18n/time_formatting.h', 1057 'i18n/time_formatting.h',
1053 'i18n/timezone.cc', 1058 'i18n/timezone.cc',
1054 'i18n/timezone.h', 1059 'i18n/timezone.h',
1055 'i18n/utf8_validator_tables.cc', 1060 'i18n/utf8_validator_tables.cc',
1056 'i18n/utf8_validator_tables.h', 1061 'i18n/utf8_validator_tables.h',
1057 ], 1062 ],
1058 }] 1063 }]
1059 ], 1064 ],
1060 }, 1065 },
1061 } 1066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698