| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'exported/WebFederatedCredential.cpp', | 318 'exported/WebFederatedCredential.cpp', |
| 319 'exported/WebFileSystemCallbacks.cpp', | 319 'exported/WebFileSystemCallbacks.cpp', |
| 320 'exported/WebFont.cpp', | 320 'exported/WebFont.cpp', |
| 321 'exported/WebFontDescription.cpp', | 321 'exported/WebFontDescription.cpp', |
| 322 'exported/WebHTTPBody.cpp', | 322 'exported/WebHTTPBody.cpp', |
| 323 'exported/WebHTTPLoadInfo.cpp', | 323 'exported/WebHTTPLoadInfo.cpp', |
| 324 'exported/WebImageGenerator.cpp', | 324 'exported/WebImageGenerator.cpp', |
| 325 'exported/WebImage.cpp', | 325 'exported/WebImage.cpp', |
| 326 'exported/WebMediaConstraints.cpp', | 326 'exported/WebMediaConstraints.cpp', |
| 327 'exported/WebMediaDeviceInfo.cpp', | 327 'exported/WebMediaDeviceInfo.cpp', |
| 328 'exported/WebMediaElementSource.cpp', |
| 328 'exported/WebMediaPlayerClient.cpp', | 329 'exported/WebMediaPlayerClient.cpp', |
| 329 'exported/WebMediaPlayerEncryptedMediaClient.cpp', | 330 'exported/WebMediaPlayerEncryptedMediaClient.cpp', |
| 330 'exported/WebMediaRecorderHandler.cpp', | 331 'exported/WebMediaRecorderHandler.cpp', |
| 331 'exported/WebMediaStream.cpp', | 332 'exported/WebMediaStream.cpp', |
| 332 'exported/WebMediaStreamSource.cpp', | 333 'exported/WebMediaStreamSource.cpp', |
| 333 'exported/WebMediaStreamTrack.cpp', | 334 'exported/WebMediaStreamTrack.cpp', |
| 334 'exported/WebMediaStreamTrackSourcesRequest.cpp', | 335 'exported/WebMediaStreamTrackSourcesRequest.cpp', |
| 335 'exported/WebMemoryAllocatorDump.cpp', | 336 'exported/WebMemoryAllocatorDump.cpp', |
| 336 'exported/WebMemoryDumpProvider.cpp', | 337 'exported/WebMemoryDumpProvider.cpp', |
| 337 'exported/WebMessagePortChannelClient.cpp', | 338 'exported/WebMessagePortChannelClient.cpp', |
| (...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1293 ['OS!="mac"', | 1294 ['OS!="mac"', |
| 1294 { | 1295 { |
| 1295 'platform_test_files': [ | 1296 'platform_test_files': [ |
| 1296 'scroll/ScrollAnimatorTest.cpp', | 1297 'scroll/ScrollAnimatorTest.cpp', |
| 1297 ], | 1298 ], |
| 1298 } | 1299 } |
| 1299 ], | 1300 ], |
| 1300 ], | 1301 ], |
| 1301 }, | 1302 }, |
| 1302 } | 1303 } |
| OLD | NEW |