| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'UserMediaClientImpl.cpp', | 105 'UserMediaClientImpl.cpp', |
| 106 'UserMediaClientImpl.h', | 106 'UserMediaClientImpl.h', |
| 107 'ValidationMessageClientImpl.cpp', | 107 'ValidationMessageClientImpl.cpp', |
| 108 'ValidationMessageClientImpl.h', | 108 'ValidationMessageClientImpl.h', |
| 109 'ViewportAnchor.cpp', | 109 'ViewportAnchor.cpp', |
| 110 'ViewportAnchor.h', | 110 'ViewportAnchor.h', |
| 111 'WebAXObject.cpp', | 111 'WebAXObject.cpp', |
| 112 'WebArrayBufferView.cpp', | 112 'WebArrayBufferView.cpp', |
| 113 'WebBindings.cpp', | 113 'WebBindings.cpp', |
| 114 'WebBlob.cpp', | 114 'WebBlob.cpp', |
| 115 'WebBlobData.cpp', | |
| 116 'WebCache.cpp', | 115 'WebCache.cpp', |
| 117 'WebCachedURLRequest.cpp', | 116 'WebCachedURLRequest.cpp', |
| 118 'WebColorName.cpp', | 117 'WebColorName.cpp', |
| 119 'WebCrossOriginPreflightResultCache.cpp', | 118 'WebCrossOriginPreflightResultCache.cpp', |
| 120 'WebCustomElement.cpp', | 119 'WebCustomElement.cpp', |
| 121 'WebDOMActivityLogger.cpp', | 120 'WebDOMActivityLogger.cpp', |
| 122 'WebDOMCustomEvent.cpp', | 121 'WebDOMCustomEvent.cpp', |
| 123 'WebDOMEvent.cpp', | 122 'WebDOMEvent.cpp', |
| 124 'WebDOMEventListener.cpp', | 123 'WebDOMEventListener.cpp', |
| 125 'WebDOMEventListenerPrivate.cpp', | 124 'WebDOMEventListenerPrivate.cpp', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 ['toolkit_uses_gtk == 1', | 356 ['toolkit_uses_gtk == 1', |
| 358 { | 357 { |
| 359 'web_unittest_files': [ | 358 'web_unittest_files': [ |
| 360 'tests/WebInputEventFactoryTestGtk.cpp', | 359 'tests/WebInputEventFactoryTestGtk.cpp', |
| 361 ], | 360 ], |
| 362 } | 361 } |
| 363 ], | 362 ], |
| 364 ], | 363 ], |
| 365 }, | 364 }, |
| 366 } | 365 } |
| OLD | NEW |