| 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 'MemoryCacheDumpProvider.cpp', | 77 'MemoryCacheDumpProvider.cpp', |
| 78 'MemoryCacheDumpProvider.h', | 78 'MemoryCacheDumpProvider.h', |
| 79 'MemoryCoordinator.cpp', | |
| 80 'MemoryCoordinator.h', | |
| 81 'PartitionAllocMemoryDumpProvider.cpp', | 79 'PartitionAllocMemoryDumpProvider.cpp', |
| 82 'PartitionAllocMemoryDumpProvider.h', | 80 'PartitionAllocMemoryDumpProvider.h', |
| 83 'PODArena.h', | 81 'PODArena.h', |
| 84 'PODFreeListArena.h', | 82 'PODFreeListArena.h', |
| 85 'PODInterval.h', | 83 'PODInterval.h', |
| 86 'PODIntervalTree.h', | 84 'PODIntervalTree.h', |
| 87 'PODRedBlackTree.h', | 85 'PODRedBlackTree.h', |
| 88 'PasteMode.h', | 86 'PasteMode.h', |
| 89 'PlatformEvent.h', | 87 'PlatformEvent.h', |
| 90 'PlatformGestureEvent.h', | 88 'PlatformGestureEvent.h', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 'exported/WebMediaConstraints.cpp', | 330 'exported/WebMediaConstraints.cpp', |
| 333 'exported/WebMediaDeviceInfo.cpp', | 331 'exported/WebMediaDeviceInfo.cpp', |
| 334 'exported/WebMediaPlayerClient.cpp', | 332 'exported/WebMediaPlayerClient.cpp', |
| 335 'exported/WebMediaPlayerEncryptedMediaClient.cpp', | 333 'exported/WebMediaPlayerEncryptedMediaClient.cpp', |
| 336 'exported/WebMediaPlayerSource.cpp', | 334 'exported/WebMediaPlayerSource.cpp', |
| 337 'exported/WebMediaRecorderHandler.cpp', | 335 'exported/WebMediaRecorderHandler.cpp', |
| 338 'exported/WebMediaStream.cpp', | 336 'exported/WebMediaStream.cpp', |
| 339 'exported/WebMediaStreamSource.cpp', | 337 'exported/WebMediaStreamSource.cpp', |
| 340 'exported/WebMediaStreamTrack.cpp', | 338 'exported/WebMediaStreamTrack.cpp', |
| 341 'exported/WebMediaStreamTrackSourcesRequest.cpp', | 339 'exported/WebMediaStreamTrackSourcesRequest.cpp', |
| 342 'exported/WebMemoryCoordinator.cpp', | |
| 343 'exported/WebMessagePortChannelClient.cpp', | 340 'exported/WebMessagePortChannelClient.cpp', |
| 344 'exported/WebMixedContent.cpp', | 341 'exported/WebMixedContent.cpp', |
| 345 'exported/WebPasswordCredential.cpp', | 342 'exported/WebPasswordCredential.cpp', |
| 346 'exported/WebPrerender.cpp', | 343 'exported/WebPrerender.cpp', |
| 347 'exported/WebPrerenderingSupport.cpp', | 344 'exported/WebPrerenderingSupport.cpp', |
| 348 'exported/WebPresentationAvailabilityObserver.cpp', | 345 'exported/WebPresentationAvailabilityObserver.cpp', |
| 349 'exported/WebPresentationController.cpp', | 346 'exported/WebPresentationController.cpp', |
| 350 'exported/WebRTCAnswerOptions.cpp', | 347 'exported/WebRTCAnswerOptions.cpp', |
| 351 'exported/WebRTCConfiguration.cpp', | 348 'exported/WebRTCConfiguration.cpp', |
| 352 'exported/WebRTCICECandidate.cpp', | 349 'exported/WebRTCICECandidate.cpp', |
| (...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1445 ['use_default_render_theme==1', | 1442 ['use_default_render_theme==1', |
| 1446 { | 1443 { |
| 1447 'platform_test_files': [ | 1444 'platform_test_files': [ |
| 1448 'scroll/ScrollbarThemeAuraTest.cpp', | 1445 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1449 ], | 1446 ], |
| 1450 } | 1447 } |
| 1451 ], | 1448 ], |
| 1452 ], | 1449 ], |
| 1453 }, | 1450 }, |
| 1454 } | 1451 } |
| OLD | NEW |