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

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

Issue 1220253004: Implement a fast buffer allocator for Vector, HashTable and StringBuilder Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/platform/heap/ThreadState.cpp ('k') | Source/platform/testing/RunAllTests.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/blink_heap.gypi
diff --git a/Source/platform/heap/blink_heap.gypi b/Source/platform/heap/blink_heap.gypi
index ad39d64ed7a7d1a8e23f45d586eb503cdca2db4c..7bf31867cbf57113b3c3c7cb888502d1e116c74f 100644
--- a/Source/platform/heap/blink_heap.gypi
+++ b/Source/platform/heap/blink_heap.gypi
@@ -33,6 +33,8 @@
'platform_heap_files': [
'BlinkGCMemoryDumpProvider.cpp',
'BlinkGCMemoryDumpProvider.h',
+ 'BufferAllocator.cpp',
+ 'BufferAllocator.h',
'CallbackStack.cpp',
'CallbackStack.h',
'GCInfo.cpp',
« no previous file with comments | « Source/platform/heap/ThreadState.cpp ('k') | Source/platform/testing/RunAllTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698