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

Unified Diff: BUILD.gn

Issue 2105943002: Expose TickSample and its APIs in v8-profiler.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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-profiler.h » ('j') | src/api.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 466fac63cce2be51c68e85965eb925167010be55..9ae322bd415158191917eab2add5291f80e61a6d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1344,10 +1344,10 @@ v8_source_set("v8_base") {
"src/profiler/profiler-listener.h",
"src/profiler/sampling-heap-profiler.cc",
"src/profiler/sampling-heap-profiler.h",
+ "src/profiler/simulator-helper.cc",
+ "src/profiler/simulator-helper.h",
"src/profiler/strings-storage.cc",
"src/profiler/strings-storage.h",
- "src/profiler/tick-sample.cc",
- "src/profiler/tick-sample.h",
"src/profiler/unbound-queue-inl.h",
"src/profiler/unbound-queue.h",
"src/property-descriptor.cc",
« no previous file with comments | « no previous file | include/v8-profiler.h » ('j') | src/api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698