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

Unified Diff: src/v8.gyp

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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 37e780aa5723441ee94067660d45c459b0e5d7de..4ef11f16e2ac3c154c72f488304cdee19045d6e1 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1015,10 +1015,10 @@
'profiler/profile-generator.h',
'profiler/sampling-heap-profiler.cc',
'profiler/sampling-heap-profiler.h',
+ 'profiler/simulator-helper.cc',
+ 'profiler/simulator-helper.h',
'profiler/strings-storage.cc',
'profiler/strings-storage.h',
- 'profiler/tick-sample.cc',
- 'profiler/tick-sample.h',
'profiler/unbound-queue-inl.h',
'profiler/unbound-queue.h',
'property-descriptor.cc',

Powered by Google App Engine
This is Rietveld 408576698