| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'mac/WebSubstringUtil.mm', | 253 'mac/WebSubstringUtil.mm', |
| 254 'painting/PaintAggregator.cpp', | 254 'painting/PaintAggregator.cpp', |
| 255 'painting/PaintAggregator.h', | 255 'painting/PaintAggregator.h', |
| 256 'win/WebFontRendering.cpp', | 256 'win/WebFontRendering.cpp', |
| 257 ], | 257 ], |
| 258 'web_unittest_files': [ | 258 'web_unittest_files': [ |
| 259 'AssociatedURLLoaderTest.cpp', | 259 'AssociatedURLLoaderTest.cpp', |
| 260 'ExternalPopupMenuTest.cpp', | 260 'ExternalPopupMenuTest.cpp', |
| 261 'LinkHighlightImplTest.cpp', | 261 'LinkHighlightImplTest.cpp', |
| 262 'PageOverlayTest.cpp', | 262 'PageOverlayTest.cpp', |
| 263 'PluginPlaceholderImplTest.cpp', | |
| 264 'WebDragDataTest.cpp', | 263 'WebDragDataTest.cpp', |
| 265 'WebEmbeddedWorkerImplTest.cpp', | 264 'WebEmbeddedWorkerImplTest.cpp', |
| 266 'WebNodeTest.cpp', | 265 'WebNodeTest.cpp', |
| 267 'WebElementTest.cpp', | 266 'WebElementTest.cpp', |
| 268 # FIXME: Move the tests from web/tests/ to appropriate places. | 267 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 269 # crbug.com/353585 | 268 # crbug.com/353585 |
| 270 'tests/ActivityLoggerTest.cpp', | 269 'tests/ActivityLoggerTest.cpp', |
| 271 'tests/ChromeClientImplTest.cpp', | 270 'tests/ChromeClientImplTest.cpp', |
| 272 'tests/CustomEventTest.cpp', | 271 'tests/CustomEventTest.cpp', |
| 273 'tests/DocumentLoaderTest.cpp', | 272 'tests/DocumentLoaderTest.cpp', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 { | 322 { |
| 324 'web_unittest_files': [ | 323 'web_unittest_files': [ |
| 325 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 326 'tests/ScrollAnimatorNoneTest.cpp', | 325 'tests/ScrollAnimatorNoneTest.cpp', |
| 327 ], | 326 ], |
| 328 } | 327 } |
| 329 ], | 328 ], |
| 330 ], | 329 ], |
| 331 }, | 330 }, |
| 332 } | 331 } |
| OLD | NEW |