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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1303203002: Add MemoryPurgeController (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: export 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'LifecycleNotifier.h', 63 'LifecycleNotifier.h',
64 'LifecycleObserver.h', 64 'LifecycleObserver.h',
65 'LinkHash.cpp', 65 'LinkHash.cpp',
66 'LinkHash.h', 66 'LinkHash.h',
67 'Logging.cpp', 67 'Logging.cpp',
68 'Logging.h', 68 'Logging.h',
69 'MIMETypeFromURL.cpp', 69 'MIMETypeFromURL.cpp',
70 'MIMETypeFromURL.h', 70 'MIMETypeFromURL.h',
71 'MIMETypeRegistry.cpp', 71 'MIMETypeRegistry.cpp',
72 'MIMETypeRegistry.h', 72 'MIMETypeRegistry.h',
73 'MemoryPurgeController.cpp',
74 'MemoryPurgeController.h',
73 'NotImplemented.cpp', 75 'NotImplemented.cpp',
74 'NotImplemented.h', 76 'NotImplemented.h',
75 'PartitionAllocMemoryDumpProvider.cpp', 77 'PartitionAllocMemoryDumpProvider.cpp',
76 'PartitionAllocMemoryDumpProvider.h', 78 'PartitionAllocMemoryDumpProvider.h',
77 'PODArena.h', 79 'PODArena.h',
78 'PODFreeListArena.h', 80 'PODFreeListArena.h',
79 'PODInterval.h', 81 'PODInterval.h',
80 'PODIntervalTree.h', 82 'PODIntervalTree.h',
81 'PODRedBlackTree.h', 83 'PODRedBlackTree.h',
82 'ParsingUtilities.h', 84 'ParsingUtilities.h',
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 ['os_posix==1 and OS!="mac"', 1059 ['os_posix==1 and OS!="mac"',
1058 { 1060 {
1059 'platform_test_files': [ 1061 'platform_test_files': [
1060 'text/LocaleICUTest.cpp', 1062 'text/LocaleICUTest.cpp',
1061 ], 1063 ],
1062 } 1064 }
1063 ], 1065 ],
1064 ], 1066 ],
1065 }, 1067 },
1066 } 1068 }
OLDNEW
« Source/platform/MemoryPurgeController.h ('K') | « Source/platform/MemoryPurgeController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698