| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'WebInputEventConversion.h', | 191 'WebInputEventConversion.h', |
| 192 'WebInputEventFactoryMac.mm', | 192 'WebInputEventFactoryMac.mm', |
| 193 'WebKit.cpp', | 193 'WebKit.cpp', |
| 194 'WebLabelElement.cpp', | 194 'WebLabelElement.cpp', |
| 195 'WebLeakDetector.cpp', | 195 'WebLeakDetector.cpp', |
| 196 'WebLocalFrameImpl.cpp', | 196 'WebLocalFrameImpl.cpp', |
| 197 'WebLocalFrameImpl.h', | 197 'WebLocalFrameImpl.h', |
| 198 'WebMIDIClientMock.cpp', | 198 'WebMIDIClientMock.cpp', |
| 199 'WebMIDIPermissionRequest.cpp', | 199 'WebMIDIPermissionRequest.cpp', |
| 200 'WebMediaDevicesRequest.cpp', | 200 'WebMediaDevicesRequest.cpp', |
| 201 'WebMediaPlayerClientImpl.cpp', | |
| 202 'WebMediaPlayerClientImpl.h', | |
| 203 'WebMediaStreamRegistry.cpp', | 201 'WebMediaStreamRegistry.cpp', |
| 204 'WebNetworkStateNotifier.cpp', | 202 'WebNetworkStateNotifier.cpp', |
| 205 'WebNode.cpp', | 203 'WebNode.cpp', |
| 206 'WebNodeList.cpp', | 204 'WebNodeList.cpp', |
| 207 'WebOptionElement.cpp', | 205 'WebOptionElement.cpp', |
| 208 'WebPagePopupImpl.cpp', | 206 'WebPagePopupImpl.cpp', |
| 209 'WebPagePopupImpl.h', | 207 'WebPagePopupImpl.h', |
| 210 'WebPageSerializer.cpp', | 208 'WebPageSerializer.cpp', |
| 211 'WebPageSerializerImpl.cpp', | 209 'WebPageSerializerImpl.cpp', |
| 212 'WebPageSerializerImpl.h', | 210 'WebPageSerializerImpl.h', |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 ['os_posix==1 and OS!="mac"', | 356 ['os_posix==1 and OS!="mac"', |
| 359 { | 357 { |
| 360 'web_unittest_files': [ | 358 'web_unittest_files': [ |
| 361 'tests/LocaleICUTest.cpp', | 359 'tests/LocaleICUTest.cpp', |
| 362 ], | 360 ], |
| 363 } | 361 } |
| 364 ], | 362 ], |
| 365 ], | 363 ], |
| 366 }, | 364 }, |
| 367 } | 365 } |
| OLD | NEW |