| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'win/WebFontRendering.cpp', | 271 'win/WebFontRendering.cpp', |
| 272 ], | 272 ], |
| 273 'web_unittest_files': [ | 273 'web_unittest_files': [ |
| 274 'ExternalPopupMenuTest.cpp', | 274 'ExternalPopupMenuTest.cpp', |
| 275 'PageOverlayTest.cpp', | 275 'PageOverlayTest.cpp', |
| 276 'PluginPlaceholderImplTest.cpp', | 276 'PluginPlaceholderImplTest.cpp', |
| 277 'PopupContainerTest.cpp', | 277 'PopupContainerTest.cpp', |
| 278 'PopupMenuTest.cpp', | 278 'PopupMenuTest.cpp', |
| 279 'WebDragDataTest.cpp', | 279 'WebDragDataTest.cpp', |
| 280 'WebNodeTest.cpp', | 280 'WebNodeTest.cpp', |
| 281 'WebVectorTest.cpp', |
| 281 # FIXME: Move the tests from web/tests/ to appropriate places. | 282 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 282 # crbug.com/353585 | 283 # crbug.com/353585 |
| 283 'tests/ActivityLoggerTest.cpp', | 284 'tests/ActivityLoggerTest.cpp', |
| 284 'tests/AssociatedURLLoaderTest.cpp', | 285 'tests/AssociatedURLLoaderTest.cpp', |
| 285 'tests/ChromeClientImplTest.cpp', | 286 'tests/ChromeClientImplTest.cpp', |
| 286 'tests/CustomEventTest.cpp', | 287 'tests/CustomEventTest.cpp', |
| 287 'tests/FakeWebPlugin.cpp', | 288 'tests/FakeWebPlugin.cpp', |
| 288 'tests/FakeWebPlugin.h', | 289 'tests/FakeWebPlugin.h', |
| 289 'tests/FrameLoaderClientImplTest.cpp', | 290 'tests/FrameLoaderClientImplTest.cpp', |
| 290 'tests/FrameTestHelpers.cpp', | 291 'tests/FrameTestHelpers.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 ['os_posix==1 and OS!="mac"', | 355 ['os_posix==1 and OS!="mac"', |
| 355 { | 356 { |
| 356 'web_unittest_files': [ | 357 'web_unittest_files': [ |
| 357 'tests/LocaleICUTest.cpp', | 358 'tests/LocaleICUTest.cpp', |
| 358 ], | 359 ], |
| 359 } | 360 } |
| 360 ], | 361 ], |
| 361 ], | 362 ], |
| 362 }, | 363 }, |
| 363 } | 364 } |
| OLD | NEW |