Chromium Code Reviews| Index: third_party/WebKit/Source/platform/heap/blink_heap.gypi |
| diff --git a/third_party/WebKit/Source/platform/heap/blink_heap.gypi b/third_party/WebKit/Source/platform/heap/blink_heap.gypi |
| index e6d58f147621663a9eb0c57a8407e41a357e4f7a..39941e479395004b56a6a2ef9b47e4e0e5f4dbf2 100644 |
| --- a/third_party/WebKit/Source/platform/heap/blink_heap.gypi |
| +++ b/third_party/WebKit/Source/platform/heap/blink_heap.gypi |
| @@ -74,8 +74,9 @@ |
| 'WrapperVisitor.h', |
| ], |
| 'platform_heap_test_files': [ |
| - 'HeapTest.cpp', |
| 'BlinkGCMemoryDumpProviderTest.cpp', |
| + 'HeapTest.cpp', |
| + 'PersistentTest.cpp', |
| ], |
| 'conditions': [ |
| ['target_arch == "arm"', { |