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

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

Issue 2006943003: [tracing] Sanitize process memory dumps for background mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@whitelist_mdp
Patch Set: Fix stripping. Created 4 years, 6 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
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/blame_context.cc', 7 'trace_event/blame_context.cc',
8 'trace_event/blame_context.h', 8 'trace_event/blame_context.h',
9 'trace_event/common/trace_event_common.h', 9 'trace_event/common/trace_event_common.h',
10 'trace_event/heap_profiler.h', 10 'trace_event/heap_profiler.h',
(...skipping 17 matching lines...) Expand all
28 'trace_event/memory_allocator_dump.h', 28 'trace_event/memory_allocator_dump.h',
29 'trace_event/memory_allocator_dump_guid.cc', 29 'trace_event/memory_allocator_dump_guid.cc',
30 'trace_event/memory_allocator_dump_guid.h', 30 'trace_event/memory_allocator_dump_guid.h',
31 'trace_event/memory_dump_manager.cc', 31 'trace_event/memory_dump_manager.cc',
32 'trace_event/memory_dump_manager.h', 32 'trace_event/memory_dump_manager.h',
33 'trace_event/memory_dump_provider.h', 33 'trace_event/memory_dump_provider.h',
34 'trace_event/memory_dump_request_args.cc', 34 'trace_event/memory_dump_request_args.cc',
35 'trace_event/memory_dump_request_args.h', 35 'trace_event/memory_dump_request_args.h',
36 'trace_event/memory_dump_session_state.cc', 36 'trace_event/memory_dump_session_state.cc',
37 'trace_event/memory_dump_session_state.h', 37 'trace_event/memory_dump_session_state.h',
38 'trace_event/memory_infra_background_whitelist.cc',
39 'trace_event/memory_infra_background_whitelist.h',
38 'trace_event/process_memory_dump.cc', 40 'trace_event/process_memory_dump.cc',
39 'trace_event/process_memory_dump.h', 41 'trace_event/process_memory_dump.h',
40 'trace_event/process_memory_maps.cc', 42 'trace_event/process_memory_maps.cc',
41 'trace_event/process_memory_maps.h', 43 'trace_event/process_memory_maps.h',
42 'trace_event/process_memory_totals.cc', 44 'trace_event/process_memory_totals.cc',
43 'trace_event/process_memory_totals.h', 45 'trace_event/process_memory_totals.h',
44 'trace_event/trace_buffer.cc', 46 'trace_event/trace_buffer.cc',
45 'trace_event/trace_buffer.h', 47 'trace_event/trace_buffer.h',
46 'trace_event/trace_config.cc', 48 'trace_event/trace_config.cc',
47 'trace_event/trace_config.h', 49 'trace_event/trace_config.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 ], 98 ],
97 }], 99 }],
98 ['OS == "android"', { 100 ['OS == "android"', {
99 'trace_event_test_sources' : [ 101 'trace_event_test_sources' : [
100 'trace_event/trace_event_android_unittest.cc', 102 'trace_event/trace_event_android_unittest.cc',
101 ], 103 ],
102 }], 104 }],
103 ], 105 ],
104 }, 106 },
105 } 107 }
OLDNEW
« no previous file with comments | « base/trace_event/process_memory_dump_unittest.cc ('k') | base/trace_event/winheap_dump_provider_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698