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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'WebViewImpl.cpp', | 234 'WebViewImpl.cpp', |
235 'WebViewImpl.h', | 235 'WebViewImpl.h', |
236 'WorkerContentSettingsClient.cpp', | 236 'WorkerContentSettingsClient.cpp', |
237 'WorkerContentSettingsClient.h', | 237 'WorkerContentSettingsClient.h', |
238 'WorkerGlobalScopeProxyProviderImpl.cpp', | 238 'WorkerGlobalScopeProxyProviderImpl.cpp', |
239 'WorkerGlobalScopeProxyProviderImpl.h', | 239 'WorkerGlobalScopeProxyProviderImpl.h', |
240 'default/WebRenderTheme.cpp', | 240 'default/WebRenderTheme.cpp', |
241 'linux/WebFontRendering.cpp', | 241 'linux/WebFontRendering.cpp', |
242 'mac/WebScrollbarTheme.mm', | 242 'mac/WebScrollbarTheme.mm', |
243 'mac/WebSubstringUtil.mm', | 243 'mac/WebSubstringUtil.mm', |
244 'painting/PaintAggregator.cpp', | |
245 'painting/PaintAggregator.h', | |
246 'win/WebFontRendering.cpp', | 244 'win/WebFontRendering.cpp', |
247 ], | 245 ], |
248 'web_unittest_files': [ | 246 'web_unittest_files': [ |
249 'AssociatedURLLoaderTest.cpp', | 247 'AssociatedURLLoaderTest.cpp', |
250 'ExternalPopupMenuTest.cpp', | 248 'ExternalPopupMenuTest.cpp', |
251 'LinkHighlightImplTest.cpp', | 249 'LinkHighlightImplTest.cpp', |
252 'PageOverlayTest.cpp', | 250 'PageOverlayTest.cpp', |
253 'WebDragDataTest.cpp', | 251 'WebDragDataTest.cpp', |
254 'WebEmbeddedWorkerImplTest.cpp', | 252 'WebEmbeddedWorkerImplTest.cpp', |
255 'WebNodeTest.cpp', | 253 'WebNodeTest.cpp', |
(...skipping 10 matching lines...) Expand all Loading... |
266 'tests/FrameLoaderClientImplTest.cpp', | 264 'tests/FrameLoaderClientImplTest.cpp', |
267 'tests/FrameTestHelpers.cpp', | 265 'tests/FrameTestHelpers.cpp', |
268 'tests/FrameTestHelpers.h', | 266 'tests/FrameTestHelpers.h', |
269 'tests/FrameThrottlingTest.cpp', | 267 'tests/FrameThrottlingTest.cpp', |
270 'tests/ImeOnFocusTest.cpp', | 268 'tests/ImeOnFocusTest.cpp', |
271 'tests/KeyboardTest.cpp', | 269 'tests/KeyboardTest.cpp', |
272 'tests/ListenerLeakTest.cpp', | 270 'tests/ListenerLeakTest.cpp', |
273 'tests/MHTMLTest.cpp', | 271 'tests/MHTMLTest.cpp', |
274 'tests/WebMeaningfulLayoutsTest.cpp', | 272 'tests/WebMeaningfulLayoutsTest.cpp', |
275 'tests/PageSerializerTest.cpp', | 273 'tests/PageSerializerTest.cpp', |
276 'tests/PaintAggregatorTest.cpp', | |
277 'tests/PrerenderingTest.cpp', | 274 'tests/PrerenderingTest.cpp', |
278 'tests/ProgrammaticScrollTest.cpp', | 275 'tests/ProgrammaticScrollTest.cpp', |
279 'tests/LayoutGeometryMapTest.cpp', | 276 'tests/LayoutGeometryMapTest.cpp', |
280 'tests/ScreenWakeLockTest.cpp', | 277 'tests/ScreenWakeLockTest.cpp', |
281 'tests/ScrollingCoordinatorTest.cpp', | 278 'tests/ScrollingCoordinatorTest.cpp', |
282 'tests/SpinLockTest.cpp', | 279 'tests/SpinLockTest.cpp', |
283 'tests/TextFinderTest.cpp', | 280 'tests/TextFinderTest.cpp', |
284 'tests/TopControlsTest.cpp', | 281 'tests/TopControlsTest.cpp', |
285 'tests/TouchActionTest.cpp', | 282 'tests/TouchActionTest.cpp', |
286 'tests/ViewportTest.cpp', | 283 'tests/ViewportTest.cpp', |
(...skipping 23 matching lines...) Expand all Loading... |
310 'tests/sim/SimNetwork.h', | 307 'tests/sim/SimNetwork.h', |
311 'tests/sim/SimRequest.cpp', | 308 'tests/sim/SimRequest.cpp', |
312 'tests/sim/SimRequest.h', | 309 'tests/sim/SimRequest.h', |
313 'tests/sim/SimTest.cpp', | 310 'tests/sim/SimTest.cpp', |
314 'tests/sim/SimTest.h', | 311 'tests/sim/SimTest.h', |
315 'tests/sim/SimWebViewClient.cpp', | 312 'tests/sim/SimWebViewClient.cpp', |
316 'tests/sim/SimWebViewClient.h', | 313 'tests/sim/SimWebViewClient.h', |
317 ], | 314 ], |
318 }, | 315 }, |
319 } | 316 } |
OLD | NEW |