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

Unified Diff: src/v8.gyp

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: fixed gcmole issue Created 4 years, 1 month 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/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 229dfc8e3a936e3fbeb973aa87833a1ca29a7466..5402378ecc5cc49746dc366c839e5d2274b5c419 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -710,8 +710,8 @@
'compiler/simplified-operator-reducer.h',
'compiler/simplified-operator.cc',
'compiler/simplified-operator.h',
- 'compiler/source-position.cc',
- 'compiler/source-position.h',
+ 'compiler/compiler-source-position-table.cc',
+ 'compiler/compiler-source-position-table.h',
'compiler/state-values-utils.cc',
'compiler/state-values-utils.h',
'compiler/store-store-elimination.cc',
@@ -1199,6 +1199,7 @@
'snapshot/startup-serializer.h',
'source-position-table.cc',
'source-position-table.h',
+ 'source-position.cc',
'source-position.h',
'splay-tree.h',
'splay-tree-inl.h',

Powered by Google App Engine
This is Rietveld 408576698