| 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 'AudioOutputDeviceClientImpl.cpp', | 7 'AudioOutputDeviceClientImpl.cpp', |
| 8 'AudioOutputDeviceClientImpl.h', | 8 'AudioOutputDeviceClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'WebPepperSocketImpl.cpp', | 181 'WebPepperSocketImpl.cpp', |
| 182 'WebPepperSocketImpl.h', | 182 'WebPepperSocketImpl.h', |
| 183 'WebPerformance.cpp', | 183 'WebPerformance.cpp', |
| 184 'WebPluginContainerImpl.cpp', | 184 'WebPluginContainerImpl.cpp', |
| 185 'WebPluginContainerImpl.h', | 185 'WebPluginContainerImpl.h', |
| 186 'WebPluginDocument.cpp', | 186 'WebPluginDocument.cpp', |
| 187 'WebPluginScriptForbiddenScope.cpp', | 187 'WebPluginScriptForbiddenScope.cpp', |
| 188 'WebRange.cpp', | 188 'WebRange.cpp', |
| 189 'WebRemoteFrameImpl.cpp', | 189 'WebRemoteFrameImpl.cpp', |
| 190 'WebRemoteFrameImpl.h', | 190 'WebRemoteFrameImpl.h', |
| 191 'WebRenderTheme.cpp', |
| 191 'WebRuntimeFeatures.cpp', | 192 'WebRuntimeFeatures.cpp', |
| 192 'WebScopedUserGesture.cpp', | 193 'WebScopedUserGesture.cpp', |
| 193 'WebScopedWindowFocusAllowedIndicator.cpp', | 194 'WebScopedWindowFocusAllowedIndicator.cpp', |
| 194 'WebScriptController.cpp', | 195 'WebScriptController.cpp', |
| 195 'WebScriptSource.cpp', | 196 'WebScriptSource.cpp', |
| 196 'WebSearchableFormData.cpp', | 197 'WebSearchableFormData.cpp', |
| 197 'WebSecurityPolicy.cpp', | 198 'WebSecurityPolicy.cpp', |
| 198 'WebSelectElement.cpp', | 199 'WebSelectElement.cpp', |
| 199 'WebSelection.cpp', | 200 'WebSelection.cpp', |
| 200 'WebSelector.cpp', | 201 'WebSelector.cpp', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 214 'WebTextInputInfo.cpp', | 215 'WebTextInputInfo.cpp', |
| 215 'WebUserGestureIndicator.cpp', | 216 'WebUserGestureIndicator.cpp', |
| 216 'WebUserGestureToken.cpp', | 217 'WebUserGestureToken.cpp', |
| 217 'WebUserMediaRequest.cpp', | 218 'WebUserMediaRequest.cpp', |
| 218 'WebViewFrameWidget.cpp', | 219 'WebViewFrameWidget.cpp', |
| 219 'WebViewFrameWidget.h', | 220 'WebViewFrameWidget.h', |
| 220 'WebViewImpl.cpp', | 221 'WebViewImpl.cpp', |
| 221 'WebViewImpl.h', | 222 'WebViewImpl.h', |
| 222 'WorkerContentSettingsClient.cpp', | 223 'WorkerContentSettingsClient.cpp', |
| 223 'WorkerContentSettingsClient.h', | 224 'WorkerContentSettingsClient.h', |
| 224 'default/WebRenderTheme.cpp', | |
| 225 'linux/WebFontRendering.cpp', | 225 'linux/WebFontRendering.cpp', |
| 226 'mac/WebScrollbarTheme.mm', | 226 'mac/WebScrollbarTheme.mm', |
| 227 'mac/WebSubstringUtil.mm', | 227 'mac/WebSubstringUtil.mm', |
| 228 'win/WebFontRendering.cpp', | 228 'win/WebFontRendering.cpp', |
| 229 ], | 229 ], |
| 230 'web_unittest_files': [ | 230 'web_unittest_files': [ |
| 231 'AssociatedURLLoaderTest.cpp', | 231 'AssociatedURLLoaderTest.cpp', |
| 232 'ExternalPopupMenuTest.cpp', | 232 'ExternalPopupMenuTest.cpp', |
| 233 'LinkHighlightImplTest.cpp', | 233 'LinkHighlightImplTest.cpp', |
| 234 'PageOverlayTest.cpp', | 234 'PageOverlayTest.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 'tests/sim/SimNetwork.h', | 298 'tests/sim/SimNetwork.h', |
| 299 'tests/sim/SimRequest.cpp', | 299 'tests/sim/SimRequest.cpp', |
| 300 'tests/sim/SimRequest.h', | 300 'tests/sim/SimRequest.h', |
| 301 'tests/sim/SimTest.cpp', | 301 'tests/sim/SimTest.cpp', |
| 302 'tests/sim/SimTest.h', | 302 'tests/sim/SimTest.h', |
| 303 'tests/sim/SimWebViewClient.cpp', | 303 'tests/sim/SimWebViewClient.cpp', |
| 304 'tests/sim/SimWebViewClient.h', | 304 'tests/sim/SimWebViewClient.h', |
| 305 ], | 305 ], |
| 306 }, | 306 }, |
| 307 } | 307 } |
| OLD | NEW |