| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'web_files': [ | 3 'web_files': [ |
| 4 'ApplicationCacheHost.cpp', | 4 'ApplicationCacheHost.cpp', |
| 5 'ApplicationCacheHostInternal.h', | 5 'ApplicationCacheHostInternal.h', |
| 6 'AssertMatchingEnums.cpp', | 6 'AssertMatchingEnums.cpp', |
| 7 'AssociatedURLLoader.cpp', | 7 'AssociatedURLLoader.cpp', |
| 8 'AssociatedURLLoader.h', | 8 'AssociatedURLLoader.h', |
| 9 'BackForwardClientImpl.cpp', | 9 'BackForwardClientImpl.cpp', |
| 10 'BackForwardClientImpl.h', | 10 'BackForwardClientImpl.h', |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'WebInputEventFactoryGtk.cpp', | 178 'WebInputEventFactoryGtk.cpp', |
| 179 'WebInputEventFactoryMac.mm', | 179 'WebInputEventFactoryMac.mm', |
| 180 'WebInputEventFactoryWin.cpp', | 180 'WebInputEventFactoryWin.cpp', |
| 181 'WebInputEventConversion.cpp', | 181 'WebInputEventConversion.cpp', |
| 182 'WebInputEventConversion.h', | 182 'WebInputEventConversion.h', |
| 183 'WebKit.cpp', | 183 'WebKit.cpp', |
| 184 'WebLabelElement.cpp', | 184 'WebLabelElement.cpp', |
| 185 'WebLeakDetector.cpp', | 185 'WebLeakDetector.cpp', |
| 186 'WebMIDIClientMock.cpp', | 186 'WebMIDIClientMock.cpp', |
| 187 'WebMIDIPermissionRequest.cpp', | 187 'WebMIDIPermissionRequest.cpp', |
| 188 'WebMediaDevicesRequest.cpp', |
| 188 'WebMediaPlayerClientImpl.cpp', | 189 'WebMediaPlayerClientImpl.cpp', |
| 189 'WebMediaPlayerClientImpl.h', | 190 'WebMediaPlayerClientImpl.h', |
| 190 'WebMediaStreamRegistry.cpp', | 191 'WebMediaStreamRegistry.cpp', |
| 191 'WebNetworkStateNotifier.cpp', | 192 'WebNetworkStateNotifier.cpp', |
| 192 'WebNode.cpp', | 193 'WebNode.cpp', |
| 193 'WebNodeCollection.cpp', | 194 'WebNodeCollection.cpp', |
| 194 'WebNodeList.cpp', | 195 'WebNodeList.cpp', |
| 195 'WebNotification.cpp', | 196 'WebNotification.cpp', |
| 196 'WebOptionElement.cpp', | 197 'WebOptionElement.cpp', |
| 197 'WebPagePopupImpl.cpp', | 198 'WebPagePopupImpl.cpp', |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 { | 370 { |
| 370 'web_unittest_files': [ | 371 'web_unittest_files': [ |
| 371 'tests/KeyCodeConversionTestGtk.cpp', | 372 'tests/KeyCodeConversionTestGtk.cpp', |
| 372 'tests/WebInputEventFactoryTestGtk.cpp', | 373 'tests/WebInputEventFactoryTestGtk.cpp', |
| 373 ], | 374 ], |
| 374 } | 375 } |
| 375 ], | 376 ], |
| 376 ], | 377 ], |
| 377 }, | 378 }, |
| 378 } | 379 } |
| OLD | NEW |