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

Unified Diff: base/BUILD.gn

Issue 2159323002: Add tracing AutoOpenCloseEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: create the AutoOpenCloseEvent when you use it Created 4 years, 3 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/auto_open_close_event.h » ('j') | media/blink/video_frame_compositor.cc » ('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 f764c0aa1157b405548d94dc31ab2d2be9be4b02..66aea38d2242c319e9bfd904173975aed7bd4bdd 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -899,6 +899,8 @@ component("base") {
"timer/mock_timer.h",
"timer/timer.cc",
"timer/timer.h",
+ "trace_event/auto_open_close_event.cc",
+ "trace_event/auto_open_close_event.h",
"trace_event/blame_context.cc",
"trace_event/blame_context.h",
"trace_event/common/trace_event_common.h",
« no previous file with comments | « no previous file | base/trace_event/auto_open_close_event.h » ('j') | media/blink/video_frame_compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698