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

Unified Diff: Source/wtf/wtf.gypi

Issue 251163002: Deinline PartitionAlloc from DefaultAllocator to reduce code size (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@dummy
Patch Set: fix linking by properly exporting symbols Created 6 years, 8 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/wtf/DefaultAllocator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index cdbcfdd06d184f16680b5e41b61621764e367294..984482fa53bbbc98d978afb05a3759119674a7c5 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -37,6 +37,7 @@
'DateMath.h',
'DecimalNumber.cpp',
'DecimalNumber.h',
+ 'DefaultAllocator.cpp',
'DefaultAllocator.h',
'Deque.h',
'DoublyLinkedList.h',
« no previous file with comments | « Source/wtf/DefaultAllocator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698