| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'clipboard/ClipboardUtilities.h', | 281 'clipboard/ClipboardUtilities.h', |
| 282 'clipboard/ClipboardUtilitiesPosix.cpp', | 282 'clipboard/ClipboardUtilitiesPosix.cpp', |
| 283 'clipboard/ClipboardUtilitiesWin.cpp', | 283 'clipboard/ClipboardUtilitiesWin.cpp', |
| 284 'credentialmanager/PlatformCredential.cpp', | 284 'credentialmanager/PlatformCredential.cpp', |
| 285 'credentialmanager/PlatformCredential.h', | 285 'credentialmanager/PlatformCredential.h', |
| 286 'credentialmanager/PlatformFederatedCredential.cpp', | 286 'credentialmanager/PlatformFederatedCredential.cpp', |
| 287 'credentialmanager/PlatformFederatedCredential.h', | 287 'credentialmanager/PlatformFederatedCredential.h', |
| 288 'credentialmanager/PlatformPasswordCredential.cpp', | 288 'credentialmanager/PlatformPasswordCredential.cpp', |
| 289 'credentialmanager/PlatformPasswordCredential.h', | 289 'credentialmanager/PlatformPasswordCredential.h', |
| 290 'exported/Platform.cpp', | 290 'exported/Platform.cpp', |
| 291 'exported/ServiceRegistry.cpp', |
| 291 'exported/WebActiveGestureAnimation.cpp', | 292 'exported/WebActiveGestureAnimation.cpp', |
| 292 'exported/WebActiveGestureAnimation.h', | 293 'exported/WebActiveGestureAnimation.h', |
| 293 'exported/WebAudioBus.cpp', | 294 'exported/WebAudioBus.cpp', |
| 294 'exported/WebAudioDevice.cpp', | 295 'exported/WebAudioDevice.cpp', |
| 295 'exported/WebBlobData.cpp', | 296 'exported/WebBlobData.cpp', |
| 296 'exported/WebCanvasCaptureHandler.cpp', | 297 'exported/WebCanvasCaptureHandler.cpp', |
| 297 'exported/WebContentDecryptionModule.cpp', | 298 'exported/WebContentDecryptionModule.cpp', |
| 298 'exported/WebContentDecryptionModuleAccess.cpp', | 299 'exported/WebContentDecryptionModuleAccess.cpp', |
| 299 'exported/WebContentDecryptionModuleResult.cpp', | 300 'exported/WebContentDecryptionModuleResult.cpp', |
| 300 'exported/WebContentDecryptionModuleSession.cpp', | 301 'exported/WebContentDecryptionModuleSession.cpp', |
| (...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1297 ['OS!="mac"', | 1298 ['OS!="mac"', |
| 1298 { | 1299 { |
| 1299 'platform_test_files': [ | 1300 'platform_test_files': [ |
| 1300 'scroll/ScrollAnimatorTest.cpp', | 1301 'scroll/ScrollAnimatorTest.cpp', |
| 1301 ], | 1302 ], |
| 1302 } | 1303 } |
| 1303 ], | 1304 ], |
| 1304 ], | 1305 ], |
| 1305 }, | 1306 }, |
| 1306 } | 1307 } |
| OLD | NEW |