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

Unified Diff: Source/wtf/wtf.gypi

Issue 87983002: Add WTF::DiscardableMemory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update comment Created 7 years, 1 month 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/WTFPlatform.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 8f84afcef0b55bbc8eae264167c9fb8ee980faf1..c6851211c407922f65c4705013810ba1530b4641 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -38,6 +38,7 @@
'DecimalNumber.cpp',
'DecimalNumber.h',
'Deque.h',
+ 'DiscardableMemory.h',
'DoublyLinkedList.h',
'DynamicAnnotations.cpp',
'DynamicAnnotations.h',
@@ -144,6 +145,8 @@
'WTF.cpp',
'WTF.h',
'WTFExport.h',
+ 'WTFPlatform.cpp',
+ 'WTFPlatform.h',
'WTFThreadData.cpp',
'WTFThreadData.h',
'WeakPtr.h',
« no previous file with comments | « Source/wtf/WTFPlatform.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698