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

Side by Side Diff: components/metrics.gypi

Issue 1868193003: Store alloc history data in memory leak report protobuf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@leak-history
Patch Set: Add dependency on protobufs to leak detector tests Created 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/metrics 8 # GN version: //components/metrics
9 'target_name': 'metrics', 9 'target_name': 'metrics',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 ], 245 ],
246 }], 246 }],
247 ['chromeos==1', { 247 ['chromeos==1', {
248 'targets': [ 248 'targets': [
249 { 249 {
250 # GN version: //components/metrics:leak_detector 250 # GN version: //components/metrics:leak_detector
251 'target_name': 'metrics_leak_detector', 251 'target_name': 'metrics_leak_detector',
252 'type': 'static_library', 252 'type': 'static_library',
253 'dependencies': [ 253 'dependencies': [
254 '../base/base.gyp:base', 254 '../base/base.gyp:base',
255 'component_metrics_proto',
255 ], 256 ],
256 'sources': [ 257 'sources': [
257 'metrics/leak_detector/call_stack_manager.cc', 258 'metrics/leak_detector/call_stack_manager.cc',
258 'metrics/leak_detector/call_stack_manager.h', 259 'metrics/leak_detector/call_stack_manager.h',
259 'metrics/leak_detector/call_stack_table.cc', 260 'metrics/leak_detector/call_stack_table.cc',
260 'metrics/leak_detector/call_stack_table.h', 261 'metrics/leak_detector/call_stack_table.h',
261 'metrics/leak_detector/custom_allocator.cc', 262 'metrics/leak_detector/custom_allocator.cc',
262 'metrics/leak_detector/custom_allocator.h', 263 'metrics/leak_detector/custom_allocator.h',
263 'metrics/leak_detector/leak_analyzer.cc', 264 'metrics/leak_detector/leak_analyzer.cc',
264 'metrics/leak_detector/leak_analyzer.h', 265 'metrics/leak_detector/leak_analyzer.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 ], 329 ],
329 'sources': [ 330 'sources': [
330 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc', 331 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.cc',
331 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h', 332 'metrics/profiler/ios/ios_tracking_synchronizer_delegate.h',
332 ], 333 ],
333 }, 334 },
334 ], 335 ],
335 }], 336 }],
336 ], 337 ],
337 } 338 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/leak_detector_controller_unittest.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698