| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'WebGeolocationController.cpp', | 152 'WebGeolocationController.cpp', |
| 153 'WebGeolocationError.cpp', | 153 'WebGeolocationError.cpp', |
| 154 'WebGeolocationPermissionRequest.cpp', | 154 'WebGeolocationPermissionRequest.cpp', |
| 155 'WebGeolocationPermissionRequestManager.cpp', | 155 'WebGeolocationPermissionRequestManager.cpp', |
| 156 'WebGeolocationPosition.cpp', | 156 'WebGeolocationPosition.cpp', |
| 157 'WebGlyphCache.cpp', | 157 'WebGlyphCache.cpp', |
| 158 'WebHelperPluginImpl.cpp', | 158 'WebHelperPluginImpl.cpp', |
| 159 'WebHelperPluginImpl.h', | 159 'WebHelperPluginImpl.h', |
| 160 'WebHistoryItem.cpp', | 160 'WebHistoryItem.cpp', |
| 161 'WebHitTestResult.cpp', | 161 'WebHitTestResult.cpp', |
| 162 'WebIDBCallbacks.cpp', | |
| 163 'WebIDBDatabaseError.cpp', | 162 'WebIDBDatabaseError.cpp', |
| 164 'WebIDBKey.cpp', | 163 'WebIDBKey.cpp', |
| 165 'WebIDBKeyPath.cpp', | 164 'WebIDBKeyPath.cpp', |
| 166 'WebIDBKeyRange.cpp', | 165 'WebIDBKeyRange.cpp', |
| 167 'WebIDBMetadata.cpp', | 166 'WebIDBMetadata.cpp', |
| 168 'WebImageCache.cpp', | 167 'WebImageCache.cpp', |
| 169 'WebImageDecoder.cpp', | 168 'WebImageDecoder.cpp', |
| 170 'WebImageSkia.cpp', | 169 'WebImageSkia.cpp', |
| 171 'WebInputElement.cpp', | 170 'WebInputElement.cpp', |
| 172 'WebInputEvent.cpp', | 171 'WebInputEvent.cpp', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 { | 354 { |
| 356 'web_unittest_files': [ | 355 'web_unittest_files': [ |
| 357 'tests/KeyCodeConversionTestGtk.cpp', | 356 'tests/KeyCodeConversionTestGtk.cpp', |
| 358 'tests/WebInputEventFactoryTestGtk.cpp', | 357 'tests/WebInputEventFactoryTestGtk.cpp', |
| 359 ], | 358 ], |
| 360 } | 359 } |
| 361 ], | 360 ], |
| 362 ], | 361 ], |
| 363 }, | 362 }, |
| 364 } | 363 } |
| OLD | NEW |