| 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 'PluginPlaceholderImplTest.cpp', | 262 'PluginPlaceholderImplTest.cpp', |
| 263 'WebDragDataTest.cpp', | 263 'WebDragDataTest.cpp', |
| 264 'WebEmbeddedWorkerImplTest.cpp', | 264 'WebEmbeddedWorkerImplTest.cpp', |
| 265 'WebNodeTest.cpp', | 265 'WebNodeTest.cpp', |
| 266 'WebElementTest.cpp', | 266 'WebElementTest.cpp', |
| 267 # FIXME: Move the tests from web/tests/ to appropriate places. | 267 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 268 # crbug.com/353585 | 268 # crbug.com/353585 |
| 269 'tests/ActivityLoggerTest.cpp', | 269 'tests/ActivityLoggerTest.cpp', |
| 270 'tests/ChromeClientImplTest.cpp', | 270 'tests/ChromeClientImplTest.cpp', |
| 271 'tests/CustomEventTest.cpp', | 271 'tests/CustomEventTest.cpp', |
| 272 'tests/DocumentLoaderTest.cpp', | |
| 273 'tests/FakeWebPlugin.cpp', | 272 'tests/FakeWebPlugin.cpp', |
| 274 'tests/FakeWebPlugin.h', | 273 'tests/FakeWebPlugin.h', |
| 275 'tests/FrameLoaderClientImplTest.cpp', | 274 'tests/FrameLoaderClientImplTest.cpp', |
| 276 'tests/FrameTestHelpers.cpp', | 275 'tests/FrameTestHelpers.cpp', |
| 277 'tests/FrameTestHelpers.h', | 276 'tests/FrameTestHelpers.h', |
| 278 'tests/ImeOnFocusTest.cpp', | 277 'tests/ImeOnFocusTest.cpp', |
| 279 'tests/KeyboardTest.cpp', | 278 'tests/KeyboardTest.cpp', |
| 280 'tests/ListenerLeakTest.cpp', | 279 'tests/ListenerLeakTest.cpp', |
| 281 'tests/MHTMLTest.cpp', | 280 'tests/MHTMLTest.cpp', |
| 282 'tests/OpenTypeVerticalDataTest.cpp', | 281 'tests/OpenTypeVerticalDataTest.cpp', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 { | 313 { |
| 315 'web_unittest_files': [ | 314 'web_unittest_files': [ |
| 316 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 315 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 317 'tests/ScrollAnimatorNoneTest.cpp', | 316 'tests/ScrollAnimatorNoneTest.cpp', |
| 318 ], | 317 ], |
| 319 } | 318 } |
| 320 ], | 319 ], |
| 321 ], | 320 ], |
| 322 }, | 321 }, |
| 323 } | 322 } |
| OLD | NEW |