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

Unified Diff: src/v8.gyp

Issue 2221853002: Revert of [Tracing] Embed V8 runtime call stats into tracing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 3f0bb2a10f4efd33aacdc759fecab96459bf7fa6..c9097656efabdbab77284a4a460bb1c178c52a57 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -179,7 +179,6 @@
],
'include_dirs+': [
'..',
- '<(DEPTH)',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
@@ -238,7 +237,6 @@
],
'include_dirs+': [
'..',
- '<(DEPTH)',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
@@ -301,7 +299,6 @@
],
'include_dirs+': [
'..',
- '<(DEPTH)',
],
'sources': [
'snapshot/natives-external.cc',
@@ -2354,7 +2351,6 @@
'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