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

Side by Side Diff: base/base.gyp

Issue 987043003: [tracing] Introduce support for userland memory allocators dumps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mmaps_en
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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'threading/watchdog_unittest.cc', 650 'threading/watchdog_unittest.cc',
651 'threading/worker_pool_posix_unittest.cc', 651 'threading/worker_pool_posix_unittest.cc',
652 'threading/worker_pool_unittest.cc', 652 'threading/worker_pool_unittest.cc',
653 'time/pr_time_unittest.cc', 653 'time/pr_time_unittest.cc',
654 'time/time_unittest.cc', 654 'time/time_unittest.cc',
655 'time/time_win_unittest.cc', 655 'time/time_win_unittest.cc',
656 'timer/hi_res_timer_manager_unittest.cc', 656 'timer/hi_res_timer_manager_unittest.cc',
657 'timer/mock_timer_unittest.cc', 657 'timer/mock_timer_unittest.cc',
658 'timer/timer_unittest.cc', 658 'timer/timer_unittest.cc',
659 'tools_sanity_unittest.cc', 659 'tools_sanity_unittest.cc',
660 'trace_event/memory_allocator_dump_unittest.cc',
660 'trace_event/memory_dump_manager_unittest.cc', 661 'trace_event/memory_dump_manager_unittest.cc',
661 'trace_event/process_memory_maps_dump_provider_unittest.cc', 662 'trace_event/process_memory_maps_dump_provider_unittest.cc',
662 'trace_event/process_memory_totals_dump_provider_unittest.cc', 663 'trace_event/process_memory_totals_dump_provider_unittest.cc',
663 'trace_event/trace_event_argument_unittest.cc', 664 'trace_event/trace_event_argument_unittest.cc',
664 'trace_event/trace_event_memory_unittest.cc', 665 'trace_event/trace_event_memory_unittest.cc',
665 'trace_event/trace_event_synthetic_delay_unittest.cc', 666 'trace_event/trace_event_synthetic_delay_unittest.cc',
666 'trace_event/trace_event_system_stats_monitor_unittest.cc', 667 'trace_event/trace_event_system_stats_monitor_unittest.cc',
667 'trace_event/trace_event_unittest.cc', 668 'trace_event/trace_event_unittest.cc',
668 'trace_event/trace_event_win_unittest.cc', 669 'trace_event/trace_event_win_unittest.cc',
669 'tracked_objects_unittest.cc', 670 'tracked_objects_unittest.cc',
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'dependencies': [ 1602 'dependencies': [
1602 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1603 ], 1604 ],
1604 }], 1605 }],
1605 ], 1606 ],
1606 }, 1607 },
1607 ], 1608 ],
1608 }], 1609 }],
1609 ], 1610 ],
1610 } 1611 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/trace_event/memory_allocator_attributes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698