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

Unified Diff: BUILD.gn

Issue 988893003: Implement tracing interface for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 1 month 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 | DEPS » ('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 d86b9d19a4d255eaedec9c24e6d1432733e3bb04..d0688932218909193a36f1448b8e1d099b617540 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1268,6 +1268,7 @@ source_set("v8_base") {
"src/strtod.h",
"src/token.cc",
"src/token.h",
+ "src/tracing/trace-event.h",
jochen (gone - plz use gerrit) 2015/11/26 13:28:35 the cc file needs to be added here as well
fmeawad 2015/11/26 15:48:21 Done.
"src/transitions-inl.h",
"src/transitions.cc",
"src/transitions.h",
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698