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

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: Fix memory leak Created 4 years, 4 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/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 0fdea4312478e5fb2245905f179c247d56e438ea..ee560ae04f7a3b2fb864f54ed98e96eff6e94e3a 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -179,6 +179,7 @@
],
'include_dirs+': [
'..',
+ '<(DEPTH)',
],
'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',
@@ -2355,6 +2358,7 @@
'dependencies': ['v8_base', 'v8_nosnapshot', 'v8_libplatform'],
'include_dirs+': [
'..',
+ '<(DEPTH)',
],
'sources': [
'snapshot/mksnapshot.cc',
« no previous file with comments | « src/tracing/trace-event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698