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

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: Fix DEATH test not supported on android 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/BUILD.gn ('k') | base/base.gypi » ('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 '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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'threading/watchdog_unittest.cc', 649 'threading/watchdog_unittest.cc',
650 'threading/worker_pool_posix_unittest.cc', 650 'threading/worker_pool_posix_unittest.cc',
651 'threading/worker_pool_unittest.cc', 651 'threading/worker_pool_unittest.cc',
652 'time/pr_time_unittest.cc', 652 'time/pr_time_unittest.cc',
653 'time/time_unittest.cc', 653 'time/time_unittest.cc',
654 'time/time_win_unittest.cc', 654 'time/time_win_unittest.cc',
655 'timer/hi_res_timer_manager_unittest.cc', 655 'timer/hi_res_timer_manager_unittest.cc',
656 'timer/mock_timer_unittest.cc', 656 'timer/mock_timer_unittest.cc',
657 'timer/timer_unittest.cc', 657 'timer/timer_unittest.cc',
658 'tools_sanity_unittest.cc', 658 'tools_sanity_unittest.cc',
659 'trace_event/memory_allocator_dump_unittest.cc',
659 'trace_event/memory_dump_manager_unittest.cc', 660 'trace_event/memory_dump_manager_unittest.cc',
660 'trace_event/process_memory_maps_dump_provider_unittest.cc', 661 'trace_event/process_memory_maps_dump_provider_unittest.cc',
661 'trace_event/process_memory_totals_dump_provider_unittest.cc', 662 'trace_event/process_memory_totals_dump_provider_unittest.cc',
662 'trace_event/trace_event_argument_unittest.cc', 663 'trace_event/trace_event_argument_unittest.cc',
663 'trace_event/trace_event_memory_unittest.cc', 664 'trace_event/trace_event_memory_unittest.cc',
664 'trace_event/trace_event_synthetic_delay_unittest.cc', 665 'trace_event/trace_event_synthetic_delay_unittest.cc',
665 'trace_event/trace_event_system_stats_monitor_unittest.cc', 666 'trace_event/trace_event_system_stats_monitor_unittest.cc',
666 'trace_event/trace_event_unittest.cc', 667 'trace_event/trace_event_unittest.cc',
667 'trace_event/trace_event_win_unittest.cc', 668 'trace_event/trace_event_win_unittest.cc',
668 'tracked_objects_unittest.cc', 669 'tracked_objects_unittest.cc',
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 'dependencies': [ 1603 'dependencies': [
1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1604 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1604 ], 1605 ],
1605 }], 1606 }],
1606 ], 1607 ],
1607 }, 1608 },
1608 ], 1609 ],
1609 }], 1610 }],
1610 ], 1611 ],
1611 } 1612 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698