1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6 'trace_event_sources' : [
7 'trace_event/java_heap_dump_provider_android.cc',
8 'trace_event/java_heap_dump_provider_android.h',
9 'trace_event/memory_allocator_dump.cc',
10 'trace_event/memory_allocator_dump.h',
11 'trace_event/memory_dump_manager.cc',
12 'trace_event/memory_dump_manager.h',
13 'trace_event/memory_dump_provider.h',
14 'trace_event/memory_dump_request_args.h',
15 'trace_event/memory_dump_session_state.cc',
16 'trace_event/memory_dump_session_state.h',
17 'trace_event/process_memory_dump.cc',
18 'trace_event/process_memory_dump.h',
19 'trace_event/process_memory_maps.cc',
20 'trace_event/process_memory_maps.h',
21 'trace_event/process_memory_maps_dump_provider.cc',
22 'trace_event/process_memory_maps_dump_provider.h',
23 'trace_event/process_memory_totals.cc',
24 'trace_event/process_memory_totals.h',
25 'trace_event/process_memory_totals_dump_provider.cc',
26 'trace_event/process_memory_totals_dump_provider.h',
27 'trace_event/trace_event.h',
28 'trace_event/trace_event_android.cc',
29 'trace_event/trace_event_argument.cc',
30 'trace_event/trace_event_argument.h',
31 'trace_event/trace_event_etw_export_win.cc',
32 'trace_event/trace_event_etw_export_win.h',
33 'trace_event/trace_event_impl.cc',
34 'trace_event/trace_event_impl.h',
35 'trace_event/trace_event_impl_constants.cc',
36 'trace_event/trace_event_memory.cc',
37 'trace_event/trace_event_memory.h',
38 'trace_event/trace_event_synthetic_delay.cc',
39 'trace_event/trace_event_synthetic_delay.h',
40 'trace_event/trace_event_system_stats_monitor.cc',
41 'trace_event/trace_event_system_stats_monitor.h',
42 'trace_event/trace_event_win.cc',
43 'trace_event/trace_event_win.h',
44 'trace_event/winheap_dump_provider_win.cc',
45 'trace_event/winheap_dump_provider_win.h',
48 ['OS == "linux" or OS == "android"', {
49 'trace_event_sources': [
50 'trace_event/malloc_dump_provider.cc',
51 'trace_event/malloc_dump_provider.h',
55 'trace_event_test_sources' : [
56 'trace_event/memory_allocator_dump_unittest.cc',
57 'trace_event/memory_dump_manager_unittest.cc',
58 'trace_event/process_memory_maps_dump_provider_unittest.cc',
59 'trace_event/process_memory_totals_dump_provider_unittest.cc',
60 'trace_event/trace_event_argument_unittest.cc',
61 'trace_event/trace_event_memory_unittest.cc',
62 'trace_event/trace_event_synthetic_delay_unittest.cc',
63 'trace_event/trace_event_system_stats_monitor_unittest.cc',
64 'trace_event/trace_event_unittest.cc',
65 'trace_event/trace_event_win_unittest.cc',
66 'trace_event/winheap_dump_provider_win_unittest.cc',