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

Unified Diff: src/d8.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
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index e60b01f8c847145c9c8c4d4875eb654151dace60..cc65a5b75a6c290e2bc36caaee857c3a852ea58d 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -44,6 +44,7 @@
# Generated source files need this explicitly:
'include_dirs+': [
'..',
+ '<(DEPTH)',
Camillo Bruni 2016/07/27 08:29:07 We manually specify includes for each file, so I'm
lpy 2016/07/27 19:58:37 This is for correctly including the trace_event_co
],
'sources': [
'd8.h',

Powered by Google App Engine
This is Rietveld 408576698