| 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 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
| 8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'linux/WebFontRendering.cpp', | 252 'linux/WebFontRendering.cpp', |
| 253 'mac/WebScrollbarTheme.mm', | 253 'mac/WebScrollbarTheme.mm', |
| 254 'mac/WebSubstringUtil.mm', | 254 'mac/WebSubstringUtil.mm', |
| 255 'painting/ContinuousPainter.cpp', | 255 'painting/ContinuousPainter.cpp', |
| 256 'painting/ContinuousPainter.h', | 256 'painting/ContinuousPainter.h', |
| 257 'painting/PaintAggregator.cpp', | 257 'painting/PaintAggregator.cpp', |
| 258 'painting/PaintAggregator.h', | 258 'painting/PaintAggregator.h', |
| 259 'win/WebFontRendering.cpp', | 259 'win/WebFontRendering.cpp', |
| 260 ], | 260 ], |
| 261 'web_unittest_files': [ | 261 'web_unittest_files': [ |
| 262 'ExternalPopupMenuTest.cpp', |
| 262 'WebNodeTest.cpp', | 263 'WebNodeTest.cpp', |
| 263 # FIXME: Move the tests from web/tests/ to appropriate places. | 264 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 264 # crbug.com/353585 | 265 # crbug.com/353585 |
| 265 'tests/ActivityLoggerTest.cpp', | 266 'tests/ActivityLoggerTest.cpp', |
| 266 'tests/AssociatedURLLoaderTest.cpp', | 267 'tests/AssociatedURLLoaderTest.cpp', |
| 267 'tests/ChromeClientImplTest.cpp', | 268 'tests/ChromeClientImplTest.cpp', |
| 268 'tests/CustomEventTest.cpp', | 269 'tests/CustomEventTest.cpp', |
| 269 'tests/FakeWebPlugin.cpp', | 270 'tests/FakeWebPlugin.cpp', |
| 270 'tests/FakeWebPlugin.h', | 271 'tests/FakeWebPlugin.h', |
| 271 'tests/FrameLoaderClientImplTest.cpp', | 272 'tests/FrameLoaderClientImplTest.cpp', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 ['os_posix==1 and OS!="mac"', | 338 ['os_posix==1 and OS!="mac"', |
| 338 { | 339 { |
| 339 'web_unittest_files': [ | 340 'web_unittest_files': [ |
| 340 'tests/LocaleICUTest.cpp', | 341 'tests/LocaleICUTest.cpp', |
| 341 ], | 342 ], |
| 342 } | 343 } |
| 343 ], | 344 ], |
| 344 ], | 345 ], |
| 345 }, | 346 }, |
| 346 } | 347 } |
| OLD | NEW |