Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index c462fdee6754e19d76b1064825131e950b42e7d1..09eb83051ca753142076004daea20b7e75c96efc 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -522,8 +522,6 @@ |
'../../src/compiler/js-frame-specialization.h', |
'../../src/compiler/js-generic-lowering.cc', |
'../../src/compiler/js-generic-lowering.h', |
- '../../src/compiler/js-global-specialization.cc', |
- '../../src/compiler/js-global-specialization.h', |
'../../src/compiler/js-graph.cc', |
'../../src/compiler/js-graph.h', |
'../../src/compiler/js-inlining.cc', |
@@ -532,6 +530,8 @@ |
'../../src/compiler/js-inlining-heuristic.h', |
'../../src/compiler/js-intrinsic-lowering.cc', |
'../../src/compiler/js-intrinsic-lowering.h', |
+ '../../src/compiler/js-native-context-specialization.cc', |
+ '../../src/compiler/js-native-context-specialization.h', |
'../../src/compiler/js-operator.cc', |
'../../src/compiler/js-operator.h', |
'../../src/compiler/js-type-feedback.cc', |