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

Unified Diff: BUILD.gn

Issue 2436273002: [Tracing] Implement TracingCategoryObserver. (Closed)
Patch Set: rebase Created 4 years, 2 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 | include/v8-tracing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index bfbc9512a4b49f0b08a2f9130a9a099b508ecbc2..a764a726a21031468c6ab21341339557f7bc1e00 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -852,6 +852,7 @@ v8_source_set("v8_base") {
"include/v8-platform.h",
"include/v8-profiler.h",
"include/v8-testing.h",
+ "include/v8-tracing.h",
"include/v8-util.h",
"include/v8-version.h",
"include/v8.h",
@@ -1674,6 +1675,8 @@ v8_source_set("v8_base") {
"src/tracing/trace-event.h",
"src/tracing/traced-value.cc",
"src/tracing/traced-value.h",
+ "src/tracing/tracing-category-observer.cc",
+ "src/tracing/tracing-category-observer.h",
"src/transitions-inl.h",
"src/transitions.cc",
"src/transitions.h",
« no previous file with comments | « no previous file | include/v8-tracing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698