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