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

Unified Diff: tools/gyp/v8.gyp

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 | « test/cctest/test-cpu-profiler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 806f3fa5d1c99d57e092289a1aa6de6891f9ee26..af73ae700ed49649a925eb12642ab96ebb9e33a3 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -442,7 +442,9 @@
'../../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',
@@ -1158,6 +1160,8 @@
'../../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 | « test/cctest/test-cpu-profiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698