blob: b595004da62286aa53a4a3c19ebe793283891102 [file] [log] [blame]
Alhaad Gokhale4f513072015-03-24 10:49:34 -07001# 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.
4{
5 'variables': {
6 'trace_event_sources' : [
James Robinson0fae0002015-05-05 16:31:51 -07007 'trace_event/java_heap_dump_provider_android.cc',
8 'trace_event/java_heap_dump_provider_android.h',
Alhaad Gokhale4f513072015-03-24 10:49:34 -07009 'trace_event/memory_allocator_dump.cc',
10 'trace_event/memory_allocator_dump.h',
Viet-Trung Luu235cf3d2015-06-11 10:01:25 -070011 'trace_event/memory_allocator_dump_guid.cc',
12 'trace_event/memory_allocator_dump_guid.h',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070013 'trace_event/memory_dump_manager.cc',
14 'trace_event/memory_dump_manager.h',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070015 'trace_event/memory_dump_provider.h',
James Robinson0fae0002015-05-05 16:31:51 -070016 'trace_event/memory_dump_request_args.h',
17 'trace_event/memory_dump_session_state.cc',
18 'trace_event/memory_dump_session_state.h',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070019 'trace_event/process_memory_dump.cc',
20 'trace_event/process_memory_dump.h',
21 'trace_event/process_memory_maps.cc',
22 'trace_event/process_memory_maps.h',
23 'trace_event/process_memory_maps_dump_provider.cc',
24 'trace_event/process_memory_maps_dump_provider.h',
25 'trace_event/process_memory_totals.cc',
26 'trace_event/process_memory_totals.h',
27 'trace_event/process_memory_totals_dump_provider.cc',
28 'trace_event/process_memory_totals_dump_provider.h',
Viet-Trung Luu235cf3d2015-06-11 10:01:25 -070029 'trace_event/trace_config.cc',
30 'trace_event/trace_config.h',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070031 'trace_event/trace_event.h',
32 'trace_event/trace_event_android.cc',
33 'trace_event/trace_event_argument.cc',
34 'trace_event/trace_event_argument.h',
James Robinson0fae0002015-05-05 16:31:51 -070035 'trace_event/trace_event_etw_export_win.cc',
36 'trace_event/trace_event_etw_export_win.h',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070037 'trace_event/trace_event_impl.cc',
38 'trace_event/trace_event_impl.h',
39 'trace_event/trace_event_impl_constants.cc',
40 'trace_event/trace_event_memory.cc',
41 'trace_event/trace_event_memory.h',
42 'trace_event/trace_event_synthetic_delay.cc',
43 'trace_event/trace_event_synthetic_delay.h',
44 'trace_event/trace_event_system_stats_monitor.cc',
45 'trace_event/trace_event_system_stats_monitor.h',
46 'trace_event/trace_event_win.cc',
47 'trace_event/trace_event_win.h',
James Robinson0fae0002015-05-05 16:31:51 -070048 'trace_event/winheap_dump_provider_win.cc',
49 'trace_event/winheap_dump_provider_win.h',
50 ],
51 'conditions': [
52 ['OS == "linux" or OS == "android"', {
53 'trace_event_sources': [
54 'trace_event/malloc_dump_provider.cc',
55 'trace_event/malloc_dump_provider.h',
56 ],
57 }],
Alhaad Gokhale4f513072015-03-24 10:49:34 -070058 ],
59 'trace_event_test_sources' : [
James Robinsonf19b1022015-05-05 18:12:15 -070060 'trace_event/java_heap_dump_provider_android_unittest.cc',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070061 'trace_event/memory_allocator_dump_unittest.cc',
62 'trace_event/memory_dump_manager_unittest.cc',
Viet-Trung Luu235cf3d2015-06-11 10:01:25 -070063 'trace_event/process_memory_dump_unittest.cc',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070064 'trace_event/process_memory_maps_dump_provider_unittest.cc',
65 'trace_event/process_memory_totals_dump_provider_unittest.cc',
Viet-Trung Luu235cf3d2015-06-11 10:01:25 -070066 'trace_event/trace_config_unittest.cc',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070067 'trace_event/trace_event_argument_unittest.cc',
68 'trace_event/trace_event_memory_unittest.cc',
69 'trace_event/trace_event_synthetic_delay_unittest.cc',
70 'trace_event/trace_event_system_stats_monitor_unittest.cc',
71 'trace_event/trace_event_unittest.cc',
72 'trace_event/trace_event_win_unittest.cc',
James Robinson0fae0002015-05-05 16:31:51 -070073 'trace_event/winheap_dump_provider_win_unittest.cc',
Alhaad Gokhale4f513072015-03-24 10:49:34 -070074 ],
75 },
76}