| 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 'AsyncFileSystemChromium.cpp', | 9 'AsyncFileSystemChromium.cpp', |
| 10 'AsyncFileSystemChromium.h', | 10 'AsyncFileSystemChromium.h', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'StorageAreaProxy.h', | 103 'StorageAreaProxy.h', |
| 104 'StorageNamespaceProxy.cpp', | 104 'StorageNamespaceProxy.cpp', |
| 105 'StorageNamespaceProxy.h', | 105 'StorageNamespaceProxy.h', |
| 106 'StorageQuotaChromium.cpp', | 106 'StorageQuotaChromium.cpp', |
| 107 'UserMediaClientImpl.cpp', | 107 'UserMediaClientImpl.cpp', |
| 108 'UserMediaClientImpl.h', | 108 'UserMediaClientImpl.h', |
| 109 'ValidationMessageClientImpl.cpp', | 109 'ValidationMessageClientImpl.cpp', |
| 110 'ValidationMessageClientImpl.h', | 110 'ValidationMessageClientImpl.h', |
| 111 'ViewportAnchor.cpp', | 111 'ViewportAnchor.cpp', |
| 112 'ViewportAnchor.h', | 112 'ViewportAnchor.h', |
| 113 'WebAccessibilityObject.cpp', | 113 'WebAXObject.cpp', |
| 114 'WebArrayBufferView.cpp', | 114 'WebArrayBufferView.cpp', |
| 115 'WebBindings.cpp', | 115 'WebBindings.cpp', |
| 116 'WebBlob.cpp', | 116 'WebBlob.cpp', |
| 117 'WebBlobData.cpp', | 117 'WebBlobData.cpp', |
| 118 'WebCache.cpp', | 118 'WebCache.cpp', |
| 119 'WebCachedURLRequest.cpp', | 119 'WebCachedURLRequest.cpp', |
| 120 'WebColorName.cpp', | 120 'WebColorName.cpp', |
| 121 'WebCrossOriginPreflightResultCache.cpp', | 121 'WebCrossOriginPreflightResultCache.cpp', |
| 122 'WebCustomElement.cpp', | 122 'WebCustomElement.cpp', |
| 123 'WebDOMActivityLogger.cpp', | 123 'WebDOMActivityLogger.cpp', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 { | 364 { |
| 365 'web_unittest_files': [ | 365 'web_unittest_files': [ |
| 366 'tests/KeyCodeConversionTestGtk.cpp', | 366 'tests/KeyCodeConversionTestGtk.cpp', |
| 367 'tests/WebInputEventFactoryTestGtk.cpp', | 367 'tests/WebInputEventFactoryTestGtk.cpp', |
| 368 ], | 368 ], |
| 369 } | 369 } |
| 370 ], | 370 ], |
| 371 ], | 371 ], |
| 372 }, | 372 }, |
| 373 } | 373 } |
| OLD | NEW |