Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index 097847ee39c5c4320e677a319b67de68ff976f56..729ec36da88445450033097f78d9c2ad1d49c0c2 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -557,6 +557,8 @@ |
'../../src/heap/mark-compact-inl.h', |
'../../src/heap/mark-compact.cc', |
'../../src/heap/mark-compact.h', |
+ '../../src/heap/objects-visiting.cc', |
Michael Starzinger
2014/08/06 11:35:29
nit: Can we add the "-inl.h" file as well?
Hannes Payer (out of office)
2014/08/07 11:12:03
Done.
|
+ '../../src/heap/objects-visiting.h', |
'../../src/heap/spaces-inl.h', |
'../../src/heap/spaces.cc', |
'../../src/heap/spaces.h', |
@@ -660,8 +662,6 @@ |
'../../src/objects-debug.cc', |
'../../src/objects-inl.h', |
'../../src/objects-printer.cc', |
- '../../src/objects-visiting.cc', |
- '../../src/objects-visiting.h', |
'../../src/objects.cc', |
'../../src/objects.h', |
'../../src/optimizing-compiler-thread.cc', |