| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'LengthBox.cpp', | 61 'LengthBox.cpp', |
| 62 'LengthBox.h', | 62 'LengthBox.h', |
| 63 'LengthFunctions.cpp', | 63 'LengthFunctions.cpp', |
| 64 'LengthFunctions.h', | 64 'LengthFunctions.h', |
| 65 'LengthPoint.h', | 65 'LengthPoint.h', |
| 66 'LengthSize.h', | 66 'LengthSize.h', |
| 67 'LifecycleNotifier.h', | 67 'LifecycleNotifier.h', |
| 68 'LifecycleObserver.h', | 68 'LifecycleObserver.h', |
| 69 'LinkHash.cpp', | 69 'LinkHash.cpp', |
| 70 'LinkHash.h', | 70 'LinkHash.h', |
| 71 'Logging.cpp', | |
| 72 'Logging.h', | |
| 73 'MIMETypeFromURL.cpp', | 71 'MIMETypeFromURL.cpp', |
| 74 'MIMETypeFromURL.h', | 72 'MIMETypeFromURL.h', |
| 75 'MIMETypeRegistry.cpp', | 73 'MIMETypeRegistry.cpp', |
| 76 'MIMETypeRegistry.h', | 74 'MIMETypeRegistry.h', |
| 77 'MemoryCacheDumpProvider.cpp', | 75 'MemoryCacheDumpProvider.cpp', |
| 78 'MemoryCacheDumpProvider.h', | 76 'MemoryCacheDumpProvider.h', |
| 79 'PartitionAllocMemoryDumpProvider.cpp', | 77 'PartitionAllocMemoryDumpProvider.cpp', |
| 80 'PartitionAllocMemoryDumpProvider.h', | 78 'PartitionAllocMemoryDumpProvider.h', |
| 81 'PODArena.h', | 79 'PODArena.h', |
| 82 'PODFreeListArena.h', | 80 'PODFreeListArena.h', |
| (...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1459 ['use_default_render_theme==1', | 1457 ['use_default_render_theme==1', |
| 1460 { | 1458 { |
| 1461 'platform_test_files': [ | 1459 'platform_test_files': [ |
| 1462 'scroll/ScrollbarThemeAuraTest.cpp', | 1460 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1463 ], | 1461 ], |
| 1464 } | 1462 } |
| 1465 ], | 1463 ], |
| 1466 ], | 1464 ], |
| 1467 }, | 1465 }, |
| 1468 } | 1466 } |
| OLD | NEW |