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

Unified Diff: src/v8.gyp

Issue 2187693002: [Tracing] Embed V8 runtime call stats into tracing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« src/tracing/trace-event.cc ('K') | « src/tracing/trace-event.cc ('k') | no next file » | 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..a6788173dd97f43812a5c1968e60225bc351f483 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -179,6 +179,7 @@
],
'include_dirs+': [
'..',
+ '<(DEPTH)',
Camillo Bruni 2016/07/27 08:29:07 please manually specify the new files you want to
lpy 2016/07/27 19:58:38 This is for correctly including the trace_event_co
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
@@ -237,6 +238,7 @@
],
'include_dirs+': [
'..',
+ '<(DEPTH)',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
@@ -299,6 +301,7 @@
],
'include_dirs+': [
'..',
+ '<(DEPTH)',
],
'sources': [
'snapshot/natives-external.cc',
@@ -2347,6 +2350,7 @@
'dependencies': ['v8_base', 'v8_nosnapshot', 'v8_libplatform'],
'include_dirs+': [
'..',
+ '<(DEPTH)',
],
'sources': [
'snapshot/mksnapshot.cc',
« src/tracing/trace-event.cc ('K') | « src/tracing/trace-event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698