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

Unified Diff: base/trace_event/BUILD.gn

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « base/threading/worker_pool_win.cc ('k') | base/trace_event/etw_manifest/BUILD.gn » ('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 4f3819d479beb9494452b4fcef3cd4fe6958afdf..633ab90ca7cfe4ba239a0737a808e24d3de3fb99 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -6,13 +6,10 @@ 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",
"memory_allocator_dump.h",
"memory_dump_manager.cc",
"memory_dump_manager.h",
- "memory_dump_provider.cc",
"memory_dump_provider.h",
"memory_dump_request_args.h",
"memory_dump_session_state.cc",
@@ -88,7 +85,7 @@ source_set("trace_event") {
source_set("trace_event_unittests") {
testonly = true
sources = [
- "memory_allocator_attributes_type_info_unittest.cc",
+ "java_heap_dump_provider_android_unittest.cc",
"memory_allocator_dump_unittest.cc",
"memory_dump_manager_unittest.cc",
"process_memory_maps_dump_provider_unittest.cc",
« no previous file with comments | « base/threading/worker_pool_win.cc ('k') | base/trace_event/etw_manifest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698