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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'StorageQuotaClientImpl.h', | 95 'StorageQuotaClientImpl.h', |
96 'UserMediaClientImpl.cpp', | 96 'UserMediaClientImpl.cpp', |
97 'UserMediaClientImpl.h', | 97 'UserMediaClientImpl.h', |
98 'ValidationMessageClientImpl.cpp', | 98 'ValidationMessageClientImpl.cpp', |
99 'ValidationMessageClientImpl.h', | 99 'ValidationMessageClientImpl.h', |
100 'ViewportAnchor.cpp', | 100 'ViewportAnchor.cpp', |
101 'ViewportAnchor.h', | 101 'ViewportAnchor.h', |
102 'WebAXObject.cpp', | 102 'WebAXObject.cpp', |
103 'WebArrayBufferConverter.cpp', | 103 'WebArrayBufferConverter.cpp', |
104 'WebArrayBufferView.cpp', | 104 'WebArrayBufferView.cpp', |
| 105 'WebAutocompleteParams.cpp', |
105 'WebBindings.cpp', | 106 'WebBindings.cpp', |
106 'WebBlob.cpp', | 107 'WebBlob.cpp', |
107 'WebCache.cpp', | 108 'WebCache.cpp', |
108 'WebCachedURLRequest.cpp', | 109 'WebCachedURLRequest.cpp', |
109 'WebColorName.cpp', | 110 'WebColorName.cpp', |
110 'WebColorSuggestion.cpp', | 111 'WebColorSuggestion.cpp', |
111 'WebCustomElement.cpp', | 112 'WebCustomElement.cpp', |
112 'WebDOMActivityLogger.cpp', | 113 'WebDOMActivityLogger.cpp', |
113 'WebDOMCustomEvent.cpp', | 114 'WebDOMCustomEvent.cpp', |
114 'WebDOMError.cpp', | 115 'WebDOMError.cpp', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 { | 351 { |
351 'web_unittest_files': [ | 352 'web_unittest_files': [ |
352 'tests/KeyCodeConversionTestGtk.cpp', | 353 'tests/KeyCodeConversionTestGtk.cpp', |
353 'tests/WebInputEventFactoryTestGtk.cpp', | 354 'tests/WebInputEventFactoryTestGtk.cpp', |
354 ], | 355 ], |
355 } | 356 } |
356 ], | 357 ], |
357 ], | 358 ], |
358 }, | 359 }, |
359 } | 360 } |
OLD | NEW |