Index: src/heap/heap.gyp |
diff --git a/test/heap-unittests/heap-unittests.gyp b/src/heap/heap.gyp |
similarity index 93% |
rename from test/heap-unittests/heap-unittests.gyp |
rename to src/heap/heap.gyp |
index 99e638a820707dccb78a257b32817da6c5be6424..2970eb8a43b7d78af308ec2d807c0cb44fad956d 100644 |
--- a/test/heap-unittests/heap-unittests.gyp |
+++ b/src/heap/heap.gyp |
@@ -12,16 +12,15 @@ |
'target_name': 'heap-unittests', |
'type': 'executable', |
'dependencies': [ |
- '../../testing/gmock.gyp:gmock', |
'../../testing/gtest.gyp:gtest', |
+ '../../testing/gtest.gyp:gtest_main', |
'../../tools/gyp/v8.gyp:v8_libplatform', |
], |
'include_dirs': [ |
'../..', |
], |
'sources': [ ### gcmole(all) ### |
- 'heap-unittest.cc', |
- 'heap-unittests.cc', |
+ 'gc-idle-time-handler-unittest.cc', |
], |
'conditions': [ |
['component=="shared_library"', { |