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

Side by Side Diff: base/base.gypi

Issue 1640223002: profiler: cleanup unused alternate_timer code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: doc Created 4 years, 10 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/BUILD.gn ('k') | base/profiler/alternate_timer.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'process/process_metrics_freebsd.cc', 513 'process/process_metrics_freebsd.cc',
514 'process/process_metrics_ios.cc', 514 'process/process_metrics_ios.cc',
515 'process/process_metrics_linux.cc', 515 'process/process_metrics_linux.cc',
516 'process/process_metrics_mac.cc', 516 'process/process_metrics_mac.cc',
517 'process/process_metrics_nacl.cc', 517 'process/process_metrics_nacl.cc',
518 'process/process_metrics_openbsd.cc', 518 'process/process_metrics_openbsd.cc',
519 'process/process_metrics_posix.cc', 519 'process/process_metrics_posix.cc',
520 'process/process_metrics_win.cc', 520 'process/process_metrics_win.cc',
521 'process/process_posix.cc', 521 'process/process_posix.cc',
522 'process/process_win.cc', 522 'process/process_win.cc',
523 'profiler/alternate_timer.cc',
524 'profiler/alternate_timer.h',
525 'profiler/native_stack_sampler.cc', 523 'profiler/native_stack_sampler.cc',
526 'profiler/native_stack_sampler.h', 524 'profiler/native_stack_sampler.h',
527 'profiler/native_stack_sampler_posix.cc', 525 'profiler/native_stack_sampler_posix.cc',
528 'profiler/native_stack_sampler_win.cc', 526 'profiler/native_stack_sampler_win.cc',
529 'profiler/scoped_profile.cc', 527 'profiler/scoped_profile.cc',
530 'profiler/scoped_profile.h', 528 'profiler/scoped_profile.h',
531 'profiler/scoped_tracker.cc', 529 'profiler/scoped_tracker.cc',
532 'profiler/scoped_tracker.h', 530 'profiler/scoped_tracker.h',
533 'profiler/stack_sampling_profiler.cc', 531 'profiler/stack_sampling_profiler.cc',
534 'profiler/stack_sampling_profiler.h', 532 'profiler/stack_sampling_profiler.h',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 'i18n/time_formatting.h', 1055 'i18n/time_formatting.h',
1058 'i18n/timezone.cc', 1056 'i18n/timezone.cc',
1059 'i18n/timezone.h', 1057 'i18n/timezone.h',
1060 'i18n/utf8_validator_tables.cc', 1058 'i18n/utf8_validator_tables.cc',
1061 'i18n/utf8_validator_tables.h', 1059 'i18n/utf8_validator_tables.h',
1062 ], 1060 ],
1063 }] 1061 }]
1064 ], 1062 ],
1065 }, 1063 },
1066 } 1064 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/profiler/alternate_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698