| 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 'Clock.cpp', | 10 'Clock.cpp', |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'exported/WebScrollbarThemePainter.cpp', | 327 'exported/WebScrollbarThemePainter.cpp', |
| 328 'exported/WebSecurityOrigin.cpp', | 328 'exported/WebSecurityOrigin.cpp', |
| 329 'exported/WebServicePortProviderClient.cpp', | 329 'exported/WebServicePortProviderClient.cpp', |
| 330 'exported/WebServiceWorkerProviderClient.cpp', | 330 'exported/WebServiceWorkerProviderClient.cpp', |
| 331 'exported/WebServiceWorkerProxy.cpp', | 331 'exported/WebServiceWorkerProxy.cpp', |
| 332 'exported/WebServiceWorkerRequest.cpp', | 332 'exported/WebServiceWorkerRequest.cpp', |
| 333 'exported/WebServiceWorkerResponse.cpp', | 333 'exported/WebServiceWorkerResponse.cpp', |
| 334 'exported/WebSocketHandshakeRequestInfo.cpp', | 334 'exported/WebSocketHandshakeRequestInfo.cpp', |
| 335 'exported/WebSocketHandshakeResponseInfo.cpp', | 335 'exported/WebSocketHandshakeResponseInfo.cpp', |
| 336 'exported/WebSourceInfo.cpp', | 336 'exported/WebSourceInfo.cpp', |
| 337 'exported/WebSkImage.cpp', |
| 337 'exported/WebSpeechSynthesisUtterance.cpp', | 338 'exported/WebSpeechSynthesisUtterance.cpp', |
| 338 'exported/WebSpeechSynthesisVoice.cpp', | 339 'exported/WebSpeechSynthesisVoice.cpp', |
| 339 'exported/WebSpeechSynthesizerClientImpl.cpp', | 340 'exported/WebSpeechSynthesizerClientImpl.cpp', |
| 340 'exported/WebSpeechSynthesizerClientImpl.h', | 341 'exported/WebSpeechSynthesizerClientImpl.h', |
| 341 'exported/WebStorageQuotaCallbacks.cpp', | 342 'exported/WebStorageQuotaCallbacks.cpp', |
| 342 'exported/WebThreadSafeData.cpp', | 343 'exported/WebThreadSafeData.cpp', |
| 343 'exported/WebThreadedDataReceiver.cpp', | 344 'exported/WebThreadedDataReceiver.cpp', |
| 344 'exported/WebTraceLocation.cpp', | 345 'exported/WebTraceLocation.cpp', |
| 345 'exported/WebTransformKeyframe.cpp', | 346 'exported/WebTransformKeyframe.cpp', |
| 346 'exported/WebURL.cpp', | 347 'exported/WebURL.cpp', |
| (...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1106 ['OS!="mac"', | 1107 ['OS!="mac"', |
| 1107 { | 1108 { |
| 1108 'platform_test_files': [ | 1109 'platform_test_files': [ |
| 1109 'scroll/ScrollAnimatorTest.cpp', | 1110 'scroll/ScrollAnimatorTest.cpp', |
| 1110 ], | 1111 ], |
| 1111 } | 1112 } |
| 1112 ], | 1113 ], |
| 1113 ], | 1114 ], |
| 1114 }, | 1115 }, |
| 1115 } | 1116 } |
| OLD | NEW |