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

Side by Side Diff: base/trace_event/trace_event.gypi

Issue 1087733002: Revert "Add option to export tracing events to ETW." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/trace_event/trace_event.h ('k') | base/trace_event/trace_event_etw_export_win.h » ('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 2015 The Chromium Authors. All rights reserved. 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 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 'variables': { 5 'variables': {
6 'trace_event_sources' : [ 6 'trace_event_sources' : [
7 'trace_event/memory_allocator_attributes.h', 7 'trace_event/memory_allocator_attributes.h',
8 'trace_event/memory_allocator_dump.cc', 8 'trace_event/memory_allocator_dump.cc',
9 'trace_event/memory_allocator_dump.h', 9 'trace_event/memory_allocator_dump.h',
10 'trace_event/memory_dump_manager.cc', 10 'trace_event/memory_dump_manager.cc',
11 'trace_event/memory_dump_manager.h', 11 'trace_event/memory_dump_manager.h',
12 'trace_event/memory_dump_provider.cc', 12 'trace_event/memory_dump_provider.cc',
13 'trace_event/memory_dump_provider.h', 13 'trace_event/memory_dump_provider.h',
14 'trace_event/memory_dump_request_args.h', 14 'trace_event/memory_dump_request_args.h',
15 'trace_event/process_memory_dump.cc', 15 'trace_event/process_memory_dump.cc',
16 'trace_event/process_memory_dump.h', 16 'trace_event/process_memory_dump.h',
17 'trace_event/process_memory_maps.cc', 17 'trace_event/process_memory_maps.cc',
18 'trace_event/process_memory_maps.h', 18 'trace_event/process_memory_maps.h',
19 'trace_event/process_memory_maps_dump_provider.cc', 19 'trace_event/process_memory_maps_dump_provider.cc',
20 'trace_event/process_memory_maps_dump_provider.h', 20 'trace_event/process_memory_maps_dump_provider.h',
21 'trace_event/process_memory_totals.cc', 21 'trace_event/process_memory_totals.cc',
22 'trace_event/process_memory_totals.h', 22 'trace_event/process_memory_totals.h',
23 'trace_event/process_memory_totals_dump_provider.cc', 23 'trace_event/process_memory_totals_dump_provider.cc',
24 'trace_event/process_memory_totals_dump_provider.h', 24 'trace_event/process_memory_totals_dump_provider.h',
25 'trace_event/trace_event.h', 25 'trace_event/trace_event.h',
26 'trace_event/trace_event_android.cc', 26 'trace_event/trace_event_android.cc',
27 'trace_event/trace_event_argument.cc', 27 'trace_event/trace_event_argument.cc',
28 'trace_event/trace_event_argument.h', 28 'trace_event/trace_event_argument.h',
29 'trace_event/trace_event_etw_export_win.cc',
30 'trace_event/trace_event_etw_export_win.h',
31 'trace_event/trace_event_impl.cc', 29 'trace_event/trace_event_impl.cc',
32 'trace_event/trace_event_impl.h', 30 'trace_event/trace_event_impl.h',
33 'trace_event/trace_event_impl_constants.cc', 31 'trace_event/trace_event_impl_constants.cc',
34 'trace_event/trace_event_memory.cc', 32 'trace_event/trace_event_memory.cc',
35 'trace_event/trace_event_memory.h', 33 'trace_event/trace_event_memory.h',
36 'trace_event/trace_event_synthetic_delay.cc', 34 'trace_event/trace_event_synthetic_delay.cc',
37 'trace_event/trace_event_synthetic_delay.h', 35 'trace_event/trace_event_synthetic_delay.h',
38 'trace_event/trace_event_system_stats_monitor.cc', 36 'trace_event/trace_event_system_stats_monitor.cc',
39 'trace_event/trace_event_system_stats_monitor.h', 37 'trace_event/trace_event_system_stats_monitor.h',
40 'trace_event/trace_event_win.cc', 38 'trace_event/trace_event_win.cc',
41 'trace_event/trace_event_win.h', 39 'trace_event/trace_event_win.h',
42 ], 40 ],
43 'trace_event_test_sources' : [ 41 'trace_event_test_sources' : [
44 'trace_event/memory_allocator_dump_unittest.cc', 42 'trace_event/memory_allocator_dump_unittest.cc',
45 'trace_event/memory_dump_manager_unittest.cc', 43 'trace_event/memory_dump_manager_unittest.cc',
46 'trace_event/process_memory_maps_dump_provider_unittest.cc', 44 'trace_event/process_memory_maps_dump_provider_unittest.cc',
47 'trace_event/process_memory_totals_dump_provider_unittest.cc', 45 'trace_event/process_memory_totals_dump_provider_unittest.cc',
48 'trace_event/trace_event_argument_unittest.cc', 46 'trace_event/trace_event_argument_unittest.cc',
49 'trace_event/trace_event_memory_unittest.cc', 47 'trace_event/trace_event_memory_unittest.cc',
50 'trace_event/trace_event_synthetic_delay_unittest.cc', 48 'trace_event/trace_event_synthetic_delay_unittest.cc',
51 'trace_event/trace_event_system_stats_monitor_unittest.cc', 49 'trace_event/trace_event_system_stats_monitor_unittest.cc',
52 'trace_event/trace_event_unittest.cc', 50 'trace_event/trace_event_unittest.cc',
53 'trace_event/trace_event_win_unittest.cc', 51 'trace_event/trace_event_win_unittest.cc',
54 ], 52 ],
55 }, 53 },
56 } 54 }
OLDNEW
« no previous file with comments | « base/trace_event/trace_event.h ('k') | base/trace_event/trace_event_etw_export_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698