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

Unified Diff: base/base_nacl.gyp

Issue 1831763003: Reland: add dump provider for malloc heap profiler (https://codereview.chromium.org/1675183006/) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Diff from original cl Created 4 years, 9 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_nacl.gyp
diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp
index 27135650668613b71d814ca222eaf1b0e663ffbc..30763d481304198ce51e593fa1dc8b1ecf0af0d7 100644
--- a/base/base_nacl.gyp
+++ b/base/base_nacl.gyp
@@ -40,6 +40,7 @@
],
},
'dependencies': [
+ 'allocator/allocator.gyp:allocator_features#target',
'base.gyp:base_debugging_flags',
'base.gyp:base_build_date',
],
@@ -64,6 +65,7 @@
],
},
'dependencies': [
+ 'allocator/allocator.gyp:allocator_features#target',
'base.gyp:base_build_date',
'../third_party/icu/icu_nacl.gyp:icudata_nacl',
'../third_party/icu/icu_nacl.gyp:icui18n_nacl',
@@ -119,6 +121,7 @@
'rand_util_nacl.cc',
],
'dependencies': [
+ 'allocator/allocator.gyp:allocator_features#target',
'base.gyp:base_debugging_flags',
'base.gyp:base_build_date',
'third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi',
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_allocation_context_tracker.h » ('j') | base/trace_event/malloc_dump_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698