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

Unified Diff: base/base.gypi

Issue 1331973002: Remove clang type profiler and deep memory profiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/allocator/type_profiler_unittest.cc ('k') | base/process/launch_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index ea021653259c56bc5f5e8285b5a00e44490b5bec..ab1f3805df5d918f9532dc18f4507df4db481c58 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',
« no previous file with comments | « base/allocator/type_profiler_unittest.cc ('k') | base/process/launch_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698