| OLD | NEW |
| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'LinkHash.cpp', | 69 'LinkHash.cpp', |
| 70 'LinkHash.h', | 70 'LinkHash.h', |
| 71 'Logging.cpp', | 71 'Logging.cpp', |
| 72 'Logging.h', | 72 'Logging.h', |
| 73 'MIMETypeFromURL.cpp', | 73 'MIMETypeFromURL.cpp', |
| 74 'MIMETypeFromURL.h', | 74 'MIMETypeFromURL.h', |
| 75 'MIMETypeRegistry.cpp', | 75 'MIMETypeRegistry.cpp', |
| 76 'MIMETypeRegistry.h', | 76 'MIMETypeRegistry.h', |
| 77 'MemoryPurgeController.cpp', | 77 'MemoryPurgeController.cpp', |
| 78 'MemoryPurgeController.h', | 78 'MemoryPurgeController.h', |
| 79 'MemoryUsageProvider.cpp', |
| 80 'MemoryUsageProvider.h', |
| 79 'NotImplemented.cpp', | 81 'NotImplemented.cpp', |
| 80 'NotImplemented.h', | 82 'NotImplemented.h', |
| 81 'PartitionAllocMemoryDumpProvider.cpp', | 83 'PartitionAllocMemoryDumpProvider.cpp', |
| 82 'PartitionAllocMemoryDumpProvider.h', | 84 'PartitionAllocMemoryDumpProvider.h', |
| 83 'PODArena.h', | 85 'PODArena.h', |
| 84 'PODFreeListArena.h', | 86 'PODFreeListArena.h', |
| 85 'PODInterval.h', | 87 'PODInterval.h', |
| 86 'PODIntervalTree.h', | 88 'PODIntervalTree.h', |
| 87 'PODRedBlackTree.h', | 89 'PODRedBlackTree.h', |
| 88 'ParsingUtilities.h', | 90 'ParsingUtilities.h', |
| (...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1149 ['OS!="mac"', | 1151 ['OS!="mac"', |
| 1150 { | 1152 { |
| 1151 'platform_test_files': [ | 1153 'platform_test_files': [ |
| 1152 'scroll/ScrollAnimatorTest.cpp', | 1154 'scroll/ScrollAnimatorTest.cpp', |
| 1153 ], | 1155 ], |
| 1154 } | 1156 } |
| 1155 ], | 1157 ], |
| 1156 ], | 1158 ], |
| 1157 }, | 1159 }, |
| 1158 } | 1160 } |
| OLD | NEW |