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

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 maruel's comment. Ready for review. 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 7d2544443c8e65f0fe06143cdd484c33225ac2c4..3fd6712befcb5f7a56d41e2c212326a9ce0e51b7 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',
@@ -547,6 +549,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