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

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

Issue 1419513007: Oilpan: Introduce GCTaskRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/platform/heap/PendingGCRunner.h ('k') | third_party/WebKit/Source/web/WebKit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 61b29bfc1f0799777005d069ef2b121d67e85ef0..34cf42d0169e1d2e51923ac95053b56b7bcbf59a 100644
--- a/third_party/WebKit/Source/platform/heap/blink_heap.gypi
+++ b/third_party/WebKit/Source/platform/heap/blink_heap.gypi
@@ -40,6 +40,7 @@
'CallbackStack.h',
'GCInfo.cpp',
'GCInfo.h',
+ 'GCTaskRunner.h',
'GarbageCollected.h',
'Handle.h',
'Heap.cpp',
@@ -51,11 +52,9 @@
'InlinedGlobalMarkingVisitor.h',
'MarkingVisitor.h',
'MarkingVisitorImpl.h',
- 'MessageLoopInterruptor.h',
'PageMemory.h',
'PagePool.cpp',
'PagePool.h',
- 'PendingGCRunner.h',
'PersistentNode.cpp',
'PersistentNode.h',
'SafePoint.cpp',
« no previous file with comments | « third_party/WebKit/Source/platform/heap/PendingGCRunner.h ('k') | third_party/WebKit/Source/web/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698