| 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 'AutofillPopupMenuClient.cpp', | 9 'AutofillPopupMenuClient.cpp', |
| 10 'AutofillPopupMenuClient.h', | 10 'AutofillPopupMenuClient.h', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'WebIDBDatabaseError.cpp', | 171 'WebIDBDatabaseError.cpp', |
| 172 'WebIDBKey.cpp', | 172 'WebIDBKey.cpp', |
| 173 'WebIDBKeyPath.cpp', | 173 'WebIDBKeyPath.cpp', |
| 174 'WebIDBKeyRange.cpp', | 174 'WebIDBKeyRange.cpp', |
| 175 'WebIDBMetadata.cpp', | 175 'WebIDBMetadata.cpp', |
| 176 'WebImageCache.cpp', | 176 'WebImageCache.cpp', |
| 177 'WebImageDecoder.cpp', | 177 'WebImageDecoder.cpp', |
| 178 'WebImageSkia.cpp', | 178 'WebImageSkia.cpp', |
| 179 'WebInputElement.cpp', | 179 'WebInputElement.cpp', |
| 180 'WebInputEvent.cpp', | 180 'WebInputEvent.cpp', |
| 181 'WebInputEventFactoryAndroid.cpp', | |
| 182 'WebInputEventFactoryGtk.cpp', | |
| 183 'WebInputEventFactoryWin.cpp', | |
| 184 'WebInputEventFactory.mm', | |
| 185 'WebInputEventConversion.cpp', | 181 'WebInputEventConversion.cpp', |
| 186 'WebInputEventConversion.h', | 182 'WebInputEventConversion.h', |
| 187 'WebKit.cpp', | 183 'WebKit.cpp', |
| 188 'WebLabelElement.cpp', | 184 'WebLabelElement.cpp', |
| 189 'WebMIDIClientMock.cpp', | 185 'WebMIDIClientMock.cpp', |
| 190 'WebMIDIPermissionRequest.cpp', | 186 'WebMIDIPermissionRequest.cpp', |
| 191 'WebMediaPlayerClientImpl.cpp', | 187 'WebMediaPlayerClientImpl.cpp', |
| 192 'WebMediaPlayerClientImpl.h', | 188 'WebMediaPlayerClientImpl.h', |
| 193 'WebMediaStreamRegistry.cpp', | 189 'WebMediaStreamRegistry.cpp', |
| 194 'WebNetworkStateNotifier.cpp', | 190 'WebNetworkStateNotifier.cpp', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'WebWorkerBase.cpp', | 253 'WebWorkerBase.cpp', |
| 258 'WebWorkerBase.h', | 254 'WebWorkerBase.h', |
| 259 'WebWorkerClientImpl.cpp', | 255 'WebWorkerClientImpl.cpp', |
| 260 'WebWorkerClientImpl.h', | 256 'WebWorkerClientImpl.h', |
| 261 'WebWorkerInfo.cpp', | 257 'WebWorkerInfo.cpp', |
| 262 'WebWorkerRunLoop.cpp', | 258 'WebWorkerRunLoop.cpp', |
| 263 'WorkerAllowMainThreadBridgeBase.cpp', | 259 'WorkerAllowMainThreadBridgeBase.cpp', |
| 264 'WorkerAllowMainThreadBridgeBase.h', | 260 'WorkerAllowMainThreadBridgeBase.h', |
| 265 'WorkerFileSystemClient.cpp', | 261 'WorkerFileSystemClient.cpp', |
| 266 'WorkerFileSystemClient.h', | 262 'WorkerFileSystemClient.h', |
| 263 'android/WebInputEventFactory.cpp', |
| 267 'default/WebRenderTheme.cpp', | 264 'default/WebRenderTheme.cpp', |
| 265 'gtk/WebInputEventFactory.cpp', |
| 268 'linux/WebFontInfo.cpp', | 266 'linux/WebFontInfo.cpp', |
| 269 'linux/WebFontRenderStyle.cpp', | 267 'linux/WebFontRenderStyle.cpp', |
| 270 'linux/WebFontRendering.cpp', | 268 'linux/WebFontRendering.cpp', |
| 269 'mac/WebInputEventFactory.mm', |
| 271 'mac/WebSubstringUtil.mm', | 270 'mac/WebSubstringUtil.mm', |
| 272 'painting/ContinuousPainter.cpp', | 271 'painting/ContinuousPainter.cpp', |
| 273 'painting/ContinuousPainter.h', | 272 'painting/ContinuousPainter.h', |
| 274 'painting/PaintAggregator.cpp', | 273 'painting/PaintAggregator.cpp', |
| 275 'painting/PaintAggregator.h', | 274 'painting/PaintAggregator.h', |
| 275 'win/WebInputEventFactory.cpp', |
| 276 ], | 276 ], |
| 277 'web_unittest_files': [ | 277 'web_unittest_files': [ |
| 278 'tests/AssociatedURLLoaderTest.cpp', | 278 'tests/AssociatedURLLoaderTest.cpp', |
| 279 'tests/ChromeClientImplTest.cpp', | 279 'tests/ChromeClientImplTest.cpp', |
| 280 'tests/CompositedLayerMappingTest.cpp', | 280 'tests/CompositedLayerMappingTest.cpp', |
| 281 'tests/CustomEventTest.cpp', | 281 'tests/CustomEventTest.cpp', |
| 282 'tests/DragImageTest.cpp', | 282 'tests/DragImageTest.cpp', |
| 283 'tests/FakeWebPlugin.cpp', | 283 'tests/FakeWebPlugin.cpp', |
| 284 'tests/FakeWebPlugin.h', | 284 'tests/FakeWebPlugin.h', |
| 285 'tests/FilterOperationsTest.cpp', | 285 'tests/FilterOperationsTest.cpp', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 { | 358 { |
| 359 'web_unittest_files': [ | 359 'web_unittest_files': [ |
| 360 'tests/KeyCodeConversionTestGtk.cpp', | 360 'tests/KeyCodeConversionTestGtk.cpp', |
| 361 'tests/WebInputEventFactoryTestGtk.cpp', | 361 'tests/WebInputEventFactoryTestGtk.cpp', |
| 362 ], | 362 ], |
| 363 } | 363 } |
| 364 ], | 364 ], |
| 365 ], | 365 ], |
| 366 }, | 366 }, |
| 367 } | 367 } |
| OLD | NEW |