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