| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'mac/WebSubstringUtil.mm', | 258 'mac/WebSubstringUtil.mm', |
| 259 'painting/ContinuousPainter.cpp', | 259 'painting/ContinuousPainter.cpp', |
| 260 'painting/ContinuousPainter.h', | 260 'painting/ContinuousPainter.h', |
| 261 'painting/PaintAggregator.cpp', | 261 'painting/PaintAggregator.cpp', |
| 262 'painting/PaintAggregator.h', | 262 'painting/PaintAggregator.h', |
| 263 'win/WebFontRendering.cpp', | 263 'win/WebFontRendering.cpp', |
| 264 ], | 264 ], |
| 265 'web_unittest_files': [ | 265 'web_unittest_files': [ |
| 266 'tests/AssociatedURLLoaderTest.cpp', | 266 'tests/AssociatedURLLoaderTest.cpp', |
| 267 'tests/ChromeClientImplTest.cpp', | 267 'tests/ChromeClientImplTest.cpp', |
| 268 'tests/CompositedLayerMappingTest.cpp', | |
| 269 'tests/CustomEventTest.cpp', | 268 'tests/CustomEventTest.cpp', |
| 270 'tests/FakeWebPlugin.cpp', | 269 'tests/FakeWebPlugin.cpp', |
| 271 'tests/FakeWebPlugin.h', | 270 'tests/FakeWebPlugin.h', |
| 272 'tests/FrameLoaderClientImplTest.cpp', | 271 'tests/FrameLoaderClientImplTest.cpp', |
| 273 'tests/FrameTestHelpers.cpp', | 272 'tests/FrameTestHelpers.cpp', |
| 274 'tests/FrameTestHelpers.h', | 273 'tests/FrameTestHelpers.h', |
| 275 'tests/KeyboardTest.cpp', | 274 'tests/KeyboardTest.cpp', |
| 276 'tests/LinkHighlightTest.cpp', | 275 'tests/LinkHighlightTest.cpp', |
| 277 'tests/ListenerLeakTest.cpp', | 276 'tests/ListenerLeakTest.cpp', |
| 278 'tests/MemoryInfo.cpp', | 277 'tests/MemoryInfo.cpp', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 ['os_posix==1 and OS!="mac"', | 338 ['os_posix==1 and OS!="mac"', |
| 340 { | 339 { |
| 341 'web_unittest_files': [ | 340 'web_unittest_files': [ |
| 342 'tests/LocaleICUTest.cpp', | 341 'tests/LocaleICUTest.cpp', |
| 343 ], | 342 ], |
| 344 } | 343 } |
| 345 ], | 344 ], |
| 346 ], | 345 ], |
| 347 }, | 346 }, |
| 348 } | 347 } |
| OLD | NEW |