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

Unified Diff: src/v8.gyp

Issue 2399463004: [tracing] Add support for TracedValue JSON serializer. (Closed)
Patch Set: addressing nits 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/traced-value.cc ('k') | test/cctest/BUILD.gn » ('j') | 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 ba93435f94ef74edc9225c051c267b75bfd9bce7..fc1573d7189df6ee4133ddb44d84a01fa6fef46f 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1210,6 +1210,8 @@
'ic/stub-cache.h',
'tracing/trace-event.cc',
'tracing/trace-event.h',
+ 'tracing/traced-value.cc',
+ 'tracing/traced-value.h',
'transitions-inl.h',
'transitions.cc',
'transitions.h',
« no previous file with comments | « src/tracing/traced-value.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698