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

Unified Diff: base/trace_event/BUILD.gn

Issue 1050233004: Adding dump provider for dumping java heap sizes on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. Created 5 years, 8 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 | « no previous file | base/trace_event/java_heap_dump_provider_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index db5509e20045b77b304372dd4e0ccc83fa04d901..3e12e05f91d1f3baeefc10c5bca396984c3f4937 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -4,6 +4,8 @@
source_set("trace_event") {
sources = [
+ "java_heap_dump_provider_android.cc",
+ "java_heap_dump_provider_android.h",
"memory_allocator_attributes_type_info.cc",
"memory_allocator_attributes_type_info.h",
"memory_allocator_dump.cc",
« no previous file with comments | « no previous file | base/trace_event/java_heap_dump_provider_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698