| 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 'ChromeClientImpl.cpp', | 7 'ChromeClientImpl.cpp', |
| 8 'ChromeClientImpl.h', | 8 'ChromeClientImpl.h', |
| 9 'ColorChooserPopupUIController.cpp', | 9 'ColorChooserPopupUIController.cpp', |
| 10 'ColorChooserPopupUIController.h', | 10 'ColorChooserPopupUIController.h', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'WebViewImpl.cpp', | 244 'WebViewImpl.cpp', |
| 245 'WebViewImpl.h', | 245 'WebViewImpl.h', |
| 246 'WorkerContentSettingsClient.cpp', | 246 'WorkerContentSettingsClient.cpp', |
| 247 'WorkerContentSettingsClient.h', | 247 'WorkerContentSettingsClient.h', |
| 248 'WorkerGlobalScopeProxyProviderImpl.cpp', | 248 'WorkerGlobalScopeProxyProviderImpl.cpp', |
| 249 'WorkerGlobalScopeProxyProviderImpl.h', | 249 'WorkerGlobalScopeProxyProviderImpl.h', |
| 250 'default/WebRenderTheme.cpp', | 250 'default/WebRenderTheme.cpp', |
| 251 'linux/WebFontRendering.cpp', | 251 'linux/WebFontRendering.cpp', |
| 252 'mac/WebScrollbarTheme.mm', | 252 'mac/WebScrollbarTheme.mm', |
| 253 'mac/WebSubstringUtil.mm', | 253 'mac/WebSubstringUtil.mm', |
| 254 'painting/ContinuousPainter.cpp', | |
| 255 'painting/ContinuousPainter.h', | |
| 256 'painting/PaintAggregator.cpp', | 254 'painting/PaintAggregator.cpp', |
| 257 'painting/PaintAggregator.h', | 255 'painting/PaintAggregator.h', |
| 258 'win/WebFontRendering.cpp', | 256 'win/WebFontRendering.cpp', |
| 259 ], | 257 ], |
| 260 'web_unittest_files': [ | 258 'web_unittest_files': [ |
| 261 'AssociatedURLLoaderTest.cpp', | 259 'AssociatedURLLoaderTest.cpp', |
| 262 'ExternalPopupMenuTest.cpp', | 260 'ExternalPopupMenuTest.cpp', |
| 263 'LinkHighlightImplTest.cpp', | 261 'LinkHighlightImplTest.cpp', |
| 264 'PageOverlayTest.cpp', | 262 'PageOverlayTest.cpp', |
| 265 'PluginPlaceholderImplTest.cpp', | 263 'PluginPlaceholderImplTest.cpp', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 { | 323 { |
| 326 'web_unittest_files': [ | 324 'web_unittest_files': [ |
| 327 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 325 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 328 'tests/ScrollAnimatorNoneTest.cpp', | 326 'tests/ScrollAnimatorNoneTest.cpp', |
| 329 ], | 327 ], |
| 330 } | 328 } |
| 331 ], | 329 ], |
| 332 ], | 330 ], |
| 333 }, | 331 }, |
| 334 } | 332 } |
| OLD | NEW |