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

Unified Diff: BUILD.gn

Issue 2190973003: [Tracing] V8 Tracing Controller - Add args and copy support (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Use V8_INLINE static for non-class functions Created 4 years, 4 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 | include/libplatform/v8-tracing.h » ('j') | src/libplatform/tracing/trace-object.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 857f4e94043eac23db86b9bf9bbfaaa1b04a9b27..defdaa1573a838e3f1f2b446919d36da45ffcfd6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2113,6 +2113,7 @@ v8_source_set("v8_libbase") {
v8_source_set("v8_libplatform") {
sources = [
+ "//base/trace_event/common/trace_event_common.h",
"include/libplatform/libplatform.h",
"include/libplatform/v8-tracing.h",
"src/libplatform/default-platform.cc",
« no previous file with comments | « no previous file | include/libplatform/v8-tracing.h » ('j') | src/libplatform/tracing/trace-object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698