summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorprimiano <primiano@chromium.org>2016-02-03 10:53:11 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 18:54:31 +0000
commitbc5681f5a8d1db9c8a9d654531e1008b6065dbdd (patch)
treec708df663f5bd230c1ef4ea4e081061825cc36ce /base/base.gypi
parentb1b56bd1db49796614e716dfde0a4c1c5afaa95d (diff)
downloadchromium_src-bc5681f5a8d1db9c8a9d654531e1008b6065dbdd.zip
chromium_src-bc5681f5a8d1db9c8a9d654531e1008b6065dbdd.tar.gz
chromium_src-bc5681f5a8d1db9c8a9d654531e1008b6065dbdd.tar.bz2
profiler: cleanup unused alternate_timer code
crrev.com/1632253002 removed the only client of alternate_timer.h This CL removes the unreachable paths in the profiler code which were there just to support alternate_timer (concretelly TCMALLOC). BUG=564618 Review URL: https://codereview.chromium.org/1640223002 Cr-Commit-Position: refs/heads/master@{#373286}
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/base.gypi b/base/base.gypi
index db52b13..36730af 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -522,8 +522,6 @@
'process/process_metrics_win.cc',
'process/process_posix.cc',
'process/process_win.cc',
- 'profiler/alternate_timer.cc',
- 'profiler/alternate_timer.h',
'profiler/native_stack_sampler.cc',
'profiler/native_stack_sampler.h',
'profiler/native_stack_sampler_posix.cc',