| 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', | |
| 108 'WebBindings.cpp', | 107 'WebBindings.cpp', |
| 109 'WebBlob.cpp', | 108 'WebBlob.cpp', |
| 110 'WebCache.cpp', | 109 'WebCache.cpp', |
| 111 'WebCachedURLRequest.cpp', | 110 'WebCachedURLRequest.cpp', |
| 112 'WebColorName.cpp', | 111 'WebColorName.cpp', |
| 113 'WebColorSuggestion.cpp', | 112 'WebColorSuggestion.cpp', |
| 114 'WebCustomElement.cpp', | 113 'WebCustomElement.cpp', |
| 115 'WebDOMActivityLogger.cpp', | 114 'WebDOMActivityLogger.cpp', |
| 116 'WebDOMCustomEvent.cpp', | 115 'WebDOMCustomEvent.cpp', |
| 117 'WebDOMError.cpp', | 116 'WebDOMError.cpp', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 ['os_posix==1 and OS!="mac"', | 335 ['os_posix==1 and OS!="mac"', |
| 337 { | 336 { |
| 338 'web_unittest_files': [ | 337 'web_unittest_files': [ |
| 339 'tests/LocaleICUTest.cpp', | 338 'tests/LocaleICUTest.cpp', |
| 340 ], | 339 ], |
| 341 } | 340 } |
| 342 ], | 341 ], |
| 343 ], | 342 ], |
| 344 }, | 343 }, |
| 345 } | 344 } |
| OLD | NEW |