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

Unified Diff: src/v8.gyp

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 | « src/tracing/tracing-category-observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 1d131a7be2509826c97783c5277583a96f609462..235d06129b7e8d1f0a4d8072702dca96aa24ed29 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -392,6 +392,7 @@
'../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',
@@ -1214,6 +1215,8 @@
'tracing/trace-event.h',
'tracing/traced-value.cc',
'tracing/traced-value.h',
+ 'tracing/tracing-category-observer.cc',
+ 'tracing/tracing-category-observer.h',
'transitions-inl.h',
'transitions.cc',
'transitions.h',
« no previous file with comments | « src/tracing/tracing-category-observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698