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

Unified Diff: src/v8.gyp

Issue 2137013006: [Tracing] V8 Tracing Controller (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments + remove TraceConfigJSONParser Created 4 years, 5 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 | « src/libplatform/tracing/tracing-controller.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index ad9a7e7c7f3df9f68017acc41d15280d8609959f..1dd3b4d62a5ecee623d0e16461904944701a4655 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -2010,10 +2010,19 @@
],
'sources': [
'../include/libplatform/libplatform.h',
+ '../include/libplatform/v8-tracing.h',
'libplatform/default-platform.cc',
'libplatform/default-platform.h',
'libplatform/task-queue.cc',
'libplatform/task-queue.h',
+ 'libplatform/tracing/trace-buffer.cc',
+ 'libplatform/tracing/trace-buffer.h',
+ 'libplatform/tracing/trace-config.cc',
+ 'libplatform/tracing/trace-config.h',
lpy 2016/07/26 17:36:18 No trace-config.h
fmeawad 2016/07/26 17:56:47 Done.
+ 'libplatform/tracing/trace-object.cc',
+ 'libplatform/tracing/trace-writer.cc',
+ 'libplatform/tracing/trace-writer.h',
+ 'libplatform/tracing/tracing-controller.cc',
'libplatform/worker-thread.cc',
'libplatform/worker-thread.h',
],
« no previous file with comments | « src/libplatform/tracing/tracing-controller.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698