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

Unified Diff: base/base.gypi

Issue 10411047: Type profiler by intercepting 'new' and 'delete' expressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reflected comments #21,22 Created 8 years, 4 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index dae1669209ddcd33a246407cab9c23ec5717253f..6bfd55d12b3117538a6c6be793d495bc306bbe09 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -21,6 +21,8 @@
'third_party/nspr/prtime.h',
'third_party/nspr/prcpucfg_linux.h',
'third_party/xdg_mime/xdgmime.h',
+ 'allocator/allocated_type_profiler_control.cc',
+ 'allocator/allocated_type_profiler_control.h',
'allocator/allocator_extension.cc',
'allocator/allocator_extension.h',
'android/base_jni_registrar.cc',
@@ -548,6 +550,8 @@
],
['>(nacl_untrusted_build)==1', {
'sources!': [
+ 'allocator/allocated_type_profiler_control.cc',
+ 'allocator/allocated_type_profiler_control.h',
'base_paths.cc',
'command_line.cc',
'cpu.cc',

Powered by Google App Engine
This is Rietveld 408576698