Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: third_party/WebKit/Source/platform/heap/blink_heap.gypi

Issue 2091713002: Specialize base::IsWeakReceiver for Blink weak pointers to support base::Bind (1/5) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +#include for build fix Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"', {

Powered by Google App Engine
This is Rietveld 408576698