| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'ValidationMessageClientImpl.h', | 109 'ValidationMessageClientImpl.h', |
| 110 'ViewportAnchor.cpp', | 110 'ViewportAnchor.cpp', |
| 111 'ViewportAnchor.h', | 111 'ViewportAnchor.h', |
| 112 'WebAXObject.cpp', | 112 'WebAXObject.cpp', |
| 113 'WebArrayBufferView.cpp', | 113 'WebArrayBufferView.cpp', |
| 114 'WebBindings.cpp', | 114 'WebBindings.cpp', |
| 115 'WebBlob.cpp', | 115 'WebBlob.cpp', |
| 116 'WebCache.cpp', | 116 'WebCache.cpp', |
| 117 'WebCachedURLRequest.cpp', | 117 'WebCachedURLRequest.cpp', |
| 118 'WebColorName.cpp', | 118 'WebColorName.cpp', |
| 119 'WebColorSuggestion.cpp', |
| 119 'WebCrossOriginPreflightResultCache.cpp', | 120 'WebCrossOriginPreflightResultCache.cpp', |
| 120 'WebCustomElement.cpp', | 121 'WebCustomElement.cpp', |
| 121 'WebDOMActivityLogger.cpp', | 122 'WebDOMActivityLogger.cpp', |
| 122 'WebDOMCustomEvent.cpp', | 123 'WebDOMCustomEvent.cpp', |
| 123 'WebDOMError.cpp', | 124 'WebDOMError.cpp', |
| 124 'WebDOMEvent.cpp', | 125 'WebDOMEvent.cpp', |
| 125 'WebDOMEventListener.cpp', | 126 'WebDOMEventListener.cpp', |
| 126 'WebDOMEventListenerPrivate.cpp', | 127 'WebDOMEventListenerPrivate.cpp', |
| 127 'WebDOMEventListenerPrivate.h', | 128 'WebDOMEventListenerPrivate.h', |
| 128 'WebDOMFileSystem.cpp', | 129 'WebDOMFileSystem.cpp', |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 { | 366 { |
| 366 'web_unittest_files': [ | 367 'web_unittest_files': [ |
| 367 'tests/KeyCodeConversionTestGtk.cpp', | 368 'tests/KeyCodeConversionTestGtk.cpp', |
| 368 'tests/WebInputEventFactoryTestGtk.cpp', | 369 'tests/WebInputEventFactoryTestGtk.cpp', |
| 369 ], | 370 ], |
| 370 } | 371 } |
| 371 ], | 372 ], |
| 372 ], | 373 ], |
| 373 }, | 374 }, |
| 374 } | 375 } |
| OLD | NEW |