| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 73 'MemoryCacheDumpProvider.cpp', |
| 74 'MemoryCacheDumpProvider.h', | 74 'MemoryCacheDumpProvider.h', |
| 75 'MemoryPurgeController.cpp', | |
| 76 'MemoryPurgeController.h', | |
| 77 'PartitionAllocMemoryDumpProvider.cpp', | 75 'PartitionAllocMemoryDumpProvider.cpp', |
| 78 'PartitionAllocMemoryDumpProvider.h', | 76 'PartitionAllocMemoryDumpProvider.h', |
| 79 'PODArena.h', | 77 'PODArena.h', |
| 80 'PODFreeListArena.h', | 78 'PODFreeListArena.h', |
| 81 'PODInterval.h', | 79 'PODInterval.h', |
| 82 'PODIntervalTree.h', | 80 'PODIntervalTree.h', |
| 83 'PODRedBlackTree.h', | 81 'PODRedBlackTree.h', |
| 84 'ParsingUtilities.h', | 82 'ParsingUtilities.h', |
| 85 'PasteMode.h', | 83 'PasteMode.h', |
| 86 'PlatformEvent.h', | 84 'PlatformEvent.h', |
| (...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1335 ['use_default_render_theme==1', | 1333 ['use_default_render_theme==1', |
| 1336 { | 1334 { |
| 1337 'platform_test_files': [ | 1335 'platform_test_files': [ |
| 1338 'scroll/ScrollbarThemeAuraTest.cpp', | 1336 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1339 ], | 1337 ], |
| 1340 } | 1338 } |
| 1341 ], | 1339 ], |
| 1342 ], | 1340 ], |
| 1343 }, | 1341 }, |
| 1344 } | 1342 } |
| OLD | NEW |