summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-09-11 06:50:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-11 13:51:44 +0000
commit5747a19cad8feb463125f3c80376d3c535f25523 (patch)
tree1bc808412d73082fa5b8f6ede63c197eeb5653aa /base/base.gypi
parent8ee79634c84a8a26ec2993163cc1d606f656986b (diff)
downloadchromium_src-5747a19cad8feb463125f3c80376d3c535f25523.zip
chromium_src-5747a19cad8feb463125f3c80376d3c535f25523.tar.gz
chromium_src-5747a19cad8feb463125f3c80376d3c535f25523.tar.bz2
Remove clang type profiler and deep memory profiler.
Looks like it's no longer functional and unused. BUG=490464 TBR=jochen Review URL: https://codereview.chromium.org/1331973002 Cr-Commit-Position: refs/heads/master@{#348392}
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/base.gypi b/base/base.gypi
index ea02165..ab1f380 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -18,8 +18,6 @@
'../build/build_config.h',
'allocator/allocator_extension.cc',
'allocator/allocator_extension.h',
- 'allocator/type_profiler_control.cc',
- 'allocator/type_profiler_control.h',
'android/animation_frame_time_histogram.cc',
'android/animation_frame_time_histogram.h',
'android/apk_assets.cc',
@@ -795,8 +793,6 @@
],
['>(nacl_untrusted_build)==1', {
'sources!': [
- 'allocator/type_profiler_control.cc',
- 'allocator/type_profiler_control.h',
'base_paths.cc',
'cpu.cc',
'debug/stack_trace.cc',