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

Unified Diff: base/BUILD.gn

Issue 455833004: base: Factor task debug annotations out of MessageLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Documentation. Created 6 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/message_loop/message_loop.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 97588b665036c3201dcd12131cad1249ff95ba61..32d10b3cae421dc1894a959b3acfb648c9fe232e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -152,6 +152,8 @@ component("base") {
"debug/stack_trace_android.cc",
"debug/stack_trace_posix.cc",
"debug/stack_trace_win.cc",
+ "debug/task_annotator.cc",
+ "debug/task_annotator.h",
"debug/trace_event.h",
"debug/trace_event_android.cc",
"debug/trace_event_argument.cc",
@@ -1075,6 +1077,7 @@ test("base_unittests") {
"debug/leak_tracker_unittest.cc",
"debug/proc_maps_linux_unittest.cc",
"debug/stack_trace_unittest.cc",
+ "debug/task_annotator_unittest.cc",
"debug/trace_event_argument_unittest.cc",
"debug/trace_event_memory_unittest.cc",
"debug/trace_event_synthetic_delay_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/message_loop/message_loop.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698