| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 'exported/WebPresentationController.cpp', | 345 'exported/WebPresentationController.cpp', |
| 346 'exported/WebProcessMemoryDump.cpp', | 346 'exported/WebProcessMemoryDump.cpp', |
| 347 'exported/WebRTCConfiguration.cpp', | 347 'exported/WebRTCConfiguration.cpp', |
| 348 'exported/WebRTCICECandidate.cpp', | 348 'exported/WebRTCICECandidate.cpp', |
| 349 'exported/WebRTCOfferOptions.cpp', | 349 'exported/WebRTCOfferOptions.cpp', |
| 350 'exported/WebRTCSessionDescription.cpp', | 350 'exported/WebRTCSessionDescription.cpp', |
| 351 'exported/WebRTCSessionDescriptionRequest.cpp', | 351 'exported/WebRTCSessionDescriptionRequest.cpp', |
| 352 'exported/WebRTCStatsRequest.cpp', | 352 'exported/WebRTCStatsRequest.cpp', |
| 353 'exported/WebRTCStatsResponse.cpp', | 353 'exported/WebRTCStatsResponse.cpp', |
| 354 'exported/WebRTCVoidRequest.cpp', | 354 'exported/WebRTCVoidRequest.cpp', |
| 355 'exported/WebRuntimeFeatures.cpp', |
| 355 'exported/WebScrollbarImpl.cpp', | 356 'exported/WebScrollbarImpl.cpp', |
| 356 'exported/WebScrollbarImpl.h', | 357 'exported/WebScrollbarImpl.h', |
| 357 'exported/WebScrollbarThemeClientImpl.cpp', | 358 'exported/WebScrollbarThemeClientImpl.cpp', |
| 358 'exported/WebScrollbarThemeClientImpl.h', | 359 'exported/WebScrollbarThemeClientImpl.h', |
| 359 'exported/WebScrollbarThemeGeometryNative.cpp', | 360 'exported/WebScrollbarThemeGeometryNative.cpp', |
| 360 'exported/WebScrollbarThemeGeometryNative.h', | 361 'exported/WebScrollbarThemeGeometryNative.h', |
| 361 'exported/WebScrollbarThemePainter.cpp', | 362 'exported/WebScrollbarThemePainter.cpp', |
| 362 'exported/WebSecurityOrigin.cpp', | 363 'exported/WebSecurityOrigin.cpp', |
| 363 'exported/WebServicePortProviderClient.cpp', | 364 'exported/WebServicePortProviderClient.cpp', |
| 364 'exported/WebServiceWorkerProviderClient.cpp', | 365 'exported/WebServiceWorkerProviderClient.cpp', |
| (...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1275 ['OS!="mac"', | 1276 ['OS!="mac"', |
| 1276 { | 1277 { |
| 1277 'platform_test_files': [ | 1278 'platform_test_files': [ |
| 1278 'scroll/ScrollAnimatorTest.cpp', | 1279 'scroll/ScrollAnimatorTest.cpp', |
| 1279 ], | 1280 ], |
| 1280 } | 1281 } |
| 1281 ], | 1282 ], |
| 1282 ], | 1283 ], |
| 1283 }, | 1284 }, |
| 1284 } | 1285 } |
| OLD | NEW |