| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'WebAXObject.cpp', | 106 'WebAXObject.cpp', |
| 107 'WebArrayBufferConverter.cpp', | 107 'WebArrayBufferConverter.cpp', |
| 108 'WebArrayBufferView.cpp', | 108 'WebArrayBufferView.cpp', |
| 109 'WebAutocompleteParams.cpp', | 109 'WebAutocompleteParams.cpp', |
| 110 'WebBindings.cpp', | 110 'WebBindings.cpp', |
| 111 'WebBlob.cpp', | 111 'WebBlob.cpp', |
| 112 'WebCache.cpp', | 112 'WebCache.cpp', |
| 113 'WebCachedURLRequest.cpp', | 113 'WebCachedURLRequest.cpp', |
| 114 'WebColorName.cpp', | 114 'WebColorName.cpp', |
| 115 'WebColorSuggestion.cpp', | 115 'WebColorSuggestion.cpp', |
| 116 'WebCryptoNormalize.cpp', |
| 116 'WebCustomElement.cpp', | 117 'WebCustomElement.cpp', |
| 117 'WebDOMActivityLogger.cpp', | 118 'WebDOMActivityLogger.cpp', |
| 118 'WebDOMCustomEvent.cpp', | 119 'WebDOMCustomEvent.cpp', |
| 119 'WebDOMError.cpp', | 120 'WebDOMError.cpp', |
| 120 'WebDOMEvent.cpp', | 121 'WebDOMEvent.cpp', |
| 121 'WebDOMEventListener.cpp', | 122 'WebDOMEventListener.cpp', |
| 122 'WebDOMEventListenerPrivate.cpp', | 123 'WebDOMEventListenerPrivate.cpp', |
| 123 'WebDOMEventListenerPrivate.h', | 124 'WebDOMEventListenerPrivate.h', |
| 124 'WebDOMFileSystem.cpp', | 125 'WebDOMFileSystem.cpp', |
| 125 'WebDOMMediaStreamTrack.cpp', | 126 'WebDOMMediaStreamTrack.cpp', |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 ['os_posix==1 and OS!="mac"', | 340 ['os_posix==1 and OS!="mac"', |
| 340 { | 341 { |
| 341 'web_unittest_files': [ | 342 'web_unittest_files': [ |
| 342 'tests/LocaleICUTest.cpp', | 343 'tests/LocaleICUTest.cpp', |
| 343 ], | 344 ], |
| 344 } | 345 } |
| 345 ], | 346 ], |
| 346 ], | 347 ], |
| 347 }, | 348 }, |
| 348 } | 349 } |
| OLD | NEW |