| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'WebInputEventConversion.cpp', | 184 'WebInputEventConversion.cpp', |
| 185 'WebInputEventConversion.h', | 185 'WebInputEventConversion.h', |
| 186 'WebInputEventFactoryMac.mm', | 186 'WebInputEventFactoryMac.mm', |
| 187 'WebKit.cpp', | 187 'WebKit.cpp', |
| 188 'WebLabelElement.cpp', | 188 'WebLabelElement.cpp', |
| 189 'WebLeakDetector.cpp', | 189 'WebLeakDetector.cpp', |
| 190 'WebLocalFrameImpl.cpp', | 190 'WebLocalFrameImpl.cpp', |
| 191 'WebLocalFrameImpl.h', | 191 'WebLocalFrameImpl.h', |
| 192 'WebMIDIPermissionRequest.cpp', | 192 'WebMIDIPermissionRequest.cpp', |
| 193 'WebMediaDevicesRequest.cpp', | 193 'WebMediaDevicesRequest.cpp', |
| 194 'WebMediaPlayerClientImpl.cpp', | |
| 195 'WebMediaPlayerClientImpl.h', | |
| 196 'WebMediaStreamRegistry.cpp', | 194 'WebMediaStreamRegistry.cpp', |
| 197 'WebNetworkStateNotifier.cpp', | 195 'WebNetworkStateNotifier.cpp', |
| 198 'WebNode.cpp', | 196 'WebNode.cpp', |
| 199 'WebNodeList.cpp', | 197 'WebNodeList.cpp', |
| 200 'WebOptionElement.cpp', | 198 'WebOptionElement.cpp', |
| 201 'WebPagePopupImpl.cpp', | 199 'WebPagePopupImpl.cpp', |
| 202 'WebPagePopupImpl.h', | 200 'WebPagePopupImpl.h', |
| 203 'WebPageSerializer.cpp', | 201 'WebPageSerializer.cpp', |
| 204 'WebPageSerializerImpl.cpp', | 202 'WebPageSerializerImpl.cpp', |
| 205 'WebPageSerializerImpl.h', | 203 'WebPageSerializerImpl.h', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 { | 331 { |
| 334 'web_unittest_files': [ | 332 'web_unittest_files': [ |
| 335 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 333 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 336 'tests/ScrollAnimatorNoneTest.cpp', | 334 'tests/ScrollAnimatorNoneTest.cpp', |
| 337 ], | 335 ], |
| 338 } | 336 } |
| 339 ], | 337 ], |
| 340 ], | 338 ], |
| 341 }, | 339 }, |
| 342 } | 340 } |
| OLD | NEW |