| 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 'AudioOutputDeviceClientImpl.cpp', | 7 'AudioOutputDeviceClientImpl.cpp', |
| 8 'AudioOutputDeviceClientImpl.h', | 8 'AudioOutputDeviceClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'WebPageImportanceSignals.cpp', | 181 'WebPageImportanceSignals.cpp', |
| 182 'WebPagePopupImpl.cpp', | 182 'WebPagePopupImpl.cpp', |
| 183 'WebPagePopupImpl.h', | 183 'WebPagePopupImpl.h', |
| 184 'WebPageSerializer.cpp', | 184 'WebPageSerializer.cpp', |
| 185 'WebPageSerializerImpl.cpp', | 185 'WebPageSerializerImpl.cpp', |
| 186 'WebPageSerializerImpl.h', | 186 'WebPageSerializerImpl.h', |
| 187 'WebPerformance.cpp', | 187 'WebPerformance.cpp', |
| 188 'WebPluginContainerImpl.cpp', | 188 'WebPluginContainerImpl.cpp', |
| 189 'WebPluginContainerImpl.h', | 189 'WebPluginContainerImpl.h', |
| 190 'WebPluginDocument.cpp', | 190 'WebPluginDocument.cpp', |
| 191 'WebPluginLoadObserver.cpp', | |
| 192 'WebPluginLoadObserver.h', | |
| 193 'WebPluginScriptForbiddenScope.cpp', | 191 'WebPluginScriptForbiddenScope.cpp', |
| 194 'WebRange.cpp', | 192 'WebRange.cpp', |
| 195 'WebRemoteFrameImpl.cpp', | 193 'WebRemoteFrameImpl.cpp', |
| 196 'WebRemoteFrameImpl.h', | 194 'WebRemoteFrameImpl.h', |
| 197 'WebRuntimeFeatures.cpp', | 195 'WebRuntimeFeatures.cpp', |
| 198 'WebScopedMicrotaskSuppression.cpp', | 196 'WebScopedMicrotaskSuppression.cpp', |
| 199 'WebScopedUserGesture.cpp', | 197 'WebScopedUserGesture.cpp', |
| 200 'WebScopedWindowFocusAllowedIndicator.cpp', | 198 'WebScopedWindowFocusAllowedIndicator.cpp', |
| 201 'WebScriptBindings.cpp', | 199 'WebScriptBindings.cpp', |
| 202 'WebScriptController.cpp', | 200 'WebScriptController.cpp', |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 { | 317 { |
| 320 'web_unittest_files': [ | 318 'web_unittest_files': [ |
| 321 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. | 319 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. |
| 322 'tests/ScrollAnimatorTest.cpp', | 320 'tests/ScrollAnimatorTest.cpp', |
| 323 ], | 321 ], |
| 324 } | 322 } |
| 325 ], | 323 ], |
| 326 ], | 324 ], |
| 327 }, | 325 }, |
| 328 } | 326 } |
| OLD | NEW |