| 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 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
| 8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'TextFinder.h', | 97 'TextFinder.h', |
| 98 'UserMediaClientImpl.cpp', | 98 'UserMediaClientImpl.cpp', |
| 99 'UserMediaClientImpl.h', | 99 'UserMediaClientImpl.h', |
| 100 'ValidationMessageClientImpl.cpp', | 100 'ValidationMessageClientImpl.cpp', |
| 101 'ValidationMessageClientImpl.h', | 101 'ValidationMessageClientImpl.h', |
| 102 'ViewportAnchor.cpp', | 102 'ViewportAnchor.cpp', |
| 103 'ViewportAnchor.h', | 103 'ViewportAnchor.h', |
| 104 'WebAXObject.cpp', | 104 'WebAXObject.cpp', |
| 105 'WebArrayBufferConverter.cpp', | 105 'WebArrayBufferConverter.cpp', |
| 106 'WebArrayBufferView.cpp', | 106 'WebArrayBufferView.cpp', |
| 107 'WebAutocompleteParams.cpp', |
| 107 'WebBindings.cpp', | 108 'WebBindings.cpp', |
| 108 'WebBlob.cpp', | 109 'WebBlob.cpp', |
| 109 'WebCache.cpp', | 110 'WebCache.cpp', |
| 110 'WebCachedURLRequest.cpp', | 111 'WebCachedURLRequest.cpp', |
| 111 'WebColorName.cpp', | 112 'WebColorName.cpp', |
| 112 'WebColorSuggestion.cpp', | 113 'WebColorSuggestion.cpp', |
| 113 'WebCustomElement.cpp', | 114 'WebCustomElement.cpp', |
| 114 'WebDOMActivityLogger.cpp', | 115 'WebDOMActivityLogger.cpp', |
| 115 'WebDOMCustomEvent.cpp', | 116 'WebDOMCustomEvent.cpp', |
| 116 'WebDOMError.cpp', | 117 'WebDOMError.cpp', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 { | 346 { |
| 346 'web_unittest_files': [ | 347 'web_unittest_files': [ |
| 347 'tests/KeyCodeConversionTestGtk.cpp', | 348 'tests/KeyCodeConversionTestGtk.cpp', |
| 348 'tests/WebInputEventFactoryTestGtk.cpp', | 349 'tests/WebInputEventFactoryTestGtk.cpp', |
| 349 ], | 350 ], |
| 350 } | 351 } |
| 351 ], | 352 ], |
| 352 ], | 353 ], |
| 353 }, | 354 }, |
| 354 } | 355 } |
| OLD | NEW |