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 'mac/WebScrollbarTheme.mm', | 262 'mac/WebScrollbarTheme.mm', |
263 'mac/WebSubstringUtil.mm', | 263 'mac/WebSubstringUtil.mm', |
264 'painting/ContinuousPainter.cpp', | 264 'painting/ContinuousPainter.cpp', |
265 'painting/ContinuousPainter.h', | 265 'painting/ContinuousPainter.h', |
266 'painting/PaintAggregator.cpp', | 266 'painting/PaintAggregator.cpp', |
267 'painting/PaintAggregator.h', | 267 'painting/PaintAggregator.h', |
268 'win/WebFontRendering.cpp', | 268 'win/WebFontRendering.cpp', |
269 ], | 269 ], |
270 'web_unittest_files': [ | 270 'web_unittest_files': [ |
271 'ExternalPopupMenuTest.cpp', | 271 'ExternalPopupMenuTest.cpp', |
| 272 'PageOverlayTest.cpp', |
272 'PluginPlaceholderImplTest.cpp', | 273 'PluginPlaceholderImplTest.cpp', |
273 'PopupContainerTest.cpp', | 274 'PopupContainerTest.cpp', |
274 'PopupMenuTest.cpp', | 275 'PopupMenuTest.cpp', |
275 'WebDragDataTest.cpp', | 276 'WebDragDataTest.cpp', |
276 'WebNodeTest.cpp', | 277 'WebNodeTest.cpp', |
277 # FIXME: Move the tests from web/tests/ to appropriate places. | 278 # FIXME: Move the tests from web/tests/ to appropriate places. |
278 # crbug.com/353585 | 279 # crbug.com/353585 |
279 'tests/ActivityLoggerTest.cpp', | 280 'tests/ActivityLoggerTest.cpp', |
280 'tests/AssociatedURLLoaderTest.cpp', | 281 'tests/AssociatedURLLoaderTest.cpp', |
281 'tests/ChromeClientImplTest.cpp', | 282 'tests/ChromeClientImplTest.cpp', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 ['os_posix==1 and OS!="mac"', | 350 ['os_posix==1 and OS!="mac"', |
350 { | 351 { |
351 'web_unittest_files': [ | 352 'web_unittest_files': [ |
352 'tests/LocaleICUTest.cpp', | 353 'tests/LocaleICUTest.cpp', |
353 ], | 354 ], |
354 } | 355 } |
355 ], | 356 ], |
356 ], | 357 ], |
357 }, | 358 }, |
358 } | 359 } |
OLD | NEW |