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

Unified Diff: BUILD.gn

Issue 988893003: Implement tracing interface for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove v8-tracing in favor of v8-platform, make passing Isolate* explicit, still WIP Created 5 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 | build/standalone.gypi » ('j') | include/v8-platform.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8946d2a0067df254664f8c7a6ee9202ba8d04342..62a2846a6de79403e73beda933cb186cea2327ca 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1229,6 +1229,7 @@ source_set("v8_base") {
"src/strtod.h",
"src/token.cc",
"src/token.h",
+ "src/tracing/trace-event.h",
"src/transitions-inl.h",
"src/transitions.cc",
"src/transitions.h",
« no previous file with comments | « no previous file | build/standalone.gypi » ('j') | include/v8-platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698