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

Unified Diff: BUILD.gn

Issue 499483002: [WIP] A sampler thread in d8 for consuming the new API. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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/v8-sampler.h » ('j') | include/v8-sampler.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 18e5ef21ff4c8d99f329ea20ae184a43bf874ad3..ad5c6bb86c3b46a2361d8ec191c5f9d58907bff6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -708,6 +708,8 @@ source_set("v8_base") {
"src/runtime.h",
"src/safepoint-table.cc",
"src/safepoint-table.h",
+ "src/sampler-thread.cc",
+ "src/sampler-thread.h",
"src/sampler.cc",
"src/sampler.h",
"src/scanner-character-streams.cc",
« no previous file with comments | « no previous file | include/v8-sampler.h » ('j') | include/v8-sampler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698