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

Unified Diff: BUILD.gn

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 | « no previous file | src/tracing/traced-value.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 e736f99430356e0696442d7ae2c7e69cc396df93..931f80fb299c32cdf6ac3c79c37a4d4483f0dbed 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1640,6 +1640,8 @@ v8_source_set("v8_base") {
"src/strtod.h",
"src/tracing/trace-event.cc",
"src/tracing/trace-event.h",
+ "src/tracing/traced-value.cc",
+ "src/tracing/traced-value.h",
"src/transitions-inl.h",
"src/transitions.cc",
"src/transitions.h",
« no previous file with comments | « no previous file | src/tracing/traced-value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698