| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 'LinkHighlightImplTest.cpp', | 259 'LinkHighlightImplTest.cpp', |
| 260 'PageOverlayTest.cpp', | 260 'PageOverlayTest.cpp', |
| 261 'WebDragDataTest.cpp', | 261 'WebDragDataTest.cpp', |
| 262 'WebEmbeddedWorkerImplTest.cpp', | 262 'WebEmbeddedWorkerImplTest.cpp', |
| 263 'WebNodeTest.cpp', | 263 'WebNodeTest.cpp', |
| 264 'WebElementTest.cpp', | 264 'WebElementTest.cpp', |
| 265 # FIXME: Move the tests from web/tests/ to appropriate places. | 265 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 266 # crbug.com/353585 | 266 # crbug.com/353585 |
| 267 'tests/ActivityLoggerTest.cpp', | 267 'tests/ActivityLoggerTest.cpp', |
| 268 'tests/ChromeClientImplTest.cpp', | 268 'tests/ChromeClientImplTest.cpp', |
| 269 'tests/CustomEventTest.cpp', | |
| 270 'tests/DocumentLoaderTest.cpp', | 269 'tests/DocumentLoaderTest.cpp', |
| 271 'tests/DocumentLoadingRenderingTest.cpp', | 270 'tests/DocumentLoadingRenderingTest.cpp', |
| 272 'tests/FakeWebPlugin.cpp', | 271 'tests/FakeWebPlugin.cpp', |
| 273 'tests/FakeWebPlugin.h', | 272 'tests/FakeWebPlugin.h', |
| 274 'tests/FrameLoaderClientImplTest.cpp', | 273 'tests/FrameLoaderClientImplTest.cpp', |
| 275 'tests/FrameTestHelpers.cpp', | 274 'tests/FrameTestHelpers.cpp', |
| 276 'tests/FrameTestHelpers.h', | 275 'tests/FrameTestHelpers.h', |
| 277 'tests/ImeOnFocusTest.cpp', | 276 'tests/ImeOnFocusTest.cpp', |
| 278 'tests/KeyboardTest.cpp', | 277 'tests/KeyboardTest.cpp', |
| 279 'tests/ListenerLeakTest.cpp', | 278 'tests/ListenerLeakTest.cpp', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 { | 333 { |
| 335 'web_unittest_files': [ | 334 'web_unittest_files': [ |
| 336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 335 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 337 'tests/ScrollAnimatorNoneTest.cpp', | 336 'tests/ScrollAnimatorNoneTest.cpp', |
| 338 ], | 337 ], |
| 339 } | 338 } |
| 340 ], | 339 ], |
| 341 ], | 340 ], |
| 342 }, | 341 }, |
| 343 } | 342 } |
| OLD | NEW |