| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 'exported/WebFederatedCredential.cpp', | 320 'exported/WebFederatedCredential.cpp', |
| 321 'exported/WebFileSystemCallbacks.cpp', | 321 'exported/WebFileSystemCallbacks.cpp', |
| 322 'exported/WebFont.cpp', | 322 'exported/WebFont.cpp', |
| 323 'exported/WebFontDescription.cpp', | 323 'exported/WebFontDescription.cpp', |
| 324 'exported/WebHTTPBody.cpp', | 324 'exported/WebHTTPBody.cpp', |
| 325 'exported/WebHTTPLoadInfo.cpp', | 325 'exported/WebHTTPLoadInfo.cpp', |
| 326 'exported/WebImageGenerator.cpp', | 326 'exported/WebImageGenerator.cpp', |
| 327 'exported/WebImage.cpp', | 327 'exported/WebImage.cpp', |
| 328 'exported/WebMediaConstraints.cpp', | 328 'exported/WebMediaConstraints.cpp', |
| 329 'exported/WebMediaDeviceInfo.cpp', | 329 'exported/WebMediaDeviceInfo.cpp', |
| 330 'exported/WebMediaElementSource.cpp', |
| 330 'exported/WebMediaPlayerClient.cpp', | 331 'exported/WebMediaPlayerClient.cpp', |
| 331 'exported/WebMediaPlayerEncryptedMediaClient.cpp', | 332 'exported/WebMediaPlayerEncryptedMediaClient.cpp', |
| 332 'exported/WebMediaRecorderHandler.cpp', | 333 'exported/WebMediaRecorderHandler.cpp', |
| 333 'exported/WebMediaStream.cpp', | 334 'exported/WebMediaStream.cpp', |
| 334 'exported/WebMediaStreamSource.cpp', | 335 'exported/WebMediaStreamSource.cpp', |
| 335 'exported/WebMediaStreamTrack.cpp', | 336 'exported/WebMediaStreamTrack.cpp', |
| 336 'exported/WebMediaStreamTrackSourcesRequest.cpp', | 337 'exported/WebMediaStreamTrackSourcesRequest.cpp', |
| 337 'exported/WebMemoryAllocatorDump.cpp', | 338 'exported/WebMemoryAllocatorDump.cpp', |
| 338 'exported/WebMemoryDumpProvider.cpp', | 339 'exported/WebMemoryDumpProvider.cpp', |
| 339 'exported/WebMessagePortChannelClient.cpp', | 340 'exported/WebMessagePortChannelClient.cpp', |
| (...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1286 ['OS!="mac"', | 1287 ['OS!="mac"', |
| 1287 { | 1288 { |
| 1288 'platform_test_files': [ | 1289 'platform_test_files': [ |
| 1289 'scroll/ScrollAnimatorTest.cpp', | 1290 'scroll/ScrollAnimatorTest.cpp', |
| 1290 ], | 1291 ], |
| 1291 } | 1292 } |
| 1292 ], | 1293 ], |
| 1293 ], | 1294 ], |
| 1294 }, | 1295 }, |
| 1295 } | 1296 } |
| OLD | NEW |