| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'web_files': [ | 3 'web_files': [ |
| 4 'AssertMatchingEnums.cpp', | 4 'AssertMatchingEnums.cpp', |
| 5 'AssociatedURLLoader.cpp', | 5 'AssociatedURLLoader.cpp', |
| 6 'AssociatedURLLoader.h', | 6 'AssociatedURLLoader.h', |
| 7 'ChromeClientImpl.cpp', | 7 'ChromeClientImpl.cpp', |
| 8 'ChromeClientImpl.h', | 8 'ChromeClientImpl.h', |
| 9 'ColorChooserPopupUIController.cpp', | 9 'ColorChooserPopupUIController.cpp', |
| 10 'ColorChooserPopupUIController.h', | 10 'ColorChooserPopupUIController.h', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'PrerendererClientImpl.cpp', | 85 'PrerendererClientImpl.cpp', |
| 86 'PrerendererClientImpl.h', | 86 'PrerendererClientImpl.h', |
| 87 'RemoteBridgeFrameOwner.cpp', | 87 'RemoteBridgeFrameOwner.cpp', |
| 88 'RemoteBridgeFrameOwner.h', | 88 'RemoteBridgeFrameOwner.h', |
| 89 'RemoteFrameClientImpl.cpp', | 89 'RemoteFrameClientImpl.cpp', |
| 90 'RemoteFrameClientImpl.h', | 90 'RemoteFrameClientImpl.h', |
| 91 'ResizeViewportAnchor.cpp', | 91 'ResizeViewportAnchor.cpp', |
| 92 'ResizeViewportAnchor.h', | 92 'ResizeViewportAnchor.h', |
| 93 'RotationViewportAnchor.cpp', | 93 'RotationViewportAnchor.cpp', |
| 94 'RotationViewportAnchor.h', | 94 'RotationViewportAnchor.h', |
| 95 'ScrollbarGroup.cpp', | |
| 96 'ScrollbarGroup.h', | |
| 97 'ServiceWorkerGlobalScopeClientImpl.cpp', | 95 'ServiceWorkerGlobalScopeClientImpl.cpp', |
| 98 'ServiceWorkerGlobalScopeClientImpl.h', | 96 'ServiceWorkerGlobalScopeClientImpl.h', |
| 99 'ServiceWorkerGlobalScopeProxy.cpp', | 97 'ServiceWorkerGlobalScopeProxy.cpp', |
| 100 'ServiceWorkerGlobalScopeProxy.h', | 98 'ServiceWorkerGlobalScopeProxy.h', |
| 101 'SharedWorkerRepositoryClientImpl.cpp', | 99 'SharedWorkerRepositoryClientImpl.cpp', |
| 102 'SharedWorkerRepositoryClientImpl.h', | 100 'SharedWorkerRepositoryClientImpl.h', |
| 103 'SpeechRecognitionClientProxy.cpp', | 101 'SpeechRecognitionClientProxy.cpp', |
| 104 'SpeechRecognitionClientProxy.h', | 102 'SpeechRecognitionClientProxy.h', |
| 105 'SpellCheckerClientImpl.cpp', | 103 'SpellCheckerClientImpl.cpp', |
| 106 'SpellCheckerClientImpl.h', | 104 'SpellCheckerClientImpl.h', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'WebPagePopupImpl.h', | 204 'WebPagePopupImpl.h', |
| 207 'WebPageSerializer.cpp', | 205 'WebPageSerializer.cpp', |
| 208 'WebPageSerializerImpl.cpp', | 206 'WebPageSerializerImpl.cpp', |
| 209 'WebPageSerializerImpl.h', | 207 'WebPageSerializerImpl.h', |
| 210 'WebPerformance.cpp', | 208 'WebPerformance.cpp', |
| 211 'WebPluginContainerImpl.cpp', | 209 'WebPluginContainerImpl.cpp', |
| 212 'WebPluginContainerImpl.h', | 210 'WebPluginContainerImpl.h', |
| 213 'WebPluginDocument.cpp', | 211 'WebPluginDocument.cpp', |
| 214 'WebPluginLoadObserver.cpp', | 212 'WebPluginLoadObserver.cpp', |
| 215 'WebPluginLoadObserver.h', | 213 'WebPluginLoadObserver.h', |
| 216 'WebPluginScrollbarImpl.cpp', | |
| 217 'WebPluginScrollbarImpl.h', | |
| 218 'WebPopupMenuImpl.cpp', | 214 'WebPopupMenuImpl.cpp', |
| 219 'WebPopupMenuImpl.h', | 215 'WebPopupMenuImpl.h', |
| 220 'WebRange.cpp', | 216 'WebRange.cpp', |
| 221 'WebRemoteFrameImpl.cpp', | 217 'WebRemoteFrameImpl.cpp', |
| 222 'WebRemoteFrameImpl.h', | 218 'WebRemoteFrameImpl.h', |
| 223 'WebRuntimeFeatures.cpp', | 219 'WebRuntimeFeatures.cpp', |
| 224 'WebScopedMicrotaskSuppression.cpp', | 220 'WebScopedMicrotaskSuppression.cpp', |
| 225 'WebScopedUserGesture.cpp', | 221 'WebScopedUserGesture.cpp', |
| 226 'WebScopedWindowFocusAllowedIndicator.cpp', | 222 'WebScopedWindowFocusAllowedIndicator.cpp', |
| 227 'WebScriptBindings.cpp', | 223 'WebScriptBindings.cpp', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 { | 335 { |
| 340 'web_unittest_files': [ | 336 'web_unittest_files': [ |
| 341 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 337 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 342 'tests/ScrollAnimatorNoneTest.cpp', | 338 'tests/ScrollAnimatorNoneTest.cpp', |
| 343 ], | 339 ], |
| 344 } | 340 } |
| 345 ], | 341 ], |
| 346 ], | 342 ], |
| 347 }, | 343 }, |
| 348 } | 344 } |
| OLD | NEW |