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

Unified Diff: Source/wtf/wtf.gypi

Issue 21666003: Enhancements to PartitionAlloc to support threading and arbitrary allocation sizes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments. Created 7 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/wtf/SpinLockTest.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 343d9373f19ac9b399a181aad5cf7d2610326898..245126168c4021e51884acd7f4ea1d8f5d6cd2af 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -112,6 +112,7 @@
'SHA1.h',
'SaturatedArithmetic.h',
'SizeLimits.cpp',
+ 'SpinLock.h',
'StaticConstructors.h',
'StdLibExtras.h',
'StringExtras.h',
@@ -213,6 +214,7 @@
'wtf_unittest_files': [
'PartitionAllocTest.cpp',
'SHA1Test.cpp',
+ 'SpinLockTest.cpp',
'testing/WTFTestHelpers.h',
'tests/CString.cpp',
'tests/CheckedArithmeticOperations.cpp',
« no previous file with comments | « Source/wtf/SpinLockTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698