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