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

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 the comments #17-#19. 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 031e3eaae55807f794c78c3f6a4173a6b0417f10..8a29b29d3eb94b847c845ac5954ff5f4642acfc0 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_control.cc',
+ 'allocator/allocated_type_control.h',
'allocator/allocator_extension.cc',
'allocator/allocator_extension.h',
'android/base_jni_registrar.cc',
@@ -546,6 +548,8 @@
],
['>(nacl_untrusted_build)==1', {
'sources!': [
+ 'allocator/allocated_type_control.cc',
+ 'allocator/allocated_type_control.h',
'base_paths.cc',
'command_line.cc',
'cpu.cc',

Powered by Google App Engine
This is Rietveld 408576698