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

Side by Side Diff: base/BUILD.gn

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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/trace_event/memory_allocator_dump.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 "time/time_win.cc", 666 "time/time_win.cc",
667 "timer/elapsed_timer.cc", 667 "timer/elapsed_timer.cc",
668 "timer/elapsed_timer.h", 668 "timer/elapsed_timer.h",
669 "timer/hi_res_timer_manager.h", 669 "timer/hi_res_timer_manager.h",
670 "timer/hi_res_timer_manager_posix.cc", 670 "timer/hi_res_timer_manager_posix.cc",
671 "timer/hi_res_timer_manager_win.cc", 671 "timer/hi_res_timer_manager_win.cc",
672 "timer/mock_timer.cc", 672 "timer/mock_timer.cc",
673 "timer/mock_timer.h", 673 "timer/mock_timer.h",
674 "timer/timer.cc", 674 "timer/timer.cc",
675 "timer/timer.h", 675 "timer/timer.h",
676 "trace_event/memory_allocator_attributes.cc",
677 "trace_event/memory_allocator_attributes.h",
678 "trace_event/memory_allocator_dump.cc",
679 "trace_event/memory_allocator_dump.h",
676 "trace_event/memory_dump_manager.cc", 680 "trace_event/memory_dump_manager.cc",
677 "trace_event/memory_dump_manager.h", 681 "trace_event/memory_dump_manager.h",
682 "trace_event/memory_dump_provider.cc",
678 "trace_event/memory_dump_provider.h", 683 "trace_event/memory_dump_provider.h",
679 "trace_event/process_memory_dump.cc", 684 "trace_event/process_memory_dump.cc",
680 "trace_event/process_memory_dump.h", 685 "trace_event/process_memory_dump.h",
681 "trace_event/process_memory_maps.cc", 686 "trace_event/process_memory_maps.cc",
682 "trace_event/process_memory_maps.h", 687 "trace_event/process_memory_maps.h",
683 "trace_event/process_memory_maps_dump_provider.cc", 688 "trace_event/process_memory_maps_dump_provider.cc",
684 "trace_event/process_memory_maps_dump_provider.h", 689 "trace_event/process_memory_maps_dump_provider.h",
685 "trace_event/process_memory_totals.cc", 690 "trace_event/process_memory_totals.cc",
686 "trace_event/process_memory_totals.h", 691 "trace_event/process_memory_totals.h",
687 "trace_event/process_memory_totals_dump_provider.cc", 692 "trace_event/process_memory_totals_dump_provider.cc",
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 "threading/watchdog_unittest.cc", 1439 "threading/watchdog_unittest.cc",
1435 "threading/worker_pool_posix_unittest.cc", 1440 "threading/worker_pool_posix_unittest.cc",
1436 "threading/worker_pool_unittest.cc", 1441 "threading/worker_pool_unittest.cc",
1437 "time/pr_time_unittest.cc", 1442 "time/pr_time_unittest.cc",
1438 "time/time_unittest.cc", 1443 "time/time_unittest.cc",
1439 "time/time_win_unittest.cc", 1444 "time/time_win_unittest.cc",
1440 "timer/hi_res_timer_manager_unittest.cc", 1445 "timer/hi_res_timer_manager_unittest.cc",
1441 "timer/mock_timer_unittest.cc", 1446 "timer/mock_timer_unittest.cc",
1442 "timer/timer_unittest.cc", 1447 "timer/timer_unittest.cc",
1443 "tools_sanity_unittest.cc", 1448 "tools_sanity_unittest.cc",
1449 "trace_event/memory_allocator_dump_unittest.cc",
1444 "trace_event/memory_dump_manager_unittest.cc", 1450 "trace_event/memory_dump_manager_unittest.cc",
1445 "trace_event/process_memory_maps_dump_provider_unittest.cc", 1451 "trace_event/process_memory_maps_dump_provider_unittest.cc",
1446 "trace_event/process_memory_totals_dump_provider_unittest.cc", 1452 "trace_event/process_memory_totals_dump_provider_unittest.cc",
1447 "trace_event/trace_event_argument_unittest.cc", 1453 "trace_event/trace_event_argument_unittest.cc",
1448 "trace_event/trace_event_memory_unittest.cc", 1454 "trace_event/trace_event_memory_unittest.cc",
1449 "trace_event/trace_event_synthetic_delay_unittest.cc", 1455 "trace_event/trace_event_synthetic_delay_unittest.cc",
1450 "trace_event/trace_event_system_stats_monitor_unittest.cc", 1456 "trace_event/trace_event_system_stats_monitor_unittest.cc",
1451 "trace_event/trace_event_unittest.cc", 1457 "trace_event/trace_event_unittest.cc",
1452 "trace_event/trace_event_win_unittest.cc", 1458 "trace_event/trace_event_win_unittest.cc",
1453 "tracked_objects_unittest.cc", 1459 "tracked_objects_unittest.cc",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 1655
1650 # GYP: //base.gyp:base_java_unittest_support 1656 # GYP: //base.gyp:base_java_unittest_support
1651 android_library("base_java_unittest_support") { 1657 android_library("base_java_unittest_support") {
1652 deps = [ 1658 deps = [
1653 ":base_java", 1659 ":base_java",
1654 ] 1660 ]
1655 java_files = 1661 java_files =
1656 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1662 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1657 } 1663 }
1658 } 1664 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/trace_event/memory_allocator_dump.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698