| 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 'StorageNamespaceProxy.cpp', | 103 'StorageNamespaceProxy.cpp', |
| 104 'StorageNamespaceProxy.h', | 104 'StorageNamespaceProxy.h', |
| 105 'StorageQuotaChromium.cpp', | 105 'StorageQuotaChromium.cpp', |
| 106 'UserMediaClientImpl.cpp', | 106 'UserMediaClientImpl.cpp', |
| 107 'UserMediaClientImpl.h', | 107 'UserMediaClientImpl.h', |
| 108 'ValidationMessageClientImpl.cpp', | 108 'ValidationMessageClientImpl.cpp', |
| 109 'ValidationMessageClientImpl.h', | 109 'ValidationMessageClientImpl.h', |
| 110 'ViewportAnchor.cpp', | 110 'ViewportAnchor.cpp', |
| 111 'ViewportAnchor.h', | 111 'ViewportAnchor.h', |
| 112 'WebAccessibilityObject.cpp', | 112 'WebAccessibilityObject.cpp', |
| 113 'WebArrayBuffer.cpp', | |
| 114 'WebArrayBufferView.cpp', | 113 'WebArrayBufferView.cpp', |
| 115 'WebBindings.cpp', | 114 'WebBindings.cpp', |
| 116 'WebBlob.cpp', | 115 'WebBlob.cpp', |
| 117 'WebBlobData.cpp', | 116 'WebBlobData.cpp', |
| 118 'WebCache.cpp', | 117 'WebCache.cpp', |
| 119 'WebCachedURLRequest.cpp', | 118 'WebCachedURLRequest.cpp', |
| 120 'WebColorName.cpp', | 119 'WebColorName.cpp', |
| 121 'WebCrossOriginPreflightResultCache.cpp', | 120 'WebCrossOriginPreflightResultCache.cpp', |
| 122 'WebDOMActivityLogger.cpp', | 121 'WebDOMActivityLogger.cpp', |
| 123 'WebDOMCustomEvent.cpp', | 122 'WebDOMCustomEvent.cpp', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'painting/ContinuousPainter.h', | 289 'painting/ContinuousPainter.h', |
| 291 'painting/PaintAggregator.cpp', | 290 'painting/PaintAggregator.cpp', |
| 292 'painting/PaintAggregator.h', | 291 'painting/PaintAggregator.h', |
| 293 'win/WebInputEventFactory.cpp', | 292 'win/WebInputEventFactory.cpp', |
| 294 ], | 293 ], |
| 295 'web_unittest_files': [ | 294 'web_unittest_files': [ |
| 296 'tests/AssociatedURLLoaderTest.cpp', | 295 'tests/AssociatedURLLoaderTest.cpp', |
| 297 ], | 296 ], |
| 298 }, | 297 }, |
| 299 } | 298 } |
| OLD | NEW |