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

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

Issue 1490763006: Fix buffer overflow in trace_event_android.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/BUILD.gn ('k') | base/trace_event/trace_event_android.cc » ('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/common/trace_event_common.h', 7 'trace_event/common/trace_event_common.h',
8 'trace_event/heap_profiler_allocation_context.cc', 8 'trace_event/heap_profiler_allocation_context.cc',
9 'trace_event/heap_profiler_allocation_context.h', 9 'trace_event/heap_profiler_allocation_context.h',
10 'trace_event/heap_profiler_allocation_context_tracker.cc', 10 'trace_event/heap_profiler_allocation_context_tracker.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 ], 94 ],
95 }], 95 }],
96 ['OS == "linux" or OS == "android"', { 96 ['OS == "linux" or OS == "android"', {
97 'trace_event_sources': [ 97 'trace_event_sources': [
98 'trace_event/process_memory_maps_dump_provider.cc', 98 'trace_event/process_memory_maps_dump_provider.cc',
99 ], 99 ],
100 'trace_event_test_sources' : [ 100 'trace_event_test_sources' : [
101 'trace_event/process_memory_maps_dump_provider_unittest.cc', 101 'trace_event/process_memory_maps_dump_provider_unittest.cc',
102 ], 102 ],
103 }], 103 }],
104 ['OS == "android"', {
105 'trace_event_test_sources' : [
106 'trace_event/trace_event_android_unittest.cc',
107 ],
108 }],
104 ], 109 ],
105 }, 110 },
106 } 111 }
OLDNEW
« no previous file with comments | « base/trace_event/BUILD.gn ('k') | base/trace_event/trace_event_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698