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

Unified Diff: BUILD.gn

Issue 1708573003: [WIP]Create a V8 sampler library and tracing controller. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/v8-sampler.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 e110e188b5cf8a04be0e207c5d20e73d5c3d66ba..5feca73b3589304f6033c970bffcb97778f624bd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -621,7 +621,9 @@ source_set("v8_base") {
"include/v8-experimental.h",
"include/v8-platform.h",
"include/v8-profiler.h",
+ "include/v8-sampler.h",
"include/v8-testing.h",
+ "include/v8-tracing-controller.h",
"include/v8-util.h",
"include/v8-version.h",
"include/v8.h",
@@ -1332,6 +1334,8 @@ source_set("v8_base") {
"src/utils.h",
"src/v8.cc",
"src/v8.h",
+ "src/v8-sampler.cc",
+ "src/v8-tracing-controller.cc"
"src/v8memory.h",
"src/v8threads.cc",
"src/v8threads.h",
« no previous file with comments | « no previous file | include/v8-sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698