Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 8ebca3079600a49d0dcc5c5493dcbb74610dbba1..445c0c8f2c577f931a2b02988d498d110c63521d 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -954,8 +954,6 @@ source_set("v8_base") { |
"src/heap/heap-inl.h", |
"src/heap/heap.cc", |
"src/heap/heap.h", |
- "src/heap/identity-map.cc", |
- "src/heap/identity-map.h", |
"src/heap/incremental-marking.cc", |
"src/heap/incremental-marking.h", |
"src/heap/mark-compact-inl.h", |
@@ -1043,6 +1041,8 @@ source_set("v8_base") { |
"src/ic/ic-compiler.h", |
"src/ic/stub-cache.cc", |
"src/ic/stub-cache.h", |
+ "src/identity-map.cc", |
+ "src/identity-map.h", |
"src/interface-descriptors.cc", |
"src/interface-descriptors.h", |
"src/interpreter/bytecodes.cc", |