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

Unified Diff: base/BUILD.gn

Issue 1776673002: base: Add blame context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split into BlameContext and TracedBlameContext. 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
« no previous file with comments | « no previous file | base/test/trace_event_analyzer.h » ('j') | base/test/trace_event_analyzer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 30380c8edee297e13c594e17acaea7874b96b1ff..11f4ad7debc4e900e298cbf77c67eaa79524e8cb 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -847,6 +847,7 @@ component("base") {
"timer/mock_timer.h",
"timer/timer.cc",
"timer/timer.h",
+ "trace_event/blame_context.h",
"trace_event/common/trace_event_common.h",
"trace_event/heap_profiler_allocation_context.cc",
"trace_event/heap_profiler_allocation_context.h",
@@ -904,6 +905,8 @@ component("base") {
"trace_event/trace_log_constants.cc",
"trace_event/trace_sampling_thread.cc",
"trace_event/trace_sampling_thread.h",
+ "trace_event/traced_blame_context.cc",
+ "trace_event/traced_blame_context.h",
"trace_event/tracing_agent.cc",
"trace_event/tracing_agent.h",
"trace_event/winheap_dump_provider_win.cc",
@@ -1851,6 +1854,7 @@ test("base_unittests") {
"trace_event/trace_event_synthetic_delay_unittest.cc",
"trace_event/trace_event_system_stats_monitor_unittest.cc",
"trace_event/trace_event_unittest.cc",
+ "trace_event/traced_blame_context_unittest.cc",
"trace_event/winheap_dump_provider_win_unittest.cc",
"tracked_objects_unittest.cc",
"tuple_unittest.cc",
« no previous file with comments | « no previous file | base/test/trace_event_analyzer.h » ('j') | base/test/trace_event_analyzer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698