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

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

Issue 1999613002: Move WebCacheMemoryDumpProvider to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix link error on win Created 4 years, 7 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...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 'MemoryCacheDumpProvider.cpp',
74 'MemoryCacheDumpProvider.h',
73 'MemoryPurgeController.cpp', 75 'MemoryPurgeController.cpp',
74 'MemoryPurgeController.h', 76 'MemoryPurgeController.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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 ['OS!="mac"', 1322 ['OS!="mac"',
1321 { 1323 {
1322 'platform_test_files': [ 1324 'platform_test_files': [
1323 'scroll/ScrollAnimatorTest.cpp', 1325 'scroll/ScrollAnimatorTest.cpp',
1324 ], 1326 ],
1325 } 1327 }
1326 ], 1328 ],
1327 ], 1329 ],
1328 }, 1330 },
1329 } 1331 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698